Newbie needs help

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

Guest

Sum up all value in column x when column y = specified value

Example:
Worksheet 1
Id number value
123 1
123 4
123 1
123 2
789 3
789 3
789 4
567 1
567 2

I am trying to get one unique ID number with sum of its value and have that
returned on to a different worksheet with one unquie ID and its sumed up
value. For example:

WorkSheet 2:
Id Number Value
123 8
789 10
567 3

The worksheet that contains these data has hundreds of ID's and I am trying
to
write a vba code that does this function; however, I have no idea where to
start.

Thank you
 
Lookup the Excel help on "SumIf" this should do exactly what you are
describing without macro's. Let me know if you need help with it.
 

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

Similar Threads


Back
Top