View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Lynn Lynn is offline
external usenet poster
 
Posts: 131
Default Worksheet Reference

I would like the sheet name referenced in a formula to be relative to the
value in another cell. Examples:

If the value in cell A1 is 1 then my formula should be ='1'!B3

If the value in cell A1 is 2 then my formula should be ='2'!B3

Can this be done without programming? If so, how?