View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MeanArtichoke MeanArtichoke is offline
external usenet poster
 
Posts: 1
Default Embedding vlookup

I'm trying to lookup a value using lookup as a reference. It seems like excel
isn't understanding to use the lookup as a value.
My current formula is returning #N/A!

=VLOOKUP((VLOOKUP(B7,Compare!A1:B50,2,TRUE)),Paste !A1:S500,10,FALSE)


Any advise would be greatly appreciated.