Looking for a formula

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

Guest

I need some help. I have a spreedsheet with identical numbers with diffrent
qty's in another colume. Is there a quick way to search for the same # and
add the qty's. the sheet is like 2500 lines long and by the looks of it
every part # has a duplicate.

Please help me
 
No problem. I use this one all the time. You need an array formula.

If your duplicates are in col A, values in col B, and the duplicate value
you want to sum in col C,
put this formula in col D:

=sum(if($A$1:$A$2500=C1, $B$1:$B$2500,0))

Note its an array formula, so you need to hit ctrl+shift+enter to make it
work. Brackets {} should appear around the formula.

HTH

roger
 

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