J
John Pierce
This formula is in column C. When B1 is blank, the formula yeilds #VALUE!.
=IF(DATEDIF(B1,NOW(),"d")>=30,"Expired","")
Can I suppress the error with some code in the formula?
Tanks
=IF(DATEDIF(B1,NOW(),"d")>=30,"Expired","")
Can I suppress the error with some code in the formula?
Tanks