Insert page numbers as 1,1,2,2,3,3?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I'm using Word to create note cards and I want them to be printed front
and back. Therefore I want to number each card instead of each page. So
therefore the first two pages of my document would be card 1, next two.. card
2 and so on.

Is there anyway to do this? Right now when I insert page number it just
gives me the standard 1,2,3,4,etc.

Thanks in advance.
 
You need a "nested" field (a field inside a field) in a formula that
calculates the proper number for each page.

Start by typing the word PAGE, selecting it, and pressing Ctrl+F9 to make it
a field.

To the left of the PAGE field, type the characters

= INT((

To the right of the PAGE field, type the characters

+ 1) / 2)

Now the whole thing should look like

= INT(({ PAGE } + 1) / 2)

Select everything from the = sign to the ending parenthesis. Press Ctrl+F9
again to make it a field. Press F9 to update the field.

--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top