Hi Guys,
I could really do with some help if possible, I have a cell that looks up a column any will display "Complete" when all other cells in column K are "Complete" or "Outstanding" when any other cells in column K contain Outstanding.
What I'd like to do is for this cell not to display ANY text if column K is is empty and doesnt contain any text.
The formula I have is;
Can anyone offer any suggestions?
Thanks in advance.
I could really do with some help if possible, I have a cell that looks up a column any will display "Complete" when all other cells in column K are "Complete" or "Outstanding" when any other cells in column K contain Outstanding.
What I'd like to do is for this cell not to display ANY text if column K is is empty and doesnt contain any text.
The formula I have is;
Code:
=IF(COUNTIF('Document Request'!K10:K40,"Outstanding")<=0, "Complete", " Outstanding")
Can anyone offer any suggestions?
Thanks in advance.