Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Change the cell addresses of A1 and B1 to your date value cells:
=IF(A1<=B1,"Overdue","") -- Kevin Backmann "loomie" wrote: Can anyone help me out with a formula that would do the following in excell: If date X = to or less than date X, result shows overdue |