Hi,
How can I catch an empty cell? the cell has a formula which reference to another cell. I tried isblank(A1), didn't work; I tried trim(A1) = "", didn't work; I tried len(A1) = 0 (returend 1), didn't work.
Can anyone please help?
what i try to accomplish is if A1 is empty, B1 shows "---", else B1 shows 100%.
Please help.
How can I catch an empty cell? the cell has a formula which reference to another cell. I tried isblank(A1), didn't work; I tried trim(A1) = "", didn't work; I tried len(A1) = 0 (returend 1), didn't work.
Can anyone please help?
what i try to accomplish is if A1 is empty, B1 shows "---", else B1 shows 100%.
Please help.