Greetings,
I have a question about how to sum a list of values with more than
one criterion.
Here's the source range located on sheet 1.
A B C D E
1 Pay# Name Charge# Hrs
2 2140 D. Rist AE014.19 4
3 1730 M. Jones AE014.19 6
4 2140 D. Rist AE014.13 12
5 2140 D. Rist AE014.19 5
Here's the result I'm trying to get on sheet 2. The sum of all hours
where pay# =2140 and Charge# = AE014.13, then the sum of all hours where
pay#=2140 and Charge#=AE014.19. Then the sum of all hours where
pay#=1730 and Charge#=AE014.13 and so on.
A B C D E
Pay# Name AE014.13 AE014.19
1 2140 D. Rist 12 9
2 1730 M. Jones 6
What the formula would do is look at the Pay# in Col B and the Charge# in
Row1, then use those two criterion to get the sum of all hours on sheet 1
where the Pay# and Charge# match.
In essence, what I need to do is sum a list of values based on two
criterion the look up the results based on the same two criterion. I'd
appreciate any help, and would especially like to see the sample equation
needed to do the job.
Thanks,
Don Rist
Bookmarks