Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jay Jay is offline
external usenet poster
 
Posts: 671
Default Summing a column with formula value...

The formula I have is the standard: =Sum(L35:L38), however, it generates a
"#Value!" error if cell L36 and L37 arblank or have no value. Any work
arounds out there? I know there has to be.

This formular works fine for the previous summing cell above the cell in
question: =If(Sum(L18:L34=0,"",Sum(L18:L34)), why not for the other?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 104
Default Summing a column with formula value...

The formula below should solve the problem:
=IF(ISERROR(SUM(L5:L38)),"",SUM(L35:L38))
The value error is likely being generated by an error in the summed range,
meaning that the summed total will return the error.
--
Hope this helps,
MarkN


"Jay" wrote:

The formula I have is the standard: =Sum(L35:L38), however, it generates a
"#Value!" error if cell L36 and L37 arblank or have no value. Any work
arounds out there? I know there has to be.

This formular works fine for the previous summing cell above the cell in
question: =If(Sum(L18:L34=0,"",Sum(L18:L34)), why not for the other?

Thanks

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
Date formulas DRondeau Excel Discussion (Misc queries) 7 September 6th 06 09:53 PM
Help with copying dynamic column selected based on remote cell value and dynamic formula fill ers Charts and Charting in Excel 0 March 1st 06 01:05 AM
Positioning Numeric Values Resulting from 6 Column Array Formula Sam via OfficeKB.com Excel Worksheet Functions 2 January 5th 06 02:03 AM
copy and pasting a find all list into another column Ben Excel Discussion (Misc queries) 18 December 31st 05 10:51 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM


All times are GMT +1. The time now is 08:01 AM.

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"