Hi
I am having problems with the formula
=IF(OR(ISBLANK(F16:N16)),"Input Req'd",IF(E16=0,"",IF(ISNUMBER(MATCH("overdue",O16,0)),"Overdue",IF(ISNUMBER(MATCH("Today",O16,0)),"Today",IF(ISNUMBER(MATCH("Tomorrow",O16,0)),"Tomorrow","ok")))))
The results I'm looking for are:
If any cells in the range F16:N16 are blank, return "Input Req'd"
If all cells contain data, return "Overdue" / "Today" / "Tomorrow" if matched, or "ok" if not.
F16:N16 are blank cells, with no formulae.
When I use the edit formula button to check, it shows the expected result, but When there are blank cells, the cell return is "ok"
Thanks for your time
Jon
Bookmarks