Thread: [Solved] Possible Lookup
View Single Post
 
Old 12-23-2011, 01:17 AM
Pecoflyer's Avatar
Pecoflyer Pecoflyer is offline Windows XP Office 2003
Expert
 
Join Date: Nov 2011
Location: Brussels Belgium
Posts: 2,920
Pecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond repute
Default

You could possibly use the VLOOKUP function to retrieve your data using column() as argument
So supposing your old data is in range A1:G100 in the new range in B1 enter
=VLOOKUP(A1,wkbk_name_and_sheet!$A$1:$G$100,column (),false) and drag right and down. Adapt to your layout if needed
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post
Reply With Quote