Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 85
Default Complicated Count if and sumif help **Big Question!!!

I need to cout all instances when the following criteria are met

AE7:AE9999 (in the Data sheet) = $C$1 (in the Monthly Summary sheet)
and
The name in L7:L9999 (in the data sheet) = $A$18 (in the Monthly Summary
sheet)
**This formula will be copied into several cells to count each person's name

I need to add up the $ amounts in Q7:Q9999 for each of those lines (this
will be a seperate formula)

EX
Name #of Complaints $Credited Total
Allie 10 100
---------------------------------------------

Then I have another table that counts some if the same things, but seperates
them more

AE7:AE9999 (in the Data sheet) = $C$1 (in the Monthly Summary sheet)
and
The name in L7:L9999 (in the data sheet) = $A$18 (in the Monthly Summary
sheet)

I will need to seperate the reason for the complaint which is in K7:K9999 of
the Data sheet. There are only 3 options: pricing, freight, other.

Thanks a ton for the help.








  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 100
Default Complicated Count if and sumif help **Big Question!!!

You want SUMPRODUCT. It can be used to count/sum based on multiple critiera.

Something like =SUMPRODUCT(--(AE7:AE9999=$C$1),--(L7:L9999=$A$18),Q7:Q9999)

If you need to look up text (reason for the complaint), use something like:
=INDEX(K7:K9999,SUMPRODUCT(--(AE7:AE9999=$C$1),--(L7:L9999=$A$18),ROW(K1:K9993)))

"Jeremy" wrote:

I need to cout all instances when the following criteria are met

AE7:AE9999 (in the Data sheet) = $C$1 (in the Monthly Summary sheet)
and
The name in L7:L9999 (in the data sheet) = $A$18 (in the Monthly Summary
sheet)
**This formula will be copied into several cells to count each person's name

I need to add up the $ amounts in Q7:Q9999 for each of those lines (this
will be a seperate formula)

EX
Name #of Complaints $Credited Total
Allie 10 100
---------------------------------------------

Then I have another table that counts some if the same things, but seperates
them more

AE7:AE9999 (in the Data sheet) = $C$1 (in the Monthly Summary sheet)
and
The name in L7:L9999 (in the data sheet) = $A$18 (in the Monthly Summary
sheet)

I will need to seperate the reason for the complaint which is in K7:K9999 of
the Data sheet. There are only 3 options: pricing, freight, other.

Thanks a ton for the help.








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
Complicated Question kyrospeare Excel Worksheet Functions 5 April 27th 06 02:45 AM
SUMIF Complicated. cbanks Excel Discussion (Misc queries) 3 January 25th 06 09:04 PM
Complicated SUMPRODUCT OR SUMIF question? angelila Excel Discussion (Misc queries) 5 January 10th 06 07:21 PM
Complicated Vlookup/count problem swjtx Excel Worksheet Functions 6 December 18th 05 12:05 AM
Complicated SUMIF Case John Excel Discussion (Misc queries) 9 October 14th 05 10:08 AM


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