Answers for "index match get cell reference"

0

index match get cell reference

Just use CELL("address",...) and instead of the ... put your INDEX/MATCH formula
=CELL("address",INDEX(B5:D11,MATCH(G6,B5:B11,0),2))
Posted by: Guest on January-05-2022

Code answers related to "index match get cell reference"

Browse Popular Code Answers by Language