Is there an efficient method to clear cells that look blank but are flagged non-blank?

gravanoc

Active Member
Joined
Oct 20, 2015
Messages
346
Office Version
  1. 365
Platform
  1. Windows
  2. Mobile
For an unknown reason the area I copied and pasted to a new sheet has a cells that appear blank but are flagged as having data. The sheet I copied from was protected, which might have some bearing on this, I guess. I've experienced this issue before, and would like to know if there is a process to quickly turn those fake blanks into real blanks. This is because I'd like to use the Goto Special command to select the constants in that range, but they are currently flagging the fake blanks as constants. It's a large area, so simply selecting selecting all the cells and clearing them is tedious.
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Do the rogue cells contain spaces? And if so, would a Trim() adversely affect other cells?
 
Upvote 0
If you had formulae in the copy range & then copy/pasted as value all cells where the formula returned "" will have a null string in them.
How are you doing the copy/paste, manually, or via code?
 
Upvote 0

Forum statistics

Threads
1,214,912
Messages
6,122,204
Members
449,072
Latest member
DW Draft

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top