Please help

naf80

New Member
Joined
Jan 1, 2018
Messages
2
Hi everyone,

I am happy to join to such wonderful forum. I will really appropriated if you could help this issue. I have the following table
DayAmountMeans
1143Bank
222Cash
31980
Master Card

<tbody>
</tbody>

45Debt Card
5388
Master Card

<tbody>
</tbody>

<tbody>
</tbody>

<colgroup><col></colgroup><tbody>
</tbody>

And I want it to be summarized in the following table
Means

<tbody>
</tbody>
Total

<tbody>
</tbody>
Bank
Cash
Master Card
Master Card

<tbody>
</tbody>

<tbody>
</tbody>

such that the Total will be reading from the first table ans sort by mean. I want
the bank in 2nd table = 143 and the Master Card = 1980+388

Thank you very much in advance>

****** id="cke_pastebin" style="position: absolute; top: 292px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">
Cash

<tbody>
</tbody>
</body>
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
Hi,

SUMIF should do it:


Book1
ABCDEF
1DayAmountMeansMeansTotal
21143BankBank143
3222CashCash22
431980Master CardMaster Card2368
545Debt CardDebt Card5
65388Master Card
Sheet1
Cell Formulas
RangeFormula
F2=SUMIF(C$2:C$6,E2,B$2:B$6)


F2 formula copied down, change cell references as needed.
 
Upvote 0
I am now Interpreting the question differently, when I first read it I also thought it was just a sumif but now not so sure (mainly because of the 2 Master cards in the 2nd Table) so just in case...

Excel Workbook
ABCDEFGH
1DayAmountMeansResult 1Result 2
21143Bank1.0000021Bank143
3222Cash2.0000032Cash22
431980Master Card5.0000044Debt Card5
545Debt Card3.0000053Master Card1980
65388Master Card5.0000065Master Card388
Sheet2
 
Upvote 0
You're welcome, welcome to the forum, Happy New Year.
 
Upvote 0

Forum statistics

Threads
1,214,987
Messages
6,122,614
Members
449,091
Latest member
gaurav_7829

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