'=VLOOKUP(1088,CHOOSE({1,2,3},$D$5:$D$17,$B$5:$B$17,$C5:C17),2,0)
If we search for the value in Array: $D$5:$D$17 and then return corresponding value from the array: $B$5:$B$17
Then why do we bring up array:$C5:C17?
----------------------------------------------------------------------
What...