Find closest match
To find the closest match in numeric data, you can use the XLOOKUP function or an INDEX and MATCH formula. In the example shown, the formula in F5 is: =XLOOKUP(0,ABS(C5:C16-E5),B5:B16,,1) The result is "Tokyo" because the cost of $1195 is closest to …Read more