Hi
Hope you can help.
The following formula works
=IF(Q5="Y","Under Department Review",IF(V5="Y","Under Technical Writer Review",IF(L5="Y","Retired",IF(ISNUMBER(P5),IF(P5<=TODAY()+90,IF(P5<=TODAY(),"Overdue","Expires within 90 days"),"")))))
however, when I try to add another IF(ISNUMBER arguement it errors out.
eg
=IF(Q6="Y","Under Department Review",IF(V6="Y","Under Technical Writer Review",IF(L6="Y","Retired",IF(ISNUMBER(P6),IF(P6<=TODAY()+90,IF(P6<=TODAY(),IF(P6>=TODAY(),"Current","Overdue","Expires within 90 days"),""))))))
Any ideas why it's not working?
And further more, if I can also add an arguement so if there is no date in P6, the entry will remain blank - that would be super.
Appreciate any assistance....
Ta
Hope you can help.
The following formula works
=IF(Q5="Y","Under Department Review",IF(V5="Y","Under Technical Writer Review",IF(L5="Y","Retired",IF(ISNUMBER(P5),IF(P5<=TODAY()+90,IF(P5<=TODAY(),"Overdue","Expires within 90 days"),"")))))
however, when I try to add another IF(ISNUMBER arguement it errors out.
eg
=IF(Q6="Y","Under Department Review",IF(V6="Y","Under Technical Writer Review",IF(L6="Y","Retired",IF(ISNUMBER(P6),IF(P6<=TODAY()+90,IF(P6<=TODAY(),IF(P6>=TODAY(),"Current","Overdue","Expires within 90 days"),""))))))
Any ideas why it's not working?
And further more, if I can also add an arguement so if there is no date in P6, the entry will remain blank - that would be super.
Appreciate any assistance....
Ta