View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
lpj
 
Posts: n/a
Default multiple ranges on Vlookup

I currently have my Vlookup stmnt as this:

=IF(E2="","",VLOOKUP(E2,'Code Descrip'!T$3:U$27,2,FALSE))

'Code Decrip' is the name of the worksheet
I need to add another range X$3:Y48
What is the proper syntax - I wasnt able to get it right after searching
online for it.
Thanks so much.