G
getmhawks
I want to add something to this formula that makes the statement false
if there is nothing in cell C12. How would I add a not(isblank(C12))
statement to this or is there a better way. Thanks!
=IF(TODAY()-B12>30,IF(ISBLANK(I12),"OVERDUE",""), "")
if there is nothing in cell C12. How would I add a not(isblank(C12))
statement to this or is there a better way. Thanks!
=IF(TODAY()-B12>30,IF(ISBLANK(I12),"OVERDUE",""), "")