Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:-
=SUMIF(A1:A7,A1,B1:B7) With your names in A1:A7 and numbers in B1:B7 and usrjsmith in A1 Mike " wrote: Greetings. I am trying to add multiple values in one column based on multiple values of the same value (text) in another column. A little simpler said . . . in column B I have a list of usernames. In column D I have number values (a number showing how many times that person made an entry for example). I need a formula that will look down through column B and everytime it sees a particular username, it adds up all of the numbers in column D on the same row that username showed up. Hopefully the example below with make it more plain. Column B Column D usrjsmith 3 usrbjohnson 5 usrlgold 2 usrjsmith 7 usrjsmith 2 usrbjohnson 4 usrjsmith 8 So, looking at the example above . . .I need a formula that will look down through column B and say 'usrjsmith=20', 'usrbjohnson=9', 'usrlgold=2'. I meesed with Vlookup but couldn't get that to do what I needed. Any ideas? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding numerical values based on multiple values in another column | Excel Worksheet Functions | |||
Text to column and selecting values based on a different column | Excel Worksheet Functions | |||
Text to column and selecting values based on a different column | Excel Discussion (Misc queries) | |||
Formula to compare multiple rows values based on another column? | Excel Worksheet Functions | |||
Adding Values Based on a Separate Column | Excel Discussion (Misc queries) |