G
Guest
I Have set up an if function to calculate the amount of day's between two dates. I want to conditional format a cell to show a different message if the amount of day's passed fall between say 30 and 0. Below is what I am trying to do.
A1 contains today's date. A2 contains the date something was last done. I would like the if statement to work out if the difference between A2 and A1 is between 150 day's and 180 day's the resultant conditional format would read 30 day's to go. If The result was greater than 180 day's the result would be Overdue. If the result was between 0 and 150 then the result would read Okay.
I can do most of it myself except I do not know how to get a formula for between or how to join all the <=-+> together
Bobby
A1 contains today's date. A2 contains the date something was last done. I would like the if statement to work out if the difference between A2 and A1 is between 150 day's and 180 day's the resultant conditional format would read 30 day's to go. If The result was greater than 180 day's the result would be Overdue. If the result was between 0 and 150 then the result would read Okay.
I can do most of it myself except I do not know how to get a formula for between or how to join all the <=-+> together
Bobby