Auto numbering in multiple sheets

aidanryle

New Member
Joined
May 10, 2022
Messages
1
Office Version
  1. 2021
Platform
  1. Windows
Hello,

I have a workbook that has 201 sheets. The first sheet is a summary sheet that has all the data and the rest of the 200 sheets are blank invoices. I would like to auto-add a sequential number in a certain cell in each sheet. Also, I would like to say that this number sequence already exists in the summary sheet, I just want an automated method of linking the same cell in every sheet to a different cell in the summary sheet.

Thanks,
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
Hi aidanryle

A sheet count is easy enough the formula "=SHEET(MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255))-1". I am guessing that you do not wish to count the summary sheet.
This will return the number of sheet it is minus 1 (which would be your summary sheet. This works when copying a sheet also (in case you add more tabs).

As for auto linking of the sheet to your summary cell, I do not have an answer sorry.
 
Upvote 0

Forum statistics

Threads
1,215,784
Messages
6,126,878
Members
449,347
Latest member
Macro_learner

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top