retrieving a sum of matched values in vlookup

A

Alan

Can someone tell what I need to solve this problem?

On sheet1 I have a list of records that have many rows for each subject. Eg.
A B C
Name ACCT AMT
Bill 1101 $ 12.00
Bill 1102 $ 45.00
Bill 1103 $ 22.00
Jeff 1101 $ 10.00
Jeff 1102 $ 80.00
Jeff 1103 $ 17.00


On sheet2 I have a summary page where I need to add together all the individual entries on sheet 1 by person and present it like:
A B
Name Ttl Amt
Bill $ 79.00
Jeff $ 107.00



What command would I need to put in cell B2 on sheet2 to accomplish this?

TIA, Alan
 
F

Frank Kabel

Hi
sorry my fault (wrong translation). Try
=SUMIF('sheet1'!$A$1:$A$100,"=" & A2,'sheet1'!$C$1:$C$100)
 
D

docsboard.com

Bob, I am sorry to post in the newsgroup, (& my apologies to everyone o
here) I can't seem to get hold of you by email, you had very kindl
helped me with the spreadsheet, did u get my emails?
Please help
Fred:
 

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

Top