L
loomie
Okay the if formula below that was given works great thanks!
With dates in a1 & B1 try this
=IF(A1>=B1,"Overdue","")
However,if the date is blank it also returns false. How do I exclude blank
or make blank also overdue?
With dates in a1 & B1 try this
=IF(A1>=B1,"Overdue","")
However,if the date is blank it also returns false. How do I exclude blank
or make blank also overdue?