Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 477
Default Refreshing Blank Cells as Blank

I've just performed a huge Copy PasteSpecial Values and a great number of the
cells (the pre-formula) equated to "" (a zero string). Now I need to access
these same cells using F5 SprecialCells Blanks, but get message "No cells
found" unless
I do an F2 (edit) on each cell. Of course I'd prefer not to have to do
that. How can I "convert" these zero string cells to blank cells?

TIA,
Jim
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Refreshing Blank Cells as Blank

Saved from a previous post:

If you want to see what's left in that cell after you convert ="" to values,
try:
Tools|Options|Transition Tab|Toggle Transition Navigation keys on.

Then select one of those cells and look at the formula bar. You'll see an
apostrophe. (Don't forget to toggle the setting to off.)

When I want to clean up this detritus, I do this:

Select the range (ctrl-a a few times to select all the cells)
Edit|Replace
what: (leave blank)
with: $$$$$
replace all

Immediately followed by:
Edit|Replace
what: $$$$$
with: (leave blank)
replace all

===============
You may want to change the original formula so that it's a bit easier:

=if(somethingistrue,somecalc,na())

Then instead of getting that "empty" looking cell, you'd end up with #n/a's.

And since you're converting to values, it's just one edit|Replace to get rid of
the #n/a's.

Jim May wrote:

I've just performed a huge Copy PasteSpecial Values and a great number of the
cells (the pre-formula) equated to "" (a zero string). Now I need to access
these same cells using F5 SprecialCells Blanks, but get message "No cells
found" unless
I do an F2 (edit) on each cell. Of course I'd prefer not to have to do
that. How can I "convert" these zero string cells to blank cells?

TIA,
Jim


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 477
Default Refreshing Blank Cells as Blank

Great - Thanks Dave; Will go with the N/A idea...
Jim

"Dave Peterson" wrote:

Saved from a previous post:

If you want to see what's left in that cell after you convert ="" to values,
try:
Tools|Options|Transition Tab|Toggle Transition Navigation keys on.

Then select one of those cells and look at the formula bar. You'll see an
apostrophe. (Don't forget to toggle the setting to off.)

When I want to clean up this detritus, I do this:

Select the range (ctrl-a a few times to select all the cells)
Edit|Replace
what: (leave blank)
with: $$$$$
replace all

Immediately followed by:
Edit|Replace
what: $$$$$
with: (leave blank)
replace all

===============
You may want to change the original formula so that it's a bit easier:

=if(somethingistrue,somecalc,na())

Then instead of getting that "empty" looking cell, you'd end up with #n/a's.

And since you're converting to values, it's just one edit|Replace to get rid of
the #n/a's.

Jim May wrote:

I've just performed a huge Copy PasteSpecial Values and a great number of the
cells (the pre-formula) equated to "" (a zero string). Now I need to access
these same cells using F5 SprecialCells Blanks, but get message "No cells
found" unless
I do an F2 (edit) on each cell. Of course I'd prefer not to have to do
that. How can I "convert" these zero string cells to blank cells?

TIA,
Jim


--

Dave Peterson

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Index/match - make blank cells return a blank value. diaare Excel Worksheet Functions 3 May 3rd 23 03:44 AM
Maximum Number of Blank Cells between Non Blank Cells in a Range Mal Excel Worksheet Functions 5 November 3rd 07 08:21 AM
How to count blank cells (Rows) between Non-Blank cells in Col "A" Dennis Excel Discussion (Misc queries) 8 July 20th 06 11:25 PM
Imported Data creates blank cells that aren't really blank JackieD Excel Worksheet Functions 14 February 23rd 06 12:57 AM
Making Blank Cells Really Blank (Zen Koan) Ralph Excel Worksheet Functions 2 April 11th 05 12:07 AM


All times are GMT +1. The time now is 09:10 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"