Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default MULTIPLE CRITERIA RETURNING SUM OF RESULTS

I need to create a formula that will search through multiple columns
for different criteria and then give the sum of another column based
upon the search results. I tried using SUMIF, but it will only search
through one set of criteria. I need it to search for multiple criteria.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,726
Default MULTIPLE CRITERIA RETURNING SUM OF RESULTS

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

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

wrote in message
ups.com...
I need to create a formula that will search through multiple columns
for different criteria and then give the sum of another column based
upon the search results. I tried using SUMIF, but it will only search
through one set of criteria. I need it to search for multiple criteria.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default MULTIPLE CRITERIA RETURNING SUM OF RESULTS

look into sumproduct

=sumproduct(--($A$1:$A$500="Something",--($C$1$:$C$500="Something
else"))

make sure that the ranges you're searching through are of equal length.
wrote:
I need to create a formula that will search through multiple columns
for different criteria and then give the sum of another column based
upon the search results. I tried using SUMIF, but it will only search
through one set of criteria. I need it to search for multiple criteria.


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default MULTIPLE CRITERIA RETURNING SUM OF RESULTS

What I need to is search Column A for a certain number. Once it finds
all of that number then I need it to search Column E for another
number. Then I need to get the total of Column C and then return the
total to sheet 1 Cell A4. The formula you gave me worked, but it gave
me a total of 0, instead of what it should have been.

MDubbelboer wrote:
look into sumproduct

=sumproduct(--($A$1:$A$500="Something",--($C$1$:$C$500="Something
else"))

make sure that the ranges you're searching through are of equal length.
wrote:
I need to create a formula that will search through multiple columns
for different criteria and then give the sum of another column based
upon the search results. I tried using SUMIF, but it will only search
through one set of criteria. I need it to search for multiple criteria.


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,726
Default MULTIPLE CRITERIA RETURNING SUM OF RESULTS

Then you didn't do it correctly (oh, and MDubbelboer missed a bracket)

What did you use?

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

wrote in message
oups.com...
What I need to is search Column A for a certain number. Once it finds
all of that number then I need it to search Column E for another
number. Then I need to get the total of Column C and then return the
total to sheet 1 Cell A4. The formula you gave me worked, but it gave
me a total of 0, instead of what it should have been.

MDubbelboer wrote:
look into sumproduct

=sumproduct(--($A$1:$A$500="Something",--($C$1$:$C$500="Something
else"))

make sure that the ranges you're searching through are of equal length.
wrote:
I need to create a formula that will search through multiple columns
for different criteria and then give the sum of another column based
upon the search results. I tried using SUMIF, but it will only search
through one set of criteria. I need it to search for multiple

criteria.





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default MULTIPLE CRITERIA RETURNING SUM OF RESULTS

It's working now. I forgot to add the dashes.

Thanks for your help.

Tom

Bob Phillips wrote:
Then you didn't do it correctly (oh, and MDubbelboer missed a bracket)

What did you use?

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

wrote in message
oups.com...
What I need to is search Column A for a certain number. Once it finds
all of that number then I need it to search Column E for another
number. Then I need to get the total of Column C and then return the
total to sheet 1 Cell A4. The formula you gave me worked, but it gave
me a total of 0, instead of what it should have been.

MDubbelboer wrote:
look into sumproduct

=sumproduct(--($A$1:$A$500="Something",--($C$1$:$C$500="Something
else"))

make sure that the ranges you're searching through are of equal length.
wrote:
I need to create a formula that will search through multiple columns
for different criteria and then give the sum of another column based
upon the search results. I tried using SUMIF, but it will only search
through one set of criteria. I need it to search for multiple

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
find multiple results Larry Banach Excel Discussion (Misc queries) 9 November 24th 06 07:15 PM
MULTIPLE CRITERIA RETURNING SUM OF RESULTS [email protected] Excel Worksheet Functions 0 November 15th 06 05:11 PM
Lookup multiple results with gaps Fin Fang Foom Excel Worksheet Functions 8 November 14th 06 12:53 AM
Lookup Multiple results has gaps Fin Fang Foom Excel Worksheet Functions 0 November 11th 06 11:49 PM
Multiple Criteria IF Nesting BethB Excel Worksheet Functions 2 May 17th 05 12:14 AM


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