using attached workbook, I am trying to figure out how to get the formula in column O to complete the following:
If I2 = "" and cell K2 = "", then O2 = ""
If I2 <> "" and cell K2 = "", then O2 = last day of month of date entered into I2 + end of 2nd month from month of day entered into cell I2.
Example: I2=7/10/15, K2 is blank, O2 should then equal 9/30/15 which is the last day of the 2nd month past the last day of the month of July
else if
I2 <> "" and cell K2 <> "", the O2 = K2 + 365 days.
else if
J2 = 7 regardless if cells I2 or K2 have any dates entered into them, O2 = "Closed"
thanks.
Bookmarks