summarizing matched data

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I get lists of ID numbers and and scores of various lenghts every day. IDs
are unique and I need to summarize scores of IDs that appear in more than one
list. Hence, Id like to have a TOTALS list that sort according to scores and
accumulate scores of IDs that appear more than once.

I will be very grateful (on a daily basis - as I do the mathing manually
now!) for any assistance.
 
suppose you have IDs in the range of A1:A50 and scores in B1:50
try following function

=SUMIF(A1:A50,"=ID",B1:B50)
put proper ID in formula.
 

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

Back
Top