Thread: excel formula
View Single Post
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

=VLOOKUP(A21,'Codes All'!$A$4:$Q$170,CODE(B21)-65,FALSE)

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Eintsein_mc2" wrote in message
oups.com...
Hi, I'm wondering if this formula could simplified? Thanks
=IF(B21="A",VLOOKUP(A21,'Codes
All'!$A$4:$Q$170,4,FALSE),IF(B21="B",VLOOKUP(A21,' Codes
All'!$A$4:$Q$170,5,FALSE),IF(B21="C",VLOOKUP(A21,' Codes
All'!$A$4:$Q$170,6,FALSE),IF(B21="D",VLOOKUP(A21,' Codes
All'!$A$4:$Q$170,7,FALSE),IF(B21="T",VLOOKUP(A21,' Codes
All'!$A$4:$Q$170,8,FALSE),IF(B21="R",VLOOKUP(A21,' Codes
All'!$A$4:$Q$170,9,FALSE),""))))))