Hi
I am trying to create an IF formula that contains a TODAY() formula.
this is the formula =IF(TODAY()>G5," OVERDUE ",IF(AD5="Yes"," No "," OVERDUE "))
I have a spreadsheet that I need to know if something is overdue.
Cell G5 is a date that is 21 days after the received date. Cell AD5 is if it has been approved.
I want my cell to show if the current date TODAY() is greater than G5 I want it to show "OVERDUE" but if Yes has been selected in AD5 (which is a drop down list) then I want it to show "No"
Not sure if that make sense but any help is greatly appreciated.
I am trying to create an IF formula that contains a TODAY() formula.
this is the formula =IF(TODAY()>G5," OVERDUE ",IF(AD5="Yes"," No "," OVERDUE "))
I have a spreadsheet that I need to know if something is overdue.
Cell G5 is a date that is 21 days after the received date. Cell AD5 is if it has been approved.
I want my cell to show if the current date TODAY() is greater than G5 I want it to show "OVERDUE" but if Yes has been selected in AD5 (which is a drop down list) then I want it to show "No"
Not sure if that make sense but any help is greatly appreciated.