Forum Discussion
Helmut0806
Jan 31, 2022Copper Contributor
INDEX...retrun the closesed value
I try to have returned the value coming most closeley to the value in the matrix: Specifically, I try to define an insulation thickness of the pipe, depending on diameter and operating temperature :...
- Jan 31, 2022
=INDEX($C$2:$I$11,MATCH(B15,$B$2:$B$11,0),MATCH(B16,$C$1:$I$1,-1))
Maybe with this formula as shown in the attached file.
OliverScheurich
Jan 31, 2022Gold Contributor
=INDEX($C$2:$I$11,MATCH(B15,$B$2:$B$11,0),MATCH(B16,$C$1:$I$1,-1))
Maybe with this formula as shown in the attached file.
- Helmut0806Jan 31, 2022Copper Contributorthank you! 🙂