#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Adding Numbers

I'm new to excel and I'm trying to add a group of different numbers... What I
did was this =sum((b10:b19)+(d13:d15)+(d18:d19))
And it tells me #value!
Help, what am I doing wrong.... Thanks for your help...
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 61
Default Adding Numbers

Hi,

=sum(b10:b19,d13:d15,d18:d19)

Separate the sections using commas, not the '+' signs.

Regards,
B. R. Ramachandran

"CanineSleepOver" wrote:

I'm new to excel and I'm trying to add a group of different numbers... What I
did was this =sum((b10:b19)+(d13:d15)+(d18:d19))
And it tells me #value!
Help, what am I doing wrong.... Thanks for your help...

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 48
Default Adding Numbers

On Nov 10, 11:24 pm, CanineSleepOver
wrote:
I'm new to excel and I'm trying to add a group of different numbers... What I
did was this =sum((b10:b19)+(d13:d15)+(d18:d19))
And it tells me #value!
Help, what am I doing wrong.... Thanks for your help...


You could try =sum(b10:b19,d13:d15,d18:d19) assuming you are adding
only numbers. That should do it.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 860
Default Adding Numbers

Hi,

Another way is to select your cells and Name them as a range.

To name the range in your example,
Highlight B10:B19
Hold down Ctrl and highlight D13:D15 and D18:D19
Click in the name box at the top left of your sheet,
(it is just to the left of the Formula bar)
Type in a name say Range1 and hit enter.

Your formula now becomes =SUM(Range1)

HTH
Martin


"CanineSleepOver" wrote in
message ...
I'm new to excel and I'm trying to add a group of different numbers...
What I
did was this =sum((b10:b19)+(d13:d15)+(d18:d19))
And it tells me #value!
Help, what am I doing wrong.... Thanks for your help...



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
Adding numbers or characters to existing numbers Jannie Excel Worksheet Functions 9 February 20th 07 03:08 PM
adding + and - numbers Robb27 Excel Worksheet Functions 4 July 28th 06 09:36 AM
adding odd numbers mike1448 Excel Worksheet Functions 2 December 2nd 05 01:44 AM
Adding numbers to current numbers mk Excel Worksheet Functions 2 May 16th 05 11:25 PM
Adding Numbers Denise Excel Discussion (Misc queries) 3 January 10th 05 08:49 PM


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