Sum if formula using multiple criteria

J

Jeremy

I am trying to create a sum if formula that takes the given in Rows B and
places them in D given the Criteria in C matches that of A under the Payable,
Billable or Burden in B. D1 is manual typed as Billable, payable or burden.

Thank you

A B C D
1 Payable PAYABLE
2 M 10 M 10
3 S 20 D 20
4 D 30 S 30
5
6
7 Billable
8 M 15
9 S 25
10 D 35
11
12 Burden
13 M 6
14 S 12
15 D 18
16
 
M

Max

In D2:
=SUMPRODUCT(--(OFFSET(B$1,MATCH(D$1,B:B,0),-1,3)=C2),
OFFSET(B$1,MATCH(D$1,B:B,0),,3))
Copy D2 down to D4 to return results as desired, which are flexible
to/dependent on the input in D2 (Payable, Billable, or Burden), as well as
the inputs in C2:C4 (M, D, or S).

Success? High-five it here, click the YES button below.
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:25,000 Files:300 Subscribers:70
xdemechanik
---
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

sum if formula 2
Excel 2002: Any quick way of transposing data ? 1
Sum 7
combining several lists into one? 1
Sum Formula 4
Sum Formula 2
Numbers from first column 5
sumif using dates 3

Top