Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 110
Default SUMIFS formula with 3 OR Conditions

I have a 2007 spreadsheet that is looking to another worksheet Column F for
the month of March, Column K for salesperson Dawn, and Column D for a product
code, once all these conditions have been met it is totalling those sales
values in column E. The problem is Column D. I want it to find BRD, or, SPG,
or ADR. The formula I have below is only finding BRD, it's not recognizing
the other 2 product options?

=(SUMIFS(Goldmine!$E$2:$E$1000,Goldmine!$F$2:$F$10 00,"Mar",Goldmine!$K$2:$K$1000,"DAWNV*",Goldmine!$ D$2:$D$1000,{"BRD","SPG","ADR"}))/1000
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default SUMIFS formula with 3 OR Conditions

Try it like this...

=SUM(SUMIFS(Goldmine!$E$2:$E$1000,Goldmine!$F$2:$F $1000,"Mar",Goldmine!$K$2:$K$1000,"DAWNV*",Goldmin e!$D$2:$D$1000,{"BRD","SPG","ADR"}))/1000

--
Biff
Microsoft Excel MVP


"Terri" wrote in message
...
I have a 2007 spreadsheet that is looking to another worksheet Column F for
the month of March, Column K for salesperson Dawn, and Column D for a
product
code, once all these conditions have been met it is totalling those sales
values in column E. The problem is Column D. I want it to find BRD, or,
SPG,
or ADR. The formula I have below is only finding BRD, it's not recognizing
the other 2 product options?

=(SUMIFS(Goldmine!$E$2:$E$1000,Goldmine!$F$2:$F$10 00,"Mar",Goldmine!$K$2:$K$1000,"DAWNV*",Goldmine!$ D$2:$D$1000,{"BRD","SPG","ADR"}))/1000



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 110
Default SUMIFS formula with 3 OR Conditions

Perfect! Thank you.

"T. Valko" wrote:

Try it like this...

=SUM(SUMIFS(Goldmine!$E$2:$E$1000,Goldmine!$F$2:$F $1000,"Mar",Goldmine!$K$2:$K$1000,"DAWNV*",Goldmin e!$D$2:$D$1000,{"BRD","SPG","ADR"}))/1000

--
Biff
Microsoft Excel MVP


"Terri" wrote in message
...
I have a 2007 spreadsheet that is looking to another worksheet Column F for
the month of March, Column K for salesperson Dawn, and Column D for a
product
code, once all these conditions have been met it is totalling those sales
values in column E. The problem is Column D. I want it to find BRD, or,
SPG,
or ADR. The formula I have below is only finding BRD, it's not recognizing
the other 2 product options?

=(SUMIFS(Goldmine!$E$2:$E$1000,Goldmine!$F$2:$F$10 00,"Mar",Goldmine!$K$2:$K$1000,"DAWNV*",Goldmine!$ D$2:$D$1000,{"BRD","SPG","ADR"}))/1000



.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default SUMIFS formula with 3 OR Conditions

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"Terri" wrote in message
...
Perfect! Thank you.

"T. Valko" wrote:

Try it like this...

=SUM(SUMIFS(Goldmine!$E$2:$E$1000,Goldmine!$F$2:$F $1000,"Mar",Goldmine!$K$2:$K$1000,"DAWNV*",Goldmin e!$D$2:$D$1000,{"BRD","SPG","ADR"}))/1000

--
Biff
Microsoft Excel MVP


"Terri" wrote in message
...
I have a 2007 spreadsheet that is looking to another worksheet Column F
for
the month of March, Column K for salesperson Dawn, and Column D for a
product
code, once all these conditions have been met it is totalling those
sales
values in column E. The problem is Column D. I want it to find BRD, or,
SPG,
or ADR. The formula I have below is only finding BRD, it's not
recognizing
the other 2 product options?

=(SUMIFS(Goldmine!$E$2:$E$1000,Goldmine!$F$2:$F$10 00,"Mar",Goldmine!$K$2:$K$1000,"DAWNV*",Goldmine!$ D$2:$D$1000,{"BRD","SPG","ADR"}))/1000



.



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 formula using dates and text as criteria Trish Excel Discussion (Misc queries) 4 May 21st 23 07:46 PM
Sumifs formula in Excel 2007 Tigerxxx Excel Discussion (Misc queries) 3 January 9th 09 09:19 PM
Convert SUMIFS formula from 2007 to 2003 V.P.Smruj Excel Discussion (Misc queries) 5 October 6th 08 06:12 PM
sumifs formula in excel 2007 spudsnruf Excel Discussion (Misc queries) 5 January 8th 08 04:25 PM
SUMIFS Formula Problem Keith Excel Discussion (Misc queries) 5 August 2nd 07 09:41 PM


All times are GMT +1. The time now is 06:22 AM.

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"