S
SafetyIntern
I have tried two different ways to do this; I have a cell (O1) that has
=Today() to show current date, I also have a cell (K23) that has the date of
a certificate. I want to subtract the two dates to know how many months are
between the two. Once this number hits over 12 I have conditional formatting
set up to change the shading and font color.
Here is my problem, when i entered in either of the formulas I tried I got a
result of 1303, and there was NOT a date in the cell K23. It will give a
value even though there is nothing to subtract from.
The formula I tried is
=(year(O1)-year(k23))*12+month(O1)-Month(k23)
I have this in another spreadsheet and works perfectly and if there is no
dateis entered, there is no answer given.
Can someone help me????
=Today() to show current date, I also have a cell (K23) that has the date of
a certificate. I want to subtract the two dates to know how many months are
between the two. Once this number hits over 12 I have conditional formatting
set up to change the shading and font color.
Here is my problem, when i entered in either of the formulas I tried I got a
result of 1303, and there was NOT a date in the cell K23. It will give a
value even though there is nothing to subtract from.
The formula I tried is
=(year(O1)-year(k23))*12+month(O1)-Month(k23)
I have this in another spreadsheet and works perfectly and if there is no
dateis entered, there is no answer given.
Can someone help me????