total "E" after looking at names in A and B

mrxwantobe

Board Regular
Joined
May 2, 2002
Messages
158
Hey all

I have a sheet with a first name in "A", a last name in "B" and monies paid in "E". Can someone help me put a total in say "G". some of the names reoccur in A and B and some are only there once but either way I need a total. It has to look in A and B because I might have a John Jones and a Phil Jones. Thanks everyone.
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Try SUMIFS, e.g. if you want a total for John Jones

=SUMIFS(E:E,A:A,"John",B:B,"Jones")

You can do the same with the name in cells, so if you have John in H2 and Jones in J2

=SUMIFS(E:E,A:A,H2,B:B,J2)
 
Upvote 0
Barry

I did a lousy job explaining what I need. Can you tell me how to upload a sample f my workbook?
 
Upvote 0

Forum statistics

Threads
1,214,920
Messages
6,122,262
Members
449,075
Latest member
staticfluids

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top