Hi all,
I'm trying to replace a named range in my SUMPRODUCT calculation, in order to speed up my sheet.
I'm thinking it's some sort of combination of INDEX, MATCH and COUNTIF, but can't crack the code
If the below range is located in A1:B7, and I'm trying to return the in range in column A, if the text in column B is Equities, i.e A3:A6, what's the best way?
[TABLE="width: 258"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]GB9217[/TD]
[TD]Alternatives[/TD]
[/TR]
[TR]
[TD]LP8811[/TD]
[TD]Alternatives[/TD]
[/TR]
[TR]
[TD]FT_U0PX[/TD]
[TD]Equities[/TD]
[/TR]
[TR]
[TD]6005[/TD]
[TD]Equities[/TD]
[/TR]
[TR]
[TD]GB926[/TD]
[TD]Equities[/TD]
[/TR]
[TR]
[TD]36009[/TD]
[TD]Equities[/TD]
[/TR]
[TR]
[TD]134315[/TD]
[TD]Bonds
[/TD]
[/TR]
</tbody>[/TABLE]
Many thanks!
I'm trying to replace a named range in my SUMPRODUCT calculation, in order to speed up my sheet.
I'm thinking it's some sort of combination of INDEX, MATCH and COUNTIF, but can't crack the code
If the below range is located in A1:B7, and I'm trying to return the in range in column A, if the text in column B is Equities, i.e A3:A6, what's the best way?
[TABLE="width: 258"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]GB9217[/TD]
[TD]Alternatives[/TD]
[/TR]
[TR]
[TD]LP8811[/TD]
[TD]Alternatives[/TD]
[/TR]
[TR]
[TD]FT_U0PX[/TD]
[TD]Equities[/TD]
[/TR]
[TR]
[TD]6005[/TD]
[TD]Equities[/TD]
[/TR]
[TR]
[TD]GB926[/TD]
[TD]Equities[/TD]
[/TR]
[TR]
[TD]36009[/TD]
[TD]Equities[/TD]
[/TR]
[TR]
[TD]134315[/TD]
[TD]Bonds
[/TD]
[/TR]
</tbody>[/TABLE]
Many thanks!