So I have this government document, where the first section(s) must have page
numbering at the bottom that relates to the headings (i.e., 2.3-18 where 2.3
is Heading 2 style and 18 is the current page of the entire document.
However, when it comes time for tables in the document, I need to maintain
the numbering at the bottom per previous sections, but ADD numbering at the
top that says "Sheet 1 of 5," that calculates the pages in the table (section
breaks before and after, used SectionPages field).
Two different sets of numbers, different formats, same page.
I have tried Seq variables, PageRef fields, but any time I change the footer
format to include the Heading, it changes my Sheet numbering to have a
Heading as well.
Tell me it can't be done.
|
|
0
|
|
|
|
Reply
|
Utf
|
4/15/2010 8:37:01 PM |
|
There are three header/footers associated with each section (First Page,
Primary and Even Pages).
Insert a section break before the table and break the link between the
header of that section and the previous section. Put what you require in the
appropriate header/footers of each section.
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
"That70sHeidi" <That70sHeidi@discussions.microsoft.com> wrote in message
news:98857FD6-49E1-4B18-8337-1E972E34ABCF@microsoft.com...
> So I have this government document, where the first section(s) must have
> page
> numbering at the bottom that relates to the headings (i.e., 2.3-18 where
> 2.3
> is Heading 2 style and 18 is the current page of the entire document.
>
> However, when it comes time for tables in the document, I need to maintain
> the numbering at the bottom per previous sections, but ADD numbering at
> the
> top that says "Sheet 1 of 5," that calculates the pages in the table
> (section
> breaks before and after, used SectionPages field).
>
> Two different sets of numbers, different formats, same page.
>
> I have tried Seq variables, PageRef fields, but any time I change the
> footer
> format to include the Heading, it changes my Sheet numbering to have a
> Heading as well.
>
> Tell me it can't be done.
|
|
0
|
|
|
|
Reply
|
Graham
|
4/16/2010 4:46:40 AM
|
|
Already have Section Breaks applied.
Header of Section 4 needs to say Sheet 1 of 8.
Footer of Section 4 needs to say 2.8-14.
On the same page.
Even with the codes I mentioned earlier, I cannot make the footer use one
form of page number without the header reflecting that. If I want the footer
to use Heading 2, then my Sheet number will use Heading 2 as well.
"Graham Mayor" wrote:
> There are three header/footers associated with each section (First Page,
> Primary and Even Pages).
> Insert a section break before the table and break the link between the
> header of that section and the previous section. Put what you require in the
> appropriate header/footers of each section.
>
> --
> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Graham Mayor - Word MVP
>
> My web site www.gmayor.com
> Word MVP web site http://word.mvps.org
> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>
>
> "That70sHeidi" <That70sHeidi@discussions.microsoft.com> wrote in message
> news:98857FD6-49E1-4B18-8337-1E972E34ABCF@microsoft.com...
> > So I have this government document, where the first section(s) must have
> > page
> > numbering at the bottom that relates to the headings (i.e., 2.3-18 where
> > 2.3
> > is Heading 2 style and 18 is the current page of the entire document.
> >
> > However, when it comes time for tables in the document, I need to maintain
> > the numbering at the bottom per previous sections, but ADD numbering at
> > the
> > top that says "Sheet 1 of 5," that calculates the pages in the table
> > (section
> > breaks before and after, used SectionPages field).
> >
> > Two different sets of numbers, different formats, same page.
> >
> > I have tried Seq variables, PageRef fields, but any time I change the
> > footer
> > format to include the Heading, it changes my Sheet numbering to have a
> > Heading as well.
> >
> > Tell me it can't be done.
>
>
> .
>
|
|
0
|
|
|
|
Reply
|
Utf
|
4/16/2010 1:15:01 PM
|
|
To get the 2.8, insert a cross-reference to the paragraph number and after
it, insert the hyphen and a { Page } field.
To get the 1 of the 1 of 8, you are going to need to insert some bookmarks
at the end of each section thenand use some field maths to subtract the
PageRef of the bookmark from a { page } field
--
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
"That70sHeidi" <That70sHeidi@discussions.microsoft.com> wrote in message
news:3CD9917D-6909-4EA8-B85A-719A700CE55B@microsoft.com...
> Already have Section Breaks applied.
>
> Header of Section 4 needs to say Sheet 1 of 8.
> Footer of Section 4 needs to say 2.8-14.
> On the same page.
>
> Even with the codes I mentioned earlier, I cannot make the footer use one
> form of page number without the header reflecting that. If I want the
> footer
> to use Heading 2, then my Sheet number will use Heading 2 as well.
>
> "Graham Mayor" wrote:
>
>> There are three header/footers associated with each section (First Page,
>> Primary and Even Pages).
>> Insert a section break before the table and break the link between the
>> header of that section and the previous section. Put what you require in
>> the
>> appropriate header/footers of each section.
>>
>> --
>> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>> Graham Mayor - Word MVP
>>
>> My web site www.gmayor.com
>> Word MVP web site http://word.mvps.org
>> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>>
>>
>> "That70sHeidi" <That70sHeidi@discussions.microsoft.com> wrote in message
>> news:98857FD6-49E1-4B18-8337-1E972E34ABCF@microsoft.com...
>> > So I have this government document, where the first section(s) must
>> > have
>> > page
>> > numbering at the bottom that relates to the headings (i.e., 2.3-18
>> > where
>> > 2.3
>> > is Heading 2 style and 18 is the current page of the entire document.
>> >
>> > However, when it comes time for tables in the document, I need to
>> > maintain
>> > the numbering at the bottom per previous sections, but ADD numbering at
>> > the
>> > top that says "Sheet 1 of 5," that calculates the pages in the table
>> > (section
>> > breaks before and after, used SectionPages field).
>> >
>> > Two different sets of numbers, different formats, same page.
>> >
>> > I have tried Seq variables, PageRef fields, but any time I change the
>> > footer
>> > format to include the Heading, it changes my Sheet numbering to have a
>> > Heading as well.
>> >
>> > Tell me it can't be done.
>>
>>
>> .
>>
|
|
0
|
|
|
|
Reply
|
Doug
|
4/16/2010 9:29:20 PM
|
|
The first part is brilliant, thank you!
The second part I need some clarification on - I didn't know you could do
"field math" and I'm not that familiar with the PageRef field. If you could
expand on that, that'd be great!
"Doug Robbins - Word MVP" wrote:
> To get the 2.8, insert a cross-reference to the paragraph number and after
> it, insert the hyphen and a { Page } field.
>
> To get the 1 of the 1 of 8, you are going to need to insert some bookmarks
> at the end of each section thenand use some field maths to subtract the
> PageRef of the bookmark from a { page } field
>
> --
> Hope this helps.
>
> Please reply to the newsgroup unless you wish to avail yourself of my
> services on a paid consulting basis.
>
> Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
>
> "That70sHeidi" <That70sHeidi@discussions.microsoft.com> wrote in message
> news:3CD9917D-6909-4EA8-B85A-719A700CE55B@microsoft.com...
> > Already have Section Breaks applied.
> >
> > Header of Section 4 needs to say Sheet 1 of 8.
> > Footer of Section 4 needs to say 2.8-14.
> > On the same page.
> >
> > Even with the codes I mentioned earlier, I cannot make the footer use one
> > form of page number without the header reflecting that. If I want the
> > footer
> > to use Heading 2, then my Sheet number will use Heading 2 as well.
> >
> > "Graham Mayor" wrote:
> >
> >> There are three header/footers associated with each section (First Page,
> >> Primary and Even Pages).
> >> Insert a section break before the table and break the link between the
> >> header of that section and the previous section. Put what you require in
> >> the
> >> appropriate header/footers of each section.
> >>
> >> --
> >> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> >> Graham Mayor - Word MVP
> >>
> >> My web site www.gmayor.com
> >> Word MVP web site http://word.mvps.org
> >> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> >>
> >>
> >> "That70sHeidi" <That70sHeidi@discussions.microsoft.com> wrote in message
> >> news:98857FD6-49E1-4B18-8337-1E972E34ABCF@microsoft.com...
> >> > So I have this government document, where the first section(s) must
> >> > have
> >> > page
> >> > numbering at the bottom that relates to the headings (i.e., 2.3-18
> >> > where
> >> > 2.3
> >> > is Heading 2 style and 18 is the current page of the entire document.
> >> >
> >> > However, when it comes time for tables in the document, I need to
> >> > maintain
> >> > the numbering at the bottom per previous sections, but ADD numbering at
> >> > the
> >> > top that says "Sheet 1 of 5," that calculates the pages in the table
> >> > (section
> >> > breaks before and after, used SectionPages field).
> >> >
> >> > Two different sets of numbers, different formats, same page.
> >> >
> >> > I have tried Seq variables, PageRef fields, but any time I change the
> >> > footer
> >> > format to include the Heading, it changes my Sheet numbering to have a
> >> > Heading as well.
> >> >
> >> > Tell me it can't be done.
> >>
> >>
> >> .
> >>
|
|
0
|
|
|
|
Reply
|
Utf
|
4/19/2010 4:00:01 PM
|
|
OK, I think I got the second Table section to work with the following:
(Note: Table 1 was only 1 page and did not need a sheet number, so this
formula is for Table 2)
SH. {={Page}-{PageRef Table1}} of {SectionPages}
It counts up from 1 to the final page.
But for the third Table, I can't seem to get the formula right, and I'm
getting everything from -3 of 3 to -15 of 3.
What do I change for subsequent Tables after that first formula worked so
well? I assumed you'd just add the next table's PageRef, but it doesn't seem
to work out.
"That70sHeidi" wrote:
> The first part is brilliant, thank you!
>
> The second part I need some clarification on - I didn't know you could do
> "field math" and I'm not that familiar with the PageRef field. If you could
> expand on that, that'd be great!
>
> "Doug Robbins - Word MVP" wrote:
>
> > To get the 2.8, insert a cross-reference to the paragraph number and after
> > it, insert the hyphen and a { Page } field.
> >
> > To get the 1 of the 1 of 8, you are going to need to insert some bookmarks
> > at the end of each section thenand use some field maths to subtract the
> > PageRef of the bookmark from a { page } field
> >
> > --
> > Hope this helps.
> >
> > Please reply to the newsgroup unless you wish to avail yourself of my
> > services on a paid consulting basis.
> >
> > Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
> >
> > "That70sHeidi" <That70sHeidi@discussions.microsoft.com> wrote in message
> > news:3CD9917D-6909-4EA8-B85A-719A700CE55B@microsoft.com...
> > > Already have Section Breaks applied.
> > >
> > > Header of Section 4 needs to say Sheet 1 of 8.
> > > Footer of Section 4 needs to say 2.8-14.
> > > On the same page.
> > >
> > > Even with the codes I mentioned earlier, I cannot make the footer use one
> > > form of page number without the header reflecting that. If I want the
> > > footer
> > > to use Heading 2, then my Sheet number will use Heading 2 as well.
> > >
> > > "Graham Mayor" wrote:
> > >
> > >> There are three header/footers associated with each section (First Page,
> > >> Primary and Even Pages).
> > >> Insert a section break before the table and break the link between the
> > >> header of that section and the previous section. Put what you require in
> > >> the
> > >> appropriate header/footers of each section.
> > >>
> > >> --
> > >> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> > >> Graham Mayor - Word MVP
> > >>
> > >> My web site www.gmayor.com
> > >> Word MVP web site http://word.mvps.org
> > >> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> > >>
> > >>
> > >> "That70sHeidi" <That70sHeidi@discussions.microsoft.com> wrote in message
> > >> news:98857FD6-49E1-4B18-8337-1E972E34ABCF@microsoft.com...
> > >> > So I have this government document, where the first section(s) must
> > >> > have
> > >> > page
> > >> > numbering at the bottom that relates to the headings (i.e., 2.3-18
> > >> > where
> > >> > 2.3
> > >> > is Heading 2 style and 18 is the current page of the entire document.
> > >> >
> > >> > However, when it comes time for tables in the document, I need to
> > >> > maintain
> > >> > the numbering at the bottom per previous sections, but ADD numbering at
> > >> > the
> > >> > top that says "Sheet 1 of 5," that calculates the pages in the table
> > >> > (section
> > >> > breaks before and after, used SectionPages field).
> > >> >
> > >> > Two different sets of numbers, different formats, same page.
> > >> >
> > >> > I have tried Seq variables, PageRef fields, but any time I change the
> > >> > footer
> > >> > format to include the Heading, it changes my Sheet numbering to have a
> > >> > Heading as well.
> > >> >
> > >> > Tell me it can't be done.
> > >>
> > >>
> > >> .
> > >>
|
|
0
|
|
|
|
Reply
|
Utf
|
4/19/2010 4:43:01 PM
|
|
I got it! I forgot to put the footer page code in, so naturally it wasn't
pulling anything to calculate with. *headdesk* I've tried it on several
tables and it works a charm, the PageRef bookmark just keeps going up a
number.
THANK YOU!
"That70sHeidi" wrote:
> OK, I think I got the second Table section to work with the following:
>
> (Note: Table 1 was only 1 page and did not need a sheet number, so this
> formula is for Table 2)
>
> SH. {={Page}-{PageRef Table1}} of {SectionPages}
>
> It counts up from 1 to the final page.
>
> But for the third Table, I can't seem to get the formula right, and I'm
> getting everything from -3 of 3 to -15 of 3.
>
> What do I change for subsequent Tables after that first formula worked so
> well? I assumed you'd just add the next table's PageRef, but it doesn't seem
> to work out.
>
>
> "That70sHeidi" wrote:
>
> > The first part is brilliant, thank you!
> >
> > The second part I need some clarification on - I didn't know you could do
> > "field math" and I'm not that familiar with the PageRef field. If you could
> > expand on that, that'd be great!
> >
> > "Doug Robbins - Word MVP" wrote:
> >
> > > To get the 2.8, insert a cross-reference to the paragraph number and after
> > > it, insert the hyphen and a { Page } field.
> > >
> > > To get the 1 of the 1 of 8, you are going to need to insert some bookmarks
> > > at the end of each section thenand use some field maths to subtract the
> > > PageRef of the bookmark from a { page } field
> > >
> > > --
> > > Hope this helps.
> > >
> > > Please reply to the newsgroup unless you wish to avail yourself of my
> > > services on a paid consulting basis.
> > >
> > > Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
> > >
> > > "That70sHeidi" <That70sHeidi@discussions.microsoft.com> wrote in message
> > > news:3CD9917D-6909-4EA8-B85A-719A700CE55B@microsoft.com...
> > > > Already have Section Breaks applied.
> > > >
> > > > Header of Section 4 needs to say Sheet 1 of 8.
> > > > Footer of Section 4 needs to say 2.8-14.
> > > > On the same page.
> > > >
> > > > Even with the codes I mentioned earlier, I cannot make the footer use one
> > > > form of page number without the header reflecting that. If I want the
> > > > footer
> > > > to use Heading 2, then my Sheet number will use Heading 2 as well.
> > > >
> > > > "Graham Mayor" wrote:
> > > >
> > > >> There are three header/footers associated with each section (First Page,
> > > >> Primary and Even Pages).
> > > >> Insert a section break before the table and break the link between the
> > > >> header of that section and the previous section. Put what you require in
> > > >> the
> > > >> appropriate header/footers of each section.
> > > >>
> > > >> --
> > > >> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> > > >> Graham Mayor - Word MVP
> > > >>
> > > >> My web site www.gmayor.com
> > > >> Word MVP web site http://word.mvps.org
> > > >> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> > > >>
> > > >>
> > > >> "That70sHeidi" <That70sHeidi@discussions.microsoft.com> wrote in message
> > > >> news:98857FD6-49E1-4B18-8337-1E972E34ABCF@microsoft.com...
> > > >> > So I have this government document, where the first section(s) must
> > > >> > have
> > > >> > page
> > > >> > numbering at the bottom that relates to the headings (i.e., 2.3-18
> > > >> > where
> > > >> > 2.3
> > > >> > is Heading 2 style and 18 is the current page of the entire document.
> > > >> >
> > > >> > However, when it comes time for tables in the document, I need to
> > > >> > maintain
> > > >> > the numbering at the bottom per previous sections, but ADD numbering at
> > > >> > the
> > > >> > top that says "Sheet 1 of 5," that calculates the pages in the table
> > > >> > (section
> > > >> > breaks before and after, used SectionPages field).
> > > >> >
> > > >> > Two different sets of numbers, different formats, same page.
> > > >> >
> > > >> > I have tried Seq variables, PageRef fields, but any time I change the
> > > >> > footer
> > > >> > format to include the Heading, it changes my Sheet numbering to have a
> > > >> > Heading as well.
> > > >> >
> > > >> > Tell me it can't be done.
> > > >>
> > > >>
> > > >> .
> > > >>
|
|
0
|
|
|
|
Reply
|
Utf
|
4/19/2010 5:33:01 PM
|
|
|
6 Replies
651 Views
(page loaded in 0.162 seconds)
Similiar Articles: 2 Diff Page numbering schemes - microsoft.public.word ...So I have this government document, where the first section(s) must have page numbering at the bottom that relates to the headings (i.e., 2.3-18 whe... Page Numbering - microsoft.public.word.docmanagement2 Diff Page numbering schemes - microsoft.public.word ... So I have this government document, where the first section(s) must have page numbering at the bottom that ... Numbered headings, TOC, page-numbering, template - microsoft ...2 Diff Page numbering schemes - microsoft.public.word ... Numbered headings, TOC, page-numbering, template - microsoft ... I want to have numbered headings such that I can ... Different Page Numbering Styles in same document - microsoft ...2 Diff Page numbering schemes - microsoft.public.word ... I want to have numbered headings such that I can specify page numbering 1-1, 1-2 ... Different Page Numbering ... Word 2007 - Chapter Headings + Page Numbering - microsoft.public ...> > > > "Stefan Blom" wrote: > >> A quick test suggests that chapter/page numbering *may* fail with >> restarted >> heading numbers, but the results I got were inconclusive. Odd/Even Page Numbering - microsoft.public.word.pagelayout ...2 Diff Page numbering schemes - microsoft.public.word ... Page numbers only in outer margins - double sided. 2. Page numbering in footers, Outside ... Different numbering in header and footer - microsoft.public.word ...2 Diff Page numbering schemes - microsoft.public.word ... Different numbering in header and footer - microsoft.public.word ... 2 Diff Page numbering schemes - microsoft ... Need to add Section Letters after page numbers in my footers ...2 Diff Page numbering schemes - microsoft.public.word ... Need to add Section Letters after page numbers in my footers ... 2 Diff Page numbering schemes - microsoft.public ... Compare two strings and find longest common sub-string - microsoft ...2 Diff Page numbering schemes - microsoft.public.word ... Compare two strings and find longest common sub-string - microsoft ... 2 Diff Page numbering schemes - microsoft ... Two headings on same line - microsoft.public.word.newusers ...2 Diff Page numbering schemes - microsoft.public.word ..... must have page numbering at the bottom that relates to the headings (i.e., 2.3 ... > > Footer of Section 4 ... 2 Diff Page numbering schemes - microsoft.public.word ...So I have this government document, where the first section(s) must have page numbering at the bottom that relates to the headings (i.e., 2.3-18 whe... How to create two page-numbering schemes in one document in Word ...Microsoft Word does not provide a built-in method for applying two different page-numbering schemes in one document. This article describes how to ... WD: How to Create Two-Page Numbering Schemes in One DocumentWord does not provide a built-in method for applying two different page numbering schemes in one document. This article describes how to create one page ... Two Page Numbering Schemes in the Same Document (Microsoft Word)Word is great at numbering pages if you only need a single, consistent numbering scheme through the document. If you need two separate numbering schemes, you need to ... How to control the page numbering in a Word documentWord's page numbering scheme isn't directly obvious but it isn't ... by the Different First Page checkbox and Different Odd and Even Pages checkbox in the Page Setup ... 7/17/2012 6:47:34 AM
|