Re: SumIf with multiple conditions
From: Don Guillett (donaldb_at_281.com)
Date: 03/22/04
- Next message: JE McGimpsey: "Re: SumIf with multiple conditions"
- Previous message: Mandy: "SumIf with multiple conditions"
- In reply to: Mandy: "SumIf with multiple conditions"
- Next in thread: JE McGimpsey: "Re: SumIf with multiple conditions"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 22 Mar 2004 08:49:45 -0600
this should give you an idea
=sumproduct((rngA=cond1)*(rngB=cond2)*rngC)
-- Don Guillett SalesAid Software donaldb@281.com "Mandy" <anonymous@discussions.microsoft.com> wrote in message news:D1A2939F-CE9F-4777-9274-902E0F011FA3@microsoft.com... > What am I doing wrong? > > =SUM(IF([salesbreakdown.xls]Sheet4!$D:$D,A2)*([salesbreakdown.xls]Sheet4!$B: $B=B1),[salesbreakdown.xls]Sheet4!$F:$F) > > I am trying to pull a total from [salesbreakdown] if the item number (condition 1, cell A2) and the inputed date (conditon 2, cell B1) match the open worksheet. Total will be inputed into column C: > > Please help! > > Thanks in advance, > Mandy
- Next message: JE McGimpsey: "Re: SumIf with multiple conditions"
- Previous message: Mandy: "SumIf with multiple conditions"
- In reply to: Mandy: "SumIf with multiple conditions"
- Next in thread: JE McGimpsey: "Re: SumIf with multiple conditions"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|