E
E
Eugene Dragan2021-03-12 22:07:18
Google Sheets
Eugene Dragan, 2021-03-12 22:07:18

How to get the last number from a list?

Tell me, with what formula can I implement so that as a result of the query "Samsung" gives out the last number from the list (in my case it is 325). I tried it through VLOOKUP - it gives out the first number - 100.

To understand and visualize the situation, I made a small table:
https://docs.google.com/spreadsheets/d/1ITEVisJsYq...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dollar, 2021-03-12
@dragan2011

,

=VLOOKUP($E$3,SORT(A2:B,ROW(A2:A)*N(A2:A<>""),0),2,0)

;
=VLOOKUP($E$3;SORT(A2:B;ROW(A2:A)*N(A2:A<>"");0);2;0)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question