I can't seem to get this to work. I have 3 colums of data.
Data series 1----Data series 2----Data series 3 -------Return Value
5---------------- 1------------------5----------------------
3 --------------- 1 ------------------3---------------------
2 ----------------1-------------------2--------------------
7 ----------------1-------------------6--------------------
4-----------------1-------------------4--------------------
12----------------2------------------12--------------------
55----------------2------------------55--------------------
I need it to look at series 3, find the same numer in series 1 and return the value from series 2. This is just a simple example, I'm working with thousonds of values per series. Is what I'm looking for possable? Should I not be using VLookup at all?
Data series 1----Data series 2----Data series 3 -------Return Value
5---------------- 1------------------5----------------------
3 --------------- 1 ------------------3---------------------
2 ----------------1-------------------2--------------------
7 ----------------1-------------------6--------------------
4-----------------1-------------------4--------------------
12----------------2------------------12--------------------
55----------------2------------------55--------------------
I need it to look at series 3, find the same numer in series 1 and return the value from series 2. This is just a simple example, I'm working with thousonds of values per series. Is what I'm looking for possable? Should I not be using VLookup at all?