Hi,
I have a formula of =IF(LEN(C2)=0, "ACTION REQUIRED", "Completed") which is working great when only looking at one cell (ie C2).
However, in some columns I need it to work to search cells H2:K2 also.
I have tried using =IF(LEN(H2:K2)=0, "ACTION REQUIRED", "Completed") but it returns a #spill! error.
How can I resolve this please?
I have a formula of =IF(LEN(C2)=0, "ACTION REQUIRED", "Completed") which is working great when only looking at one cell (ie C2).
However, in some columns I need it to work to search cells H2:K2 also.
I have tried using =IF(LEN(H2:K2)=0, "ACTION REQUIRED", "Completed") but it returns a #spill! error.
How can I resolve this please?