very difficult Vlookup question

Herman

New Member
Joined
Feb 28, 2002
Messages
28
I have the following problem.

i have 1 workbook(book1) with numbers in column A in column B must be a description which stands in another workbook, the other workbook consists of 20 sheets.

the vlookup should look in all the sheets in the workbook and if the number is found put it in book1 column B next tot the number


is it possible to use vlookup across several sheets in 1 workbook.?



is this possible??
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
I would say it's possible using VB - you would need to find a MATCH of the number - then return the address of that match - and then copy and paste it to the MAIN sheet.

The easiest way (as far as I know) would be to use multiple embedded loops to loop through the sheets etc, and then when a match is found to exit loop. (Do While...)

Someone may be able to post you an example, alternatively send me a simple (small version) and I will rustle something up.
 
Upvote 0

Forum statistics

Threads
1,215,019
Messages
6,122,707
Members
449,093
Latest member
Mnur

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