#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default SumIfs

B C D
E
Payee Account Category Amount
A. Datum Corporation Cash Publications 18.80
Adventure Works 2877 Furnishings 58.94
Alpine Ski House Cash Publications 177.00

I have a list that is 925 rows in length and I would like to be able to add
all the payees amount details that are for cash. ie all Datum Corporation
who paid in cash. I tried =SUMIF(C2:C925,"A. Datum Corporation,Cash",E2:E925)
I got into a bit of a pickle!!
Any boffs out there with the knowledge would be greatfully received.
Regards. P
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default SumIfs

Try this:

=SUMPRODUCT(--(B2:B925="A. Datum Corporation"),--(C2:C925="Cash"),(E2:E925))

HTH,
Elkar


"timson" wrote:

B C D
E
Payee Account Category Amount
A. Datum Corporation Cash Publications 18.80
Adventure Works 2877 Furnishings 58.94
Alpine Ski House Cash Publications 177.00

I have a list that is 925 rows in length and I would like to be able to add
all the payees amount details that are for cash. ie all Datum Corporation
who paid in cash. I tried =SUMIF(C2:C925,"A. Datum Corporation,Cash",E2:E925)
I got into a bit of a pickle!!
Any boffs out there with the knowledge would be greatfully received.
Regards. P

  #3   Report Post  
Posted to microsoft.public.excel.misc
bj bj is offline
external usenet poster
 
Posts: 1,397
Default SumIfs

I would use sumproduct
=sumproduct(--($b$2:$b$925="A.datum
corporation"),--($c$2:$c$925="Cash"),$e$2:$E$925)

"timson" wrote:

B C D
E
Payee Account Category Amount
A. Datum Corporation Cash Publications 18.80
Adventure Works 2877 Furnishings 58.94
Alpine Ski House Cash Publications 177.00

I have a list that is 925 rows in length and I would like to be able to add
all the payees amount details that are for cash. ie all Datum Corporation
who paid in cash. I tried =SUMIF(C2:C925,"A. Datum Corporation,Cash",E2:E925)
I got into a bit of a pickle!!
Any boffs out there with the knowledge would be greatfully received.
Regards. P

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default SumIfs

My grateful thanks.
P

"Elkar" wrote:

Try this:

=SUMPRODUCT(--(B2:B925="A. Datum Corporation"),--(C2:C925="Cash"),(E2:E925))

HTH,
Elkar


"timson" wrote:

B C D
E
Payee Account Category Amount
A. Datum Corporation Cash Publications 18.80
Adventure Works 2877 Furnishings 58.94
Alpine Ski House Cash Publications 177.00

I have a list that is 925 rows in length and I would like to be able to add
all the payees amount details that are for cash. ie all Datum Corporation
who paid in cash. I tried =SUMIF(C2:C925,"A. Datum Corporation,Cash",E2:E925)
I got into a bit of a pickle!!
Any boffs out there with the knowledge would be greatfully received.
Regards. P

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
SUMIFS() error? fgrose Excel Worksheet Functions 6 October 29th 09 05:05 PM
Excel CountIfs() and SumIfs() question Harlan Grove Excel Worksheet Functions 1 September 18th 07 12:12 AM
[Excel 2007 Beta2] Function SUMIFS Franz Verga Excel Worksheet Functions 3 June 20th 06 11:53 PM
Joining 2 SUMIF's ??? AC-H Excel Discussion (Misc queries) 5 December 3rd 05 05:50 PM


All times are GMT +1. The time now is 10:42 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"