A view posted a question in a previous video about INDEX + MATCH where he needed to pull the MAX value from a table using a value in another column as a search key.
In this video I show you how to solve for this using SORT and SORTBY with XLOOKUP.
Here are the formulas I used in the video
Finish Place: =XLOOKUP(1,(B5:B16=H5)*(C5:C16=H6),E5:E16)
Best Finish: =XLOOKUP(H5,SORTBY(B5:B16,E5:E16,1),SORT(E5:E16,1,1))
Best Race: =XLOOKUP(H5,SORTBY(B5:B16,E5:E16,1),SORTBY(C5:C16,E5:E16,1))
Смотрите видео Select MIN or MAX values with XLOOKUP - Excel and Google Sheets онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Joseph Palumbo 12 Декабрь 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 1,82 раз и оно понравилось 2 людям.