Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Why does this not work in telling me the staus of a date?
|
#2
![]() |
|||
|
|||
![]()
Try this:
=IF(TODAY()G9,"Overdue","Pass") HTH Jason Atlanta, GA -----Original Message----- Why does this not work in telling me the staus of a date? . |
#3
![]() |
|||
|
|||
![]()
Or this..........
=IF(AND(TODAY()G9,H9<"PAID"),"Overdue","Pass") Vaya con Dios, Chuck, CABGx3 "Fkor" wrote in message ... Why does this not work in telling me the staus of a date? |
#4
![]() |
|||
|
|||
![]()
It does not work, because your argument is flawed. Is this what you want to
achieve? If G9<Today(), you want the result "Overdue" If G9Today(), you want the result "Pass". What if G9=Today()? =IF(G9<TODAY(),"Overdue",IF(G9TODAY(),"Pass","")) will work better. "Fkor" wrote: Why does this not work in telling me the staus of a date? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|