I am in the process of cleaning up a workbook I created, and I am trying to change all the 0% cells with a blank cell.
I have a number of cells that get their value from other sheets, and I would like to avoid showing 0% when these should not have any values until these are inserted in the other sheets. How do I get the blank cell if I have this formula:
where "#REF!" is one of the other sheets.
I have a number of cells that get their value from other sheets, and I would like to avoid showing 0% when these should not have any values until these are inserted in the other sheets. How do I get the blank cell if I have this formula:
HTML:
IFERROR(#REF!,"")
where "#REF!" is one of the other sheets.