Hello Everyone. I feel I am over thinking this, but I hope someone can help.
I have a list of items I am looking up to have an output. The issue is I need multiple values across the table. When i drag the working vlookup string right, it changes the lookup value to the next column over and doesnt step up the col_index_#. I am hoping to not do a bunch of manual overrides to get it to work. Below is an example of what i want without typing it all in. There is alot of data to find and pull out specific items that will be used over and over again.
Thanks in advance
I have a list of items I am looking up to have an output. The issue is I need multiple values across the table. When i drag the working vlookup string right, it changes the lookup value to the next column over and doesnt step up the col_index_#. I am hoping to not do a bunch of manual overrides to get it to work. Below is an example of what i want without typing it all in. There is alot of data to find and pull out specific items that will be used over and over again.
Thanks in advance
Lookup Value | Item 1 | Item 2 | Item 3 | Item 4 | Item 5 | Item 6 |
1234 | =vlookup(A2, Table1,2,False) | =vlookup(A2, Table1,3,False) | =vlookup(A2, Table1,4,False) | =vlookup(A2, Table1,5,False) | =vlookup(A2, Table1,6,False) | =vlookup(A2, Table1,7,False) |
2345 | =vlookup(A3, Table1,2,False) | lab | EMEA | 7601 | Win7 | USA |