E
Excel Newbie
I have this so far--I just need a way to say that "if E7=1
and I2=2004 or I2=2008 or I2=2012 or I2=2016 or I2=2020 or
I2=2024, then "91" goes in the cell." I have the year as
Cell I2, and the user of the worksheet will change this as
necessary.
In other words, I need to account for leap years.
The formula I am using is below:
=IF(E7=1,"90",IF(E7=2,"91",IF(E7=3,"92", IF
(E7=4,"92","N/A"))))
The original post on this problem is
and I2=2004 or I2=2008 or I2=2012 or I2=2016 or I2=2020 or
I2=2024, then "91" goes in the cell." I have the year as
Cell I2, and the user of the worksheet will change this as
necessary.
In other words, I need to account for leap years.
The formula I am using is below:
=IF(E7=1,"90",IF(E7=2,"91",IF(E7=3,"92", IF
(E7=4,"92","N/A"))))
The original post on this problem is