let’s say i have this data:
B 3
C 1
A 2
two columns, 3 rows
but i want to sort it so that i have this instead
A 2
B 3
C 1
i have a list of around 400 products and their corresponding prices, but they’re not sorted and it’s pretty useless this way. (can’t LOOKUP without sorting.)