Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 159
Default What is the formula for adding up *values! in a columm in exell

Hi, I am designing a chart that enables me to in one columm have a dollor
value and next columm have a percentage in it to give a total in the third
columm. The formula i use is =sum(b7*c7). When i press enter it reads in the
third columm
*VALUE!. I drag this all down the row so that the formula is
duplicated down the row , I then enter a formula in the last row to get a
subtotal =sumb7:b33. But it will not add, Can you please give me the formula
so it will add all the values. Thanks
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 618
Default What is the formula for adding up *values! in a columm in exell

If in D7 you want to multiply B7 and C7 you don't need SUM, and the formula
can be just =B7*C7, but if your formula (including SUM) is giving a VALUE
error, then you've probably got text, rather than a number, in one or both
of your B7 and C7 cells.

If you want to add the cells from B7 to B33 inclusive, the formula is
=SUM(B7:B33)
[Remember the brackets]

Similarly if you want to total the products in column D, the formula is
=SUM(D7:D33)
--
David Biddulph

"larry" wrote in message
...
Hi, I am designing a chart that enables me to in one columm have a dollor
value and next columm have a percentage in it to give a total in the third
columm. The formula i use is =sum(b7*c7). When i press enter it reads in
the
third columm
*VALUE!. I drag this all down the row so that the formula is
duplicated down the row , I then enter a formula in the last row to get a
subtotal =sumb7:b33. But it will not add, Can you please give me the
formula
so it will add all the values. 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
Reusing formula Tony29 Excel Discussion (Misc queries) 7 September 7th 06 03:34 AM
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM


All times are GMT +1. The time now is 04:52 PM.

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"