Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Avoiding "0" importing blank cells from another Excel file

When importing data from another Excel spreadsheet, you get a 0 where there
was a blank cell. Can this be avoided?
I tried to use If (B5=0," ",B5) which returns what looks like a blank cell,
but really isn't. This drives statistics insane - sees it as 0 since it
isn't a blank cell in reality.
How can I avoid these problems without going through and physically deleting
each 0? (find 0, replace with won't work since deletes any 0). I have
thousands of data points.
  #2   Report Post  
Posted to microsoft.public.excel.misc
ed ed is offline
external usenet poster
 
Posts: 82
Default Avoiding "0" importing blank cells from another Excel file


Jan K-A wrote:
When importing data from another Excel spreadsheet, you get a 0 where there
was a blank cell. Can this be avoided?
I tried to use If (B5=0," ",B5) which returns what looks like a blank cell,
but really isn't. This drives statistics insane - sees it as 0 since it
isn't a blank cell in reality.
How can I avoid these problems without going through and physically deleting
each 0? (find 0, replace with won't work since deletes any 0). I have
thousands of data points.


Ty "" instead of " ". Maybe that's not the problem. sorry

ed

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Avoiding "0" importing blank cells from another Excel file

On your original data, try formatting the cells so that they are text....or
at least something other than a number --maybe that would work.

"ed" wrote:


Jan K-A wrote:
When importing data from another Excel spreadsheet, you get a 0 where there
was a blank cell. Can this be avoided?
I tried to use If (B5=0," ",B5) which returns what looks like a blank cell,
but really isn't. This drives statistics insane - sees it as 0 since it
isn't a blank cell in reality.
How can I avoid these problems without going through and physically deleting
each 0? (find 0, replace with won't work since deletes any 0). I have
thousands of data points.


Ty "" instead of " ". Maybe that's not the problem. sorry

ed


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 144
Default Avoiding "0" importing blank cells from another Excel file

Hi Jan,
What about If(B5="","",B5)?
--
Cheryl


"Jan K-A" wrote:

When importing data from another Excel spreadsheet, you get a 0 where there
was a blank cell. Can this be avoided?
I tried to use If (B5=0," ",B5) which returns what looks like a blank cell,
but really isn't. This drives statistics insane - sees it as 0 since it
isn't a blank cell in reality.
How can I avoid these problems without going through and physically deleting
each 0? (find 0, replace with won't work since deletes any 0). I have
thousands of data points.

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
CSV file with 13space characters in blank cells Jim May Excel Discussion (Misc queries) 2 December 6th 05 09:22 PM
I get error messages in Excel cells once I save a file JeffJake Excel Worksheet Functions 1 November 28th 05 11:06 PM
Importing text file to excel dany04 Excel Discussion (Misc queries) 1 November 9th 05 01:13 AM
existing excel file when clicked opens blank excel document snows_24 Excel Discussion (Misc queries) 1 May 21st 05 07:15 PM
Read Text File into Excel Using VBA Willie T Excel Discussion (Misc queries) 13 January 8th 05 12:37 AM


All times are GMT +1. The time now is 10:33 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"