Hi All,
I'm close to having a formula working
=INDEX('Pivot Table - Monthly'!$B$2:$O$2,(MATCH(MAX('Pivot Table - Monthly'!$B$3:$O$3),'Pivot Table - Monthly'!$B$3:$O$3,0)))
This returns a Value in Row 2
based on the position number of the highest value in row 3
that is working fine.
What I need to do, and can't figure out, is to:
Return the value in Row 2
based on the highest value
in the row where 'Pivot Table - Monthly'!$B$2:$O$999 = $C3
I feel I have to take the above formula and nest it inside another Index, or Index(Match statement.
but I find myself pretty lost at this point.
Any advice would be extremely appreciated
Thanks
-Dave
I'm close to having a formula working
=INDEX('Pivot Table - Monthly'!$B$2:$O$2,(MATCH(MAX('Pivot Table - Monthly'!$B$3:$O$3),'Pivot Table - Monthly'!$B$3:$O$3,0)))
This returns a Value in Row 2
based on the position number of the highest value in row 3
that is working fine.
What I need to do, and can't figure out, is to:
Return the value in Row 2
based on the highest value
in the row where 'Pivot Table - Monthly'!$B$2:$O$999 = $C3
I feel I have to take the above formula and nest it inside another Index, or Index(Match statement.
but I find myself pretty lost at this point.
Any advice would be extremely appreciated
Thanks
-Dave