使用公式获得 Google 表中的最高近值

Get Highest Near Value in Google Sheets with formulas

使用 内置函数在 Google sheet 中找到接近最高值的任何最佳方法。

我已经使用 Google Apps 脚本 完成了此操作,但我需要使用 Google Sheet 函数的更可靠的解决方案。

https://docs.google.com/spreadsheets/d/1C58-78X5o5HHTrN-JiNhpZbXa0gfOd3Ov4Qw0KbmVgo/edit?usp=sharing

=VLOOKUP(B2,{{0; SORT(UNIQUE(TRANSPOSE(SPLIT(TRIM(QUERY(TRANSPOSE(QUERY(
 TRANSPOSE(E3:AF22),,999^99)),,999^99)), " "))))},
 {MIN(E3:AF22); QUERY(SORT(UNIQUE(TRANSPOSE(SPLIT(TRIM(QUERY(TRANSPOSE(QUERY(
 TRANSPOSE(E3:AF22),,999^99)),,999^99)), " ")))), "offset 1", 0); ""}}, 2, 1)