View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Nicawette Nicawette is offline
external usenet poster
 
Posts: 27
Default formula referring to a worksheet

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