View Single Post
 
Old 05-05-2012, 11:51 AM
Pecoflyer's Avatar
Pecoflyer Pecoflyer is offline Windows 7 64bit Office 2010 64bit
Expert
 
Join Date: Nov 2011
Location: Brussels Belgium
Posts: 2,943
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

I hope this is also OK for MAC, but try the following

in the "test master" sheet in F4 enter
Code:
= A4&B4
and pull down as needed

in the "test medical" one in C4 enter
Code:
=VLOOKUP(A4&B4,CHOOSE({1,2},'[test master.xlsx]Sheet1'!$F$4:$F$30,'[test master.xlsx]Sheet1'!$E$4:$E$30),2,0)
in D4
Code:
=VLOOKUP(A4&B4,CHOOSE({1,2},'[test master.xlsx]Sheet1'!$F$4:$F$30,'[test master.xlsx]Sheet1'!$C$4:$C$30),2,0)
and pull down as 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