Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Jamie A Miller
 
Posts: n/a
Default SumIf Function using multiple criteria

I am trying to sum the amounts in column A based on the figure in Column B.
I want the formula to sum Column A if the value in Column B is between 99 and
200. For some reason, I am having trouble with the multiple criteria part of
this. Is there a way to do this, another function, or anything?
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

Either

=SUMIF(B1:B500,"=99",A1:A500)-SUMIF(B1:B500,"200",A1:A500)

or


=SUMPRODUCT(--(B1:B500=99),--(B1:B500<=200),A1:A500)

--

Regards,

Peo Sjoblom


"Jamie A Miller" (donotspam) wrote in message
...
I am trying to sum the amounts in column A based on the figure in Column

B.
I want the formula to sum Column A if the value in Column B is between 99

and
200. For some reason, I am having trouble with the multiple criteria part

of
this. Is there a way to do this, another function, or anything?



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 function - criteria of between two dates. How? Frannie21 Excel Worksheet Functions 4 January 27th 05 03:28 PM
sumif with multiple criteria benb Excel Worksheet Functions 3 January 5th 05 11:07 PM
How do I sum (like sumif) but predicated on multiple criteria, in. djpaik Excel Worksheet Functions 2 January 1st 05 01:12 PM
How do I ask for multiple criteria when creating a "sumif" formul. Rachelle Excel Worksheet Functions 3 December 1st 04 11:49 PM
Can I use a cell reference in the criteria for the sumif function. Number Cruncher Excel Worksheet Functions 2 November 4th 04 07:52 PM


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