Hello,
Excel noob when it comes to Index Match and first time posting. TIA!
I am creating a spreadsheet to model portfolio trades based off of target trade amounts. I'm trying to prioritize the allocation of certain "Stock Types".
I'm wondering how I could retrieve a specific figure based off of multiple criteria and a greater than parameter.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Stock Type[/TD]
[TD]Growth[/TD]
[TD]Bond[/TD]
[TD]Growth[/TD]
[TD]Real[/TD]
[TD] [/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Stock Name[/TD]
[TD]StockA[/TD]
[TD]StockB[/TD]
[TD]StockC[/TD]
[TD]StockD[/TD]
[TD][/TD]
[TD]Stock Type[/TD]
[TD]Growth[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]First Trade[/TD]
[TD]1200[/TD]
[TD]3000[/TD]
[TD]1300[/TD]
[TD]5000[/TD]
[TD][/TD]
[TD]Trade[/TD]
[TD]Second Trade[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Second Trade[/TD]
[TD]0[/TD]
[TD]3000[/TD]
[TD]1300[/TD]
[TD]5000[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Third Trade[/TD]
[TD]0[/TD]
[TD]3000[/TD]
[TD]0[/TD]
[TD]5000[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
In summary, I'd like to determine how to pull the "Second Trade" amount based off of the "Stock Type" being classified as "Growth" and the value being greater than zero. I'd like the formula to return 1300 from D3 based off of H2 and H3. Thanks!
Excel noob when it comes to Index Match and first time posting. TIA!
I am creating a spreadsheet to model portfolio trades based off of target trade amounts. I'm trying to prioritize the allocation of certain "Stock Types".
I'm wondering how I could retrieve a specific figure based off of multiple criteria and a greater than parameter.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Stock Type[/TD]
[TD]Growth[/TD]
[TD]Bond[/TD]
[TD]Growth[/TD]
[TD]Real[/TD]
[TD] [/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Stock Name[/TD]
[TD]StockA[/TD]
[TD]StockB[/TD]
[TD]StockC[/TD]
[TD]StockD[/TD]
[TD][/TD]
[TD]Stock Type[/TD]
[TD]Growth[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]First Trade[/TD]
[TD]1200[/TD]
[TD]3000[/TD]
[TD]1300[/TD]
[TD]5000[/TD]
[TD][/TD]
[TD]Trade[/TD]
[TD]Second Trade[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Second Trade[/TD]
[TD]0[/TD]
[TD]3000[/TD]
[TD]1300[/TD]
[TD]5000[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Third Trade[/TD]
[TD]0[/TD]
[TD]3000[/TD]
[TD]0[/TD]
[TD]5000[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
In summary, I'd like to determine how to pull the "Second Trade" amount based off of the "Stock Type" being classified as "Growth" and the value being greater than zero. I'd like the formula to return 1300 from D3 based off of H2 and H3. Thanks!