View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default formula referring to a worksheet

=INDIRECT(VLOOKUP(A2,sheet3!A1:B10,2,FALSE)&"!A1")
--
David Biddulph

"Nicawette" wrote in message
...
Dear all,

In sheet2 a cell A1 has the formula = sheet1!A1,

I would like to replace sheet1 by VLOOKUP(A2,sheet3!A1:B10,2,FALSE) so
the formula should be instead of sheet1!A1 - (VLOOKUP(A2,sheet3!
A1:B10,2,FALSE))!A1 but xl does not allow this?

thank you