Hello All,
I consider myself lightly experienced in coding. I haven't been using "complex" Excel formulas for long so the below is probably a rookie error.
I am having an issue with the below formula:
This formula works:
=IF(ISBLANK(D197),"N/A",IF(D197="open",TODAY()-G197,"CLOSED"))
but when I want to add the function to make the cell in question display "ON HOLD" if cell D197 displays "ON HOLD", I only get the result: "CLOSED", even if cell D197 reads "ON HOLD".
=IF(ISBLANK(D198),"N/A",IF(D198="open",TODAY()-G198,IF(D198="ON HOLD","ON HOLD","CLOSED")))
Where is my mistake?
Is there an easier way of doing this all together?
Cheers guys,
JM
Bookmarks