@engineer,
In cell F5 I want to say
if c5 is blank leave it blank, or if cell k5 has a date in it, leave it blank, if not do the rest of the formula
What it is, is Cell c5 is a date
D5 is =IF(C5="","",C5+30)
E5 is Today()
F5 is =IF(C5="","",IF(D5-E5<0,"Expired",D5-E5))
Sometimes I put a date in cell K5
If I put a date in K5 I don't want F5 to say Expired, I want it to either be blank or maybe say Received