Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default SUMIF Problem

I am on Excel 2003 and having difficulty with a seemingly simple function.

Month 1 Month 2 Month 3
a 10 100 1000
b 20 200 2000
c 30 300 3000

I want to sum the values where the row matches a. I have in place the
following formula:
=SUMIF($A$2:$D$10,"a",B2:D10)
but it only returns 10, not 1110 as I expected. How can I get it to sum my
range across the columns and not just give me the first value?

Many thanks
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 15,768
Default SUMIF Problem

Try it like this:

=SUMPRODUCT((A2:A10="a")*B2:D10)

--
Biff
Microsoft Excel MVP


"tuafc" wrote in message
...
I am on Excel 2003 and having difficulty with a seemingly simple function.

Month 1 Month 2 Month 3
a 10 100 1000
b 20 200 2000
c 30 300 3000

I want to sum the values where the row matches a. I have in place the
following formula:
=SUMIF($A$2:$D$10,"a",B2:D10)
but it only returns 10, not 1110 as I expected. How can I get it to sum my
range across the columns and not just give me the first value?

Many 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
SUMIF PROBLEM Malcolm Austin Excel Worksheet Functions 3 March 22nd 08 12:35 PM
SUMIF problem richierich1961 Excel Worksheet Functions 5 September 28th 07 02:09 PM
SUMIF problem Hoyos Excel Discussion (Misc queries) 6 September 6th 07 08:46 AM
sumif problem RPW New Users to Excel 3 February 9th 07 09:14 PM
SUMIF Problem julie Excel Discussion (Misc queries) 0 November 10th 05 12:27 AM


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