Index Match Sum?????

coccio

Board Regular
Joined
Mar 19, 2002
Messages
156
Office Version
  1. 2016
I have a question I need a formula and I’m a little confused how this can be done.

This is the example:

In Column A is my Fund Codes
Cell A2: 07
Cell A3: 07
Cell A4: 25
Cell A5: 25

In Column B is my Transaction type:
B2: Buy
B3: Buy
B4: Sell
B5: Buy

In column C is my proceeds
C2: $5000.00
C3: $75000.00
C4: -$4500.00
C5: $5000.00

What I want to do is for each fund code total up the total buys in column C in one cell and total up the total sells for each fund code in another cell.

How is that done?
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Why not use a PivotTable?
Book1
ABCDEFGHIJ
1FundCodesTransactionProceedsSumofProceedsTransaction
207Buy$5,000.00FundCodesBuySellGrandTotal
307Buy$75,000.0007$80,000$80,000
425Sell($4,500.00)25$5,000($4,500)$500
525Buy$5,000.00GrandTotal$85,000($4,500)$80,500
6
Sheet3

This message was edited by Mark W. on 2002-10-17 11:24
 
Upvote 0

Forum statistics

Threads
1,215,063
Messages
6,122,928
Members
449,094
Latest member
teemeren

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