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>[TABLE="width: 0"]
<colgroup><col style="width: 100px"><col width="129"></colgroup><tbody>[TR]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=c9daf8]#c9daf8[/URL] , align: right"]Amount[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=c9daf8]#c9daf8[/URL] "]Team Members Name[/TD]
[/TR]
[TR]
[TD="align: right"]$10.00[/TD]
[TD]Anna Z[/TD]
[/TR]
[TR]
[TD="align: right"]$50.00[/TD]
[TD]Bettany B[/TD]
[/TR]
</tbody>[/TABLE]
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
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>[TABLE="width: 0"]
<colgroup><col style="width: 100px"><col width="129"></colgroup><tbody>[TR]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=c9daf8]#c9daf8[/URL] , align: right"]Amount[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=c9daf8]#c9daf8[/URL] "]Team Members Name[/TD]
[/TR]
[TR]
[TD="align: right"]$10.00[/TD]
[TD]Anna Z[/TD]
[/TR]
[TR]
[TD="align: right"]$50.00[/TD]
[TD]Bettany B[/TD]
[/TR]
</tbody>[/TABLE]
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