Aaron B
2009-03-16 15:15:41 UTC
When I reference an empty cell, the cell holding the equation shows a zero
Open a new file:
In cell A1, enter "=A2"
A1 displays a "0"
I want A1 to appear blank when A2 is also blank
Is there an easy way to do this?
I know I can use an If statement but that is a pain
=if(len(a2)>0,A1,"")
But given the complexity of the rest of the worksheets/workbooks, typing that in would be a very big pain.
The file is also being used by simpler minded folk and confusing formulas will make it difficult for them to use the file
Thanks for any help,
If the answer is simply a "no", then just say so.
Writing a macro is out of the question as well.