Hi, excel novice here. I need to sum some numbers in a column, but only sum only those that match a given name in an adjacent column.
The issue is that I have a list of people with corresponding number amounts, and I need to total these amounts for each person. Since the list of people is extremely long, I would like to just be able to copy a simple formula into each cell of a new column that will sum all the numbers which have matching names in the adjacent column.See attached screen cap.
Thanks!!
Last edited by conorsgaffney; 09-13-2010 at 11:02 AM.
Maybe:
=SUMIF(N:N,N2,L:L)
inserted in row 2 of a new column and copied down.
This totals column L based on column N being equal to the active row's column N name.
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
That does it exactly. More to be seen here: http://www.excelforum.com/excel-prog...lp-needed.html.
Thanks
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks