NewOrderFac33
Well-known Member
- Joined
- Sep 26, 2011
- Messages
- 1,283
- Office Version
- 2016
- 2010
- Platform
- Windows
Good afternoon!
I'm using the following formula to determine the address of the cell containing the highest value in a range
but I now want to return the value from the corresponding column in Row 20,
So, if the highest value is found in HZ28, I need the formula to return the value in HZ20, and so on.
Can anyone help out, please?
Thanks in advance
Pete
I'm using the following formula to determine the address of the cell containing the highest value in a range
Code:
=CELL("address",INDEX(HW28:II28,MATCH(MAX(HW28:II28),HW28:II28,0)))
So, if the highest value is found in HZ28, I need the formula to return the value in HZ20, and so on.
Can anyone help out, please?
Thanks in advance
Pete
Last edited: