USING VLOOKP TO IMPORT DATA FROM ONE WORKSHEET TO ANOTHER

TIYOYO

New Member
Joined
Sep 29, 2006
Messages
1
I would like to import data downloaded from a text file into an existing excel worksheet. I saved the text file as an excel worksheet. When I use the vlookp up function to compare the unique identifier for each row I keep getting the same error message #NA. I have reformated the columns from both spreadsheet to be the same. the function I am using =VLOOKUP(B3,TEST!A3:0983,7,FALE). Is the problem with the text file, although it was converted to excel? Does anyone have any suggestions.

Thank you.[/b]
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Welcome to the forum.

You posted the following formula:
=VLOOKUP(B3,TEST!A3:0983,7,FALE)

0983 should probaly be O983
and
FALE should be FALSE

Try:
=VLOOKUP(B3,TEST!A3:O983,7,FALSE)


Have a great day,
Stan
 
Upvote 0
Re: USING VLOOKP TO IMPORT DATA FROM ONE WORKSHEET TO ANOTHE

I would like to import data downloaded from a text file into an existing excel worksheet. I saved the text file as an excel worksheet. When I use the vlookp up function to compare the unique identifier for each row I keep getting the same error message #NA. I have reformated the columns from both spreadsheet to be the same. the function I am using =VLOOKUP(B3,TEST!A3:0983,7,FALE). Is the problem with the text file, although it was converted to excel? Does anyone have any suggestions.

Thank you.[/b]

Check for leading/trailing spaces in your imported data in your lookup column. I'm assuming it's a typo of your formula as you wouldn't be able to enter the formula like that.
 
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,597
Members
449,038
Latest member
Arbind kumar

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top