Hi all,
I have a spreadsheet with 2 workbooks, one the first
book I have a column with a long list of
names and 2nd column with different amounts next to each name. A name will repeat several
times and I need to add all the amounts belonging to each name and show in a table in another workbook.
here's an example:
VB: AutoLinked keywords will cause extra spaces before keywords. Extra spacing is NOT transferred when
copy/pasting, but IS if the keyword uses "quotes".
Name Amount
------------------------
Jonathan 45
George 60
Jane -35
Jonathan 15
David -40
Jonathan -20
Jane 35
George 50
David -30
So basically what I'm looking for is to create a separate table on another workbook and have Excel list each name in that column only once, and in the next cell show a "
total" amount for each person. So for example Jonathan would be listed with 40, George with 110
I tried creating a Pivot Table, but because I have lots of columns and not all of them are filled out for every row I get
errors.. "The PivotTable field name is not valid. To create a PivotTable report, you must use data that is organized as a list with labeled columns."
and I can't
fill each empty cell with a 0 because it causes problems in my
formulas.
My spreadsheet goes from A to V columns, name is in A and amount column is V, the last one. There are some empty columns in between, but I need them there.
Is there anything else I can try?
Thanks in advance if you can help!