sum range with Index Match

tanuxaxaxa

New Member
Joined
Sep 7, 2018
Messages
12
Hi guys!

Would appreciate a help on this one.
I have the fundraising amount in one column and name in another one

<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>
AmountTeam Members Name
$10.00Anna Z
$50.00Bettany B

<colgroup><col style="width: 100px"><col width="129"></colgroup><tbody>
</tbody>

And I need to sum up the total amoun of donations per each person in a different table.

I have fixed the Index Match to lookup a value, but do not know how to go from here to sum all the values up!

Would appreciate the help
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
One option is to run a pivot table on your data.

Otherwise, care to post the formula you have -- because that would indicate which ranges are involved?
 
Upvote 0
One option is to run a pivot table on your data.

Otherwise, care to post the formula you have -- because that would indicate which ranges are involved?

Can't go for the pivot as I need a sum in a table which also contains unique data :eek:

In regards to the ranges -

ABCD
AmountNameNameTotal
10$DonnaMonica?
20$AnnaAnna?
10$Monica
5$Monica
3$Donna

<tbody>
</tbody>


I have Index Match which looks like that now (as two table on dif tabs)
=INDEX(('tab1'!A:B),MATCH(C2,'tab1'!B:B,0),1)

So it works as a lookup but does not sum up naturally.


Hope that makes sense

And thanks for taking a look
 
Upvote 0

Forum statistics

Threads
1,215,548
Messages
6,125,468
Members
449,230
Latest member
ASBeard

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top