![]() |
|
#1
|
|||
|
|||
![]()
I would like to number every second page consecutively in my Microsoft word document.
Any assistance would be appreciated Thanks Anthony |
#2
|
|||
|
|||
![]() |
#3
|
||||
|
||||
![]()
Hi Anthony,
To achieve consecutive numbering on every second page, will require the use of field coding and either: • a 'different odd and even' page setup; or • additional field coding to suppress the display on whichever pages you don't want the numbers to appear. Even for a 'different odd and even' page setup, the field code differs according to whether you want the numbers to appear on what are normally regarded as odd pages, or on even pages. Since you haven't specified either your page setup or which pages you want the numbering to appear on, we can't provide specific advice; the link Charles provided doesn't really address your situation, either.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
#4
|
|||
|
|||
![]()
Hi Paul
That is exactly what I am after. Essentially I want the first page to be labelled as 1 and the third page to be labelled as 2 and the fifth page as 3 etc. However, I do not know how to use the field editor to achieve this. Cheers Anthony |
#5
|
||||
|
||||
![]()
To create such a sequence, you could use a field coded as:
{=MOD({PAGE},2)*INT(({PAGE}+1)/2) \# 0;;} Note: The field brace pairs (ie '{ }') for the above example are created in the document header or footer via Ctrl-F9 (Cmd-F9 on a Mac) - you can't simply type them or copy & paste them from this message. Nor do you use the Insert|Quick Parts|Fields dialogue.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
#6
|
|||
|
|||
![]()
Thanks Paul
That has worked, if I was to label the page 1 for example as 1A and the page beside page 2 as 2A, what expression would you recommend. Cheers Anthony |
#7
|
||||
|
||||
![]()
You could use a field coded as:
{=MOD({={PAGE}-1},2)*INT({PAGE}/2) \# 0'A';;} You can use this next to the existing field, or on its own on the even page with a 'different odd and even' page setup.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
#8
|
|||
|
|||
![]() Quote:
Hi Paul! I have the same idea as Anthony had: numbering every second page with consecutive numbers, aka foliating. I tried both of your formula, however neither has worked: my ms word comes with syntactical error message. Unfortunately I did not find any useful information about programming field codes (e.g. none of the sources know the function(?) mod() and int() outside of excel and noone mentions the modificator \#, but \* only.) So, I'd like to ask your kind help to update your formula to the need of Word 2021. Thanks! Greg |
#9
|
|||
|
|||
![]()
Thanks Paul that is great
|
#10
|
||||
|
||||
![]()
If you're not using English language settings, you'll need to code the field as:
{=MOD({={PAGE}-1};2)*INT({PAGE}/2) \# 0'A',,} The \# is a numeric picture switch. See: Format field results - Microsoft Support
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
#11
|
|||
|
|||
![]()
Hey! Noticed the semicolon instead of the comma! What an annoying mistake! I spent hours to figure out what could be the reason of the error.....
Now, it works well. Thanks for the link, I appreciate it. |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Page number | sean mike | Word | 3 | 02-24-2012 06:34 PM |
![]() |
kimsi | Word | 3 | 11-15-2011 11:54 PM |
![]() |
cheech1981 | Word | 5 | 11-15-2011 04:16 AM |
![]() |
Jamal NUMAN | Word | 1 | 09-03-2011 11:37 AM |
One Page With Dynamic PAge Number | 0x7C4 | Word | 0 | 08-17-2009 11:03 AM |