Word 2013 - Print Page Count in the footer

bkweibley

Board Regular
Joined
Sep 13, 2013
Messages
105
OK guys basically what I am trying to do is I have 1 page and want it to be numbered 1-1, 1-2, 2-1, 2-2, 3-1, 3-2, 4-1, 4-2 ,... for 60 sheets. This is something I do daily, so instead of going threw and making 60 sheets with different counts at the bottom I want to automate this somehow, is this possible?
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
You can do this quite easily, by inserting fields coded as per the following into the page footer:
{=INT(({PAGE}+1)/2) \# 0} - {=MOD({PAGE}-1,2)+1 \# 0}
then inserting 59 page breaks (e.g. via Ctrl-Enter). If you move the page content into the page header, that too will be replicated on all 60 pages.

Note: The field brace pairs (i.e. '{ }') for the above example are created in the document itself, via Ctrl-F9 (Cmd-F9 on a Mac); you can't simply type them or copy & paste them from this message. Nor is it practicable to add them via any of the standard Word dialogues.
 
Upvote 0

Forum statistics

Threads
1,225,691
Messages
6,186,467
Members
453,358
Latest member
Boertjie321

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