#1   Report Post  
Posted to microsoft.public.excel.misc
SEF SEF is offline
external usenet poster
 
Posts: 5
Default Ignore Blanks

I have a worksheet that I copy cells from other worksheets. Just a simple
copy/paste/link works great - unless the original cell is blank - and then it
puts a 0% in. I need it to stay blank and not to put any value if blank but
cannot figure out how to do that. I am not trying to sum or concatenate or
any other forumula, simply updating various worksheets in a workbook weekly
and have my master update from all the worksheets. I have over 57000 cells
so I really don't want to have to manually update each cell when it's blank
(not to mention I don't know since I do have valid 0's in some). Any help
is appreciated!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 457
Default Ignore Blanks

You will need to change your formulas from:
=[MyBook.xls]Sheet1!a1

to

=IF(ISBLANK([MyBook.xls]Sheet1!a1),"",[MyBook.xls]Sheet1!a1)

--
Best Regards,

Luke M
"SEF" wrote in message
...
I have a worksheet that I copy cells from other worksheets. Just a simple
copy/paste/link works great - unless the original cell is blank - and then
it
puts a 0% in. I need it to stay blank and not to put any value if blank
but
cannot figure out how to do that. I am not trying to sum or concatenate or
any other forumula, simply updating various worksheets in a workbook
weekly
and have my master update from all the worksheets. I have over 57000
cells
so I really don't want to have to manually update each cell when it's
blank
(not to mention I don't know since I do have valid 0's in some). Any
help
is appreciated!



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Ignore Blanks

See one reply at your earlier posting.

No need to multi-post.


Gord Dibben MS Excel MVP

On Tue, 27 Apr 2010 11:21:01 -0700, SEF
wrote:

I have a worksheet that I copy cells from other worksheets. Just a simple
copy/paste/link works great - unless the original cell is blank - and then it
puts a 0% in. I need it to stay blank and not to put any value if blank but
cannot figure out how to do that. I am not trying to sum or concatenate or
any other forumula, simply updating various worksheets in a workbook weekly
and have my master update from all the worksheets. I have over 57000 cells
so I really don't want to have to manually update each cell when it's blank
(not to mention I don't know since I do have valid 0's in some). Any help
is appreciated!


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
Median - Ignore blanks jhicsupt Excel Discussion (Misc queries) 5 April 30th 23 03:43 AM
lookup function to ignore blanks sashabaz Excel Discussion (Misc queries) 1 August 13th 09 05:12 PM
Ignore blanks in multiplication formula ag10 Excel Worksheet Functions 4 August 26th 08 10:47 PM
Ignore Blanks in Data Validation Ricky Excel Worksheet Functions 9 July 7th 05 08:24 PM
USING IGNORE BLANKS IN FORMULA Roger H. Excel Discussion (Misc queries) 5 April 6th 05 05:01 PM


All times are GMT +1. The time now is 04:31 AM.

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

About Us

"It's about Microsoft Excel"