A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
I can only provide you with a work around that removes the formulas from the double quote "blank" cells and you have real blank cells.
Unfortunately, the Replace function does not have a "Find values" option so we cannot simply replace the double quotes values with real blanks. We have to use a workaround.
In the following where I refer to "blank cells", it includes double quote nulls and real blank cells.
- Select the entire range containing a combination of non-blank and blank cells.
- Select Find & Select -> Find.
- Leave "Find what:" field blank.
- If Options dialog not displayed, then select Options button.
- In the "Look in:" field, select "Values".
- Click "Find All" button.
- The list of blank cell addresses will be displayed at the bottom of the "Find" dialog (List includes cells containing double quotes and real blank cells).
- Use Ctrl and A over the list in the Find dialog to select the displayed cells on the worksheet.
- Close the Find dialog (Note: Must do this before next step)
- Press the "Delete" key to remove the formulas from the selected cells and leave the selected cells as real blanks.
Now you will have real blank cells. However, the formulas are gone from the blank cells, and I don't know how this will affect your project, but I don't know of any other way of achieving your end result.
I will be interested in your response as to whether this will resolve your issue.