I have an excel sheet with 3 columns.
Column1 is ClientName, column2 is Desrciption , column 3 is a number corresponding to the description.
I need to sum the numbers corresponding to each description of ClienName using filters or for loop.
In other words:
<code style="margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;">col1 col2 col3
Jason Cash 20
Jason Cash 30
Jason Cash 10
Jason Credit 20
Jason Credit 40
John Cash 20
John Cash 10
John Credit 30
John Credit 20
Mary Cash 50
Mary Cash 20
Mary Credit 20
Mary Credit 100
Mary Credit 200
</code>
I need results like that
<code style="margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;">Jason CashTotal CreditTotal
John CashTotal CreditTotal
Mary CashTotal CreditTotal
</code>
How can this be done in Excel?
Column1 is ClientName, column2 is Desrciption , column 3 is a number corresponding to the description.
I need to sum the numbers corresponding to each description of ClienName using filters or for loop.
In other words:
<code style="margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;">col1 col2 col3
Jason Cash 20
Jason Cash 30
Jason Cash 10
Jason Credit 20
Jason Credit 40
John Cash 20
John Cash 10
John Credit 30
John Credit 20
Mary Cash 50
Mary Cash 20
Mary Credit 20
Mary Credit 100
Mary Credit 200
</code>
I need results like that
<code style="margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;">Jason CashTotal CreditTotal
John CashTotal CreditTotal
Mary CashTotal CreditTotal
</code>
How can this be done in Excel?