Hey you gurus.... I'm in need of some assistance, I'll tell ya what we need for an end result, please help to determine how to get this to work... Vlookup is NOT cutting it.
Below is the data, A4 thru E12
AA 107.423 2.611 550,168.50 45
AA 109.916 2.889 1,128,053.38 79
AA 108.287 2.014 551,503.38 44
AA 115.285 2.049 1,173,335.38 72
AA 106.551 1.933 1,084,842.63 79
AA 102.553 1.015 828,548.06 52
AA 102.046 1.284 619,979.13 72
AA 108.36 2.175 331,605.88 67
AA 110.978 2.636 284,034.81 24
Say this is SHEET1.
On SHEET 2, in A1 and down I would like to return the
values in Column E,
45
79
44
72 etc
This formula does not work, it returns 45 in all cells, if I change it to TRUE, it returns 24 in all cells.
=VLOOKUP($A$1,Sheet1!A:E,5,FALSE)
Please Help.
And Thanks!
Laurie
LadyCK3
Below is the data, A4 thru E12
AA 107.423 2.611 550,168.50 45
AA 109.916 2.889 1,128,053.38 79
AA 108.287 2.014 551,503.38 44
AA 115.285 2.049 1,173,335.38 72
AA 106.551 1.933 1,084,842.63 79
AA 102.553 1.015 828,548.06 52
AA 102.046 1.284 619,979.13 72
AA 108.36 2.175 331,605.88 67
AA 110.978 2.636 284,034.81 24
Say this is SHEET1.
On SHEET 2, in A1 and down I would like to return the
values in Column E,
45
79
44
72 etc
This formula does not work, it returns 45 in all cells, if I change it to TRUE, it returns 24 in all cells.
=VLOOKUP($A$1,Sheet1!A:E,5,FALSE)
Please Help.
And Thanks!
Laurie
LadyCK3