Executioner
Board Regular
- Joined
- Sep 26, 2005
- Messages
- 166
I have one column of data numbers column B & C. It continues to row 1619.
B---------------C--------------H
AssetNum-------WONUM--------SELECT RECORDS
3266------------385028--------3366
3281------------382905--------3481
3285------------383058--------3496
3366------------383155--------24976
3592------------383037--------16173
3481------------383105--------7282
3496------------378542--------4449
In column H, I have an index statement that selects records for me from column B. What I need is for VLOOKUP to select the matching record in column C with the one in column H. I tried this but it returns #NA:
=LOOKUP(H2,C2:C1619,1) in column I. Don't know what I'm doing wrong.
B---------------C--------------H
AssetNum-------WONUM--------SELECT RECORDS
3266------------385028--------3366
3281------------382905--------3481
3285------------383058--------3496
3366------------383155--------24976
3592------------383037--------16173
3481------------383105--------7282
3496------------378542--------4449
In column H, I have an index statement that selects records for me from column B. What I need is for VLOOKUP to select the matching record in column C with the one in column H. I tried this but it returns #NA:
=LOOKUP(H2,C2:C1619,1) in column I. Don't know what I'm doing wrong.