ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   =IF(OR(TODAY()G9),"Pass","Overdue") Why doe it not wo. (https://www.excelbanter.com/excel-discussion-misc-queries/16881-%3Dif-today-%3Cg9-today-%3Eg9-%22pass%22-%22overdue%22-why-doe-not-wo.html)

Fkor

=IF(OR(TODAY()G9),"Pass","Overdue") Why doe it not wo.
 
Why does this not work in telling me the staus of a date?

Jason Morin

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?
.


CLR

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?




Kassie

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?



All times are GMT +1. The time now is 04:41 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com