Ive tried different variations but none work in all scenarios, to calculate Accrued Leave time.
In Column A, I have rows of end of month dates listed.
So A10=1/31/16
a11=2/28/16
a21=12/31/16
Cell A1 has a date of hire date, say, 1/15/16. To complicate things, regardless, of the day in the date of hire, leave does not start until the FOLLOWING month.
So, in the case above where the date of hire is Jan 15, leave and subsequent month anniversary month would be Feb.
What Im trying to achieve is an Alert in addresses B10:B21 where the formula would look at the Month alone in A10, and if it equals the (DOH month(A1) plus one month, which would be Feb), "Anniv Month", otherwise "".
I tried =if(month(a10)=month(a1)+1,"Anniv Month", "") , however, that doesnt work if A1 date of hire is December.
Hope my ramblings make sense.
Bookmarks