hi. sorry if this has been asked already. in my 20-min research i’ve found some similar cases but not this particular one. i’m a noob with spreadsheets so this might sound a bit obvious or stupid, so thanks for the patience.
so, i want to find a value in a range that looks exactly like this:
B2:B4 range is text, rest of numbers are divisions. for example, C2 is =B2/C1, D2 is =B2/D1, C3 is =B3/C1 and so on…
the numbers below the table are done with the LARGE function. they’re the 9 biggest numbers sorted from biggest to smallest (sidenote: had to change rankC value by hand instead of the dragging doing it automatically, dunno why)
now i want those numbers to have their respective “lists” defined in A7:A15 range automatically. so, for the first number (8907,00) A7 should show “list3”, for 4567,00 A8 should show “list2” and so on.
is there a way of doing this? tried with lookup, vlookup, hlookup, match+index, nothing worked (might have been me using them wrong). what do you guys think?