excel date divisor

kenpcli

Board Regular
Joined
Oct 24, 2017
Messages
129
If I have a workbook and the first worksheet is the main worksheet that sums other worksheets, how do i get the divisor number to change each time I add a new worksheet. For examble in january the main sheet would divide each row by 1, but when I add a new worksheet for february, it would automatically change the divisor to 2 and so forth.

Thanks
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Hi

Which version of Excel do you have? Does the workbook contain only the main sheet plus a sheet per month or are there other sheets?
 
Upvote 0
That being the case you could use

=SHEETS()-1

Which will return the total number of sheets in the workbook and subtract one for the main sheet.
 
Upvote 0

Forum statistics

Threads
1,217,329
Messages
6,135,923
Members
449,973
Latest member
jarzack

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