View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CJWilson CJWilson is offline
external usenet poster
 
Posts: 1
Default How do I use a formula to give me a cell reference in excel?

I want to be able to copy the following formula sequence down an excel sheet:
='By Name'!A2
='By Name'!A5
='By Name'!A8
....
But excel will not recognise the sequence. Can I
a) Do something so it will recognise it and copy it
or
b) Make the cell references the result of a formula e.g. ='By Name'!A(B1),
where B1 contains the reference I need.