Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
psmith4497
 
Posts: n/a
Default SUMIF over multiple columns


is doing a SUMIF over multiple columns not allowed?

This formula works =SUMIF(C:C,J5,E:E)
but this does not: =SUMIF(C:C,J5,E:F)


--
psmith4497
------------------------------------------------------------------------
psmith4497's Profile: http://www.excelforum.com/member.php...o&userid=23597
View this thread: http://www.excelforum.com/showthread...hreadid=380121

  #2   Report Post  
Domenic
 
Posts: n/a
Default


Try...

=SUMPRODUCT((C1:C100=J5)*E1:F100)

Note that SUMPRODUCT does not accept whole column references.

Hope this helps!

psmith4497 Wrote:
is doing a SUMIF over multiple columns not allowed?

This formula works =SUMIF(C:C,J5,E:E)
but this does not: =SUMIF(C:C,J5,E:F)



--
Domenic
------------------------------------------------------------------------
Domenic's Profile: http://www.excelforum.com/member.php...o&userid=10785
View this thread: http://www.excelforum.com/showthread...hreadid=380121

  #3   Report Post  
LanceB
 
Posts: n/a
Default

=SUMIF(C:C,J5,E:E)+SUMIF(C:C,J5,f:f)



"psmith4497" wrote:


is doing a SUMIF over multiple columns not allowed?

This formula works =SUMIF(C:C,J5,E:E)
but this does not: =SUMIF(C:C,J5,E:F)


--
psmith4497
------------------------------------------------------------------------
psmith4497's Profile: http://www.excelforum.com/member.php...o&userid=23597
View this thread: http://www.excelforum.com/showthread...hreadid=380121


  #4   Report Post  
bj
 
Posts: n/a
Default

The problem is that the criteria array and the values array needs to be the
same size.
you could use
=SUMIF(C:C,J5,E:E)+SUMIF(C:C,J5,F:F)
or
=sumproduct(--(C1:C1000=J5),E1:E1000+F1:F1000)
Note you cannot use full columns in Sumproduct C1:C1000 is OK C:C is not
and the arrays need to be the same size in Sumproduct
(E1:E1000+F1:F1000 is really just a one thousand unit array, even though it
looks bigger)



"psmith4497" wrote:


is doing a SUMIF over multiple columns not allowed?

This formula works =SUMIF(C:C,J5,E:E)
but this does not: =SUMIF(C:C,J5,E:F)


--
psmith4497
------------------------------------------------------------------------
psmith4497's Profile: http://www.excelforum.com/member.php...o&userid=23597
View this thread: http://www.excelforum.com/showthread...hreadid=380121


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 accross multiple columns X Excel Worksheet Functions 3 April 14th 05 05:51 PM
SUMIF in multiple columns based on other criteria in Excel? Scott Powell Excel Discussion (Misc queries) 9 April 13th 05 02:32 PM
SUMIF and MULTIPLE DATA Brian Excel Discussion (Misc queries) 2 March 23rd 05 05:20 AM
Sumif over multiple columns Josh O. Excel Worksheet Functions 1 February 15th 05 04:33 PM
Convert multiple columns to rows Lois Lane Excel Worksheet Functions 8 January 10th 05 12:47 AM


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