Hi,
I know how to perform a CSE of the usual Index Match to nearest value which just looks at 1 column.
=INDEX(A7:A16,MATCH(TRUE,ABS(B7:B16-B2)=MIN(ABS(B7:B16-B2)),0))
How can I take this further to add the column index match?
For example, the data below isn't taking the name into account...