#1   Report Post  
frank
 
Posts: n/a
Default sumif

can i perform a SUMIF function with more than one
criteria.
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

=SUMPRODUCT(--(rng1="value1"),--(rng2="value2"), rng_to_sum)

--

HTH

RP
(remove nothere from the email address if mailing direct)


"frank" wrote in message
...
can i perform a SUMIF function with more than one
criteria.



  #3   Report Post  
Jason Morin
 
Posts: n/a
Default

You can, but SUMPRODUCT or an array formula would give
you more flexibility. Nevertheless, here's an example:

=SUM(SUMIF(A:A,{"a","b","c"},B:B))

HTH
Jason
Atlanta, GA


-----Original Message-----
can i perform a SUMIF function with more than one
criteria.
.

  #4   Report Post  
RagDyeR
 
Posts: n/a
Default

You can ... If you want to ... in conjunction with Sum().

Usually, other functions better fit the bill for multi-criteria situations.

=SUM(SUMIF(A1:A20,{"A","B"},B1:B20))
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================

"frank" wrote in message
...
can i perform a SUMIF function with more than one
criteria.


  #5   Report Post  
BobT
 
Posts: n/a
Default

You can use sumproduct
check out the link below
http://www.xldynamic.com/source/xld.SUMPRODUCT.html

-----Original Message-----
can i perform a SUMIF function with more than one
criteria.
.

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
How to use SUMIF to return sums between two values located in cells ScottBerger Excel Worksheet Functions 2 April 23rd 23 09:05 PM
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function Oscar Excel Worksheet Functions 2 January 11th 05 11:01 PM
help with "criterea" in the sumif function [email protected] Excel Worksheet Functions 3 December 17th 04 06:27 PM
SUMIF across a range of worksheets Mike@Q Excel Worksheet Functions 3 November 24th 04 02:36 PM
SUM(IF( Array to avoid #NUM! values Elijah Excel Worksheet Functions 7 November 21st 04 02:17 PM


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