I have a list of transactions named
(and year) and item desc[/code] set from the table below:
PriceTable
Month Price_A Price_B
Jan 12 100 110
Feb 12 110 105
Mar 12 100 105[/code][/pre]
Can ms excel do that? I'm using MS Excel 2010. Thanks for the help people!
Code:
TrxTable as follows
[pre][code]TrxTable
Date B/S Desc Qty Price Total
05 Jan '12 Buy A 100 100 10000
12 Jan '12 Buy A 50 100 5000
02 Feb '12 Buy B 50 105 5250
16 Feb '12 Buy A 50 110 5500
10 Mar '12 Sell A -100 100 -10000
17 Mar '12 Sell B -50 105 -5250
and I need to get the [code]price on the table above to match the month
PriceTable
Month Price_A Price_B
Jan 12 100 110
Feb 12 110 105
Mar 12 100 105[/code][/pre]
Can ms excel do that? I'm using MS Excel 2010. Thanks for the help people!