blossomthe2nd
Active Member
- Joined
- Oct 11, 2010
- Messages
- 450
Hi guys
Hope someone can help,
I have a spreadsheet that I have imported the data infrom a PRN file. In column N I have a formula to pull out part of the data =MID(J1,18,9)
Then on another tab I have a table. What I am trying to do is a vlookup from sheet 1 to sheet 2 using the N column as reference !!
=VLOOKUP(N1,'Actual Table'!A:C,3,FALSE)
I have also tried
=VLOOKUP(MID(J1,18,9),'Actual Table'!A:C,3,FALSE)
I keep getting N/A#s but I know that results should be different. I have tried to format all the cells as Text , but to no avail
Can anyone advise ?
Thanks
Hope someone can help,
I have a spreadsheet that I have imported the data infrom a PRN file. In column N I have a formula to pull out part of the data =MID(J1,18,9)
Then on another tab I have a table. What I am trying to do is a vlookup from sheet 1 to sheet 2 using the N column as reference !!
=VLOOKUP(N1,'Actual Table'!A:C,3,FALSE)
I have also tried
=VLOOKUP(MID(J1,18,9),'Actual Table'!A:C,3,FALSE)
I keep getting N/A#s but I know that results should be different. I have tried to format all the cells as Text , but to no avail
Can anyone advise ?
Thanks