If beach contains text then ....
Solved
sim
-
KAWTAR -
KAWTAR -
Hello,
My problem:
I have a range of cells with either text or numbers, and I would like an "X" to appear when there is something in at least one cell in this range, but if there is nothing, I want nothing to be displayed.
Thank you for your responses.
My problem:
I have a range of cells with either text or numbers, and I would like an "X" to appear when there is something in at least one cell in this range, but if there is nothing, I want nothing to be displayed.
Thank you for your responses.
e.g.: =IF(A1:E1="","""X")
any solutions?
or also:
=IF(COUNTIF(A1:E1,"<>"),"X","")
The second formula detects if one or more cells contain any value, and thus returns X if it finds at least one.
If OK, please mark the topic as resolved (gear menu in the upper right corner of the thread title).
Safe travels.
Best regards.