A
Alex
I am linking data from another worksheet, but I want any value which is 0 to
show a blank cell. What would be the easies way to do this?
show a blank cell. What would be the easies way to do this?
Roger Govier said:Hi Catherine
Mark the range of cells where your #N/A's appear.
Format>Conditional Formatting>use dropdown for Formula is>
=NOT(ISNUMBER(A1))
Replace A1 with the cell address of the first cell in your marked range.