BruceEdwards
Board Regular
- Joined
- May 28, 2004
- Messages
- 231
I have a data table and I need to insert some values in a couple columns based on data in some of the other columns.
For example:
In F1, I have a value of XXX. In this column there could be many unique values. For each of them, there is data in a table which I need to lookup and get, and place in column G.
So the logic goes like this, if F1 contains the value XXX, go to a table, where the corresponding data is, find XXX, move over a column, and put that value in G1.
I think this can be done with VLOOKUP, but I don't know how to do it.
Thanks in advance for all your help!!
For example:
In F1, I have a value of XXX. In this column there could be many unique values. For each of them, there is data in a table which I need to lookup and get, and place in column G.
So the logic goes like this, if F1 contains the value XXX, go to a table, where the corresponding data is, find XXX, move over a column, and put that value in G1.
I think this can be done with VLOOKUP, but I don't know how to do it.
Thanks in advance for all your help!!