VLOOKUP value to the left of Lookup_value
4 answers
There have a simple solution for this - if you do not insist on the use of VLOOKUP()
: -)
- Above your line 27, enter a new line, repeating the column headings ("Thomson", etc.). You can just use
=I5
,=J5
etc. - Now enter this formula in I30:
=DGET($H$5:$N$26;1;J27:J28)
... and drag it to the right. - For maximum values, you need to repeat the column headings again just above the "maximum" row.
0
source to share