Vlookup

Xirom431

Board Regular
Joined
Dec 2, 2010
Messages
102
Hi,

I have this formula

=IF(ISNA(VLOOKUP(F824,'[Blending & Mixing JET-Device List via Tag List_To Plant_20101201.xlsx]Complete Device List'!$E$2:$F$889,2,FALSE)),"",(VLOOKUP(F824,'[Blending & Mixing JET-Device List via Tag List_To Plant_20101201.xlsx]Complete Device List'!$E$2:$F$889,2,FALSE)))

I need to compare Column F on both ws. If they match, it will get the info from Column B in WS 2 and copy to Column B in WS1. I couldn't get it to work. I use Office 2010. Thanks for the help
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
With the formula you gave, you are asking Excel to see if the value in cell F824 is found in column E of worksheet 2 and, if it's there, to give you the value in column F of worksheet 2 (or "" if it isn't there). Since column B is to the left of the range you're searching with VLOOKUP, there's no way for VLOOKUP to find it. You could copy the values in column B and place them, say, in column G on worksheet 2 and change the "$E$2:$F$889,2" portion of your formula to "$E$2:$G$889,3" and that should get you what you need.
 
Upvote 0

Forum statistics

Threads
1,224,600
Messages
6,179,834
Members
452,947
Latest member
Gerry_F

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