Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Luke
 
Posts: n/a
Default Links into blank cells

I have a formula which sums 2 or more cells in a separate worksheet. However
if any of these cells are blank the formula returns a '#VALUE'. Bizarrely the
same formula into a different worksheet does not cause this error message.

Any idea's other than a long IFISERROR formula?
  #2   Report Post  
Dave O
 
Posts: n/a
Default

The cells in the separate worksheets may contain a blank space, as if
someone typed just the space bar and pressed return. That cell would
look blank, visually, but Excel would evaluate it as a text entry and
return the VALUE error because Excel doesn't perform math on a text
string (without some extra manipulation).

Inspect the "foreign" cells and if they appear to be blank or SHOULD be
blank, land the cell pointer on that cell and press the Delete key.
That will remove any entry in that cell and allow Excel to perform math
on a blank cell, which it will do.

  #3   Report Post  
Ragdyer
 
Posts: n/a
Default

If you have formulas in the cells that you are adding, and perhaps some of
those formulas are set to return nulls, you could get that #Value! error.

However, if your summing formula *doesn't* use SUM(), you could try to
revise it to SUM(), since SUM() ignores text, spaces, and nulls ( "" ).

If you're already using SUM(), and you're receiving the #Value! error, that
means that one of the cells you're totaling is returning that error itself.
In that case, you should correct the formula in the cell that's creating the
error message in the first place.
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Luke" wrote in message
...
I have a formula which sums 2 or more cells in a separate worksheet.

However
if any of these cells are blank the formula returns a '#VALUE'. Bizarrely

the
same formula into a different worksheet does not cause this error message.

Any idea's other than a long IFISERROR formula?


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
count non blank cells which meet criteria in another column cmarsh5035 Excel Worksheet Functions 2 February 16th 05 04:32 PM
Non Blank - Blank Cells???? Reggie Excel Discussion (Misc queries) 3 January 12th 05 12:04 AM
In Exel 2000, stop the blank cells (with formulas) from printing. tonyoc Excel Discussion (Misc queries) 1 December 10th 04 12:38 AM
how to skip the blank cells nayeemoddin Excel Discussion (Misc queries) 1 December 6th 04 07:07 AM
Automatic copying data excluding blank cells Wesley Excel Worksheet Functions 6 November 30th 04 01:17 AM


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