Thread: auto increment
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Trizzle Trizzle is offline
external usenet poster
 
Posts: 1
Default auto increment

I am trying to create a workbook that creates a copy of a existing worksheet
(for the template), then I paste in information that the arragement never
chages. From the information I pasted in I want it to populate a separate
sheet with the values I selected. The problem I have is is there a way to
auto increment a sheet name within a formula.

The new sheets I copy and create will have the names, Report 1, Report 2,
Report 3 and so on. Is there a way I can make a formula so I can auto fill,
i.e. cell A1 is from Report 1 and cell A2 is from Report 2.

Right now my formula looks like ='Report 1'!A$89

I have also been experimenting with =VLOOKUP('Report 5'!$A$89,'Report
5'!A$89:O$89,1)

Thanks