Sep 04 2023 01:55 PM
I have split each page into two columns and each column has a page number, like a book. However, my table of contents is counting pages automatically, rather than matching them to the page number of each column. While my whole document is 80 pages, the content is from page 5 to page 160 (as I have two columns on each page). Can someone help with updating the table of contents?
Sep 04 2023 02:13 PM
Sep 04 2023 03:37 PM
@Deleted
In the left column use the following field construction
{ = (2 * { PAGE }) - 1 }
and in the right column
{ = 2 * { PAGE } }
Sep 04 2023 03:45 PM
@S_R_ca Word can only use the actual physical page numbers (albeit as adjusted by the Start Number facility) and cannot use a calculated page number as you would have for the numbering of the columns as pages.
I think that the only ways to do what you want are to convert the Table of Contents to ordinary text and then manually adjust the page numbers, or use some VBA code to compile a "Table of Contents".
Sep 04 2023 04:36 PM
Sep 04 2023 04:43 PM
@Deleted I have set up page numbering on the left and right of the header in the attached document. Toggle on the display of the field codes in the document to see the field constructions.
Sep 12 2023 03:37 PM
@Doug_Robbins_Word_MVP Thank you so much for the suggestion. What you have in your sample is what I am looking for, however, my layout is a landscape and each page is in two columns. I have attached a sample of my document. I am unable to copy what you have in your sample onto my document. Can you please advise?
Sep 12 2023 04:14 PM
Solution@S_R_ca I have assumed that you wanted the numbering to start on the page following the Table of Contents and I have set the Page Number Format for the first page number to be 1
The modified document is attached,
Sep 12 2023 04:14 PM
Solution@S_R_ca I have assumed that you wanted the numbering to start on the page following the Table of Contents and I have set the Page Number Format for the first page number to be 1
The modified document is attached,