Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 11-16-2023, 07:01 AM
Cosmo Cosmo is offline Multi level Caption numbering where second level starts a new number (not subset of previous number) Windows Vista Multi level Caption numbering where second level starts a new number (not subset of previous number) Office 2007
Competent Performer
Multi level Caption numbering where second level starts a new number (not subset of previous number)
 
Join Date: Mar 2012
Posts: 240
Cosmo is on a distinguished road
Default Multi level Caption numbering where second level starts a new number (not subset of previous number)

I need to list figures and tables in a document, in most cases there is a single numbered figure (Figure 1, Figure 2, Figure 3, etc.) for a specific item, but in a few cases, there are multiples that will have a letter appended (Figure 4A, Figure 4B).

I'm trying to use a multilevel list numbering system, but the multilevel list assumes an outline view. When I set Figure 4 to the second level, instead of 'Figure 4A', it becomes 'Figure 3A'. I need it to start the next number, not be a subset of the previous number, and have all following items with the same level use that number.

Is there a way to achieve the following within a list?

Figure 1
Figure 2
Figure 3


Figure 4A
Figure 4B
Figure 5
etc.
Reply With Quote
  #2  
Old 11-17-2023, 05:32 AM
Cosmo Cosmo is offline Multi level Caption numbering where second level starts a new number (not subset of previous number) Windows Vista Multi level Caption numbering where second level starts a new number (not subset of previous number) Office 2007
Competent Performer
Multi level Caption numbering where second level starts a new number (not subset of previous number)
 
Join Date: Mar 2012
Posts: 240
Cosmo is on a distinguished road
Default

I tried everything I could think of, but no luck.

I'm assuming what I want isn't possible, but if anyone has any suggestions, I'm interested in hearing it.
Reply With Quote
  #3  
Old 11-17-2023, 03:08 PM
Guessed's Avatar
Guessed Guessed is offline Multi level Caption numbering where second level starts a new number (not subset of previous number) Windows 10 Multi level Caption numbering where second level starts a new number (not subset of previous number) Office 2016
Expert
 
Join Date: Mar 2010
Location: Canberra/Melbourne Australia
Posts: 3,977
Guessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant future
Default

Caption numbers are simply SEQ fields and all fields have option switches which enable what you are trying to do. Where you need the A, B you will need a second field with a new sequence name.

Firstly put all the captions in normally. Each number will be a field with the following field code {Seq Figure}. You can see and edit the field code by selecting the figure number, right clicking and choosing Toggle Field Codes. Edit that text and then select and press F9 to refresh the field.

Each of these fields may also have a mergeformat switchbut that isn't necessary so I'll ignore those for the following explanation.

With a caption number that needs the letter A, you need to add a second field so the field codes are as follows
{Seq Figure}{Seq FigureLetter \* ALPHABETIC}

On the following caption you repeat this but add a switch to the first field so it repeats the previous number
{Seq Figure \c}{Seq FigureLetter \* ALPHABETIC}

Later if you need to restart another FigureLetter at A, you add switches to the fields like this
{Seq Figure}{Seq FigureLetter \r 1 \* ALPHABETIC}
{Seq Figure \c}{Seq FigureLetter \* ALPHABETIC}
{Seq Figure \c}{Seq FigureLetter \* ALPHABETIC}

Note that the seq field name you choose only has to be unique - 'FigureLetter' could have been any word other than Figure (although I wouldn't advise using 'Table' because that would likely be used elsewhere)
__________________
Andrew Lockton
Chrysalis Design, Melbourne Australia
Reply With Quote
  #4  
Old 11-17-2023, 04:38 PM
Cosmo Cosmo is offline Multi level Caption numbering where second level starts a new number (not subset of previous number) Windows Vista Multi level Caption numbering where second level starts a new number (not subset of previous number) Office 2007
Competent Performer
Multi level Caption numbering where second level starts a new number (not subset of previous number)
 
Join Date: Mar 2012
Posts: 240
Cosmo is on a distinguished road
Default

Quote:
Originally Posted by Guessed View Post
Caption numbers are simply SEQ fields and all fields have option switches which enable what you are trying to do. Where you need the A, B you will need a second field with a new sequence name.

Firstly put all the captions in normally. Each number will be a field with the following field code {Seq Figure}. You can see and edit the field code by selecting the figure number, right clicking and choosing Toggle Field Codes. Edit that text and then select and press F9 to refresh the field.

Each of these fields may also have a mergeformat switchbut that isn't necessary so I'll ignore those for the following explanation.

With a caption number that needs the letter A, you need to add a second field so the field codes are as follows
{Seq Figure}{Seq FigureLetter \* ALPHABETIC}

On the following caption you repeat this but add a switch to the first field so it repeats the previous number
{Seq Figure \c}{Seq FigureLetter \* ALPHABETIC}

Later if you need to restart another FigureLetter at A, you add switches to the fields like this
{Seq Figure}{Seq FigureLetter \r 1 \* ALPHABETIC}
{Seq Figure \c}{Seq FigureLetter \* ALPHABETIC}
{Seq Figure \c}{Seq FigureLetter \* ALPHABETIC}

Note that the seq field name you choose only has to be unique - 'FigureLetter' could have been any word other than Figure (although I wouldn't advise using 'Table' because that would likely be used elsewhere)
Thanks, I’ll take a look at that.

I wasn’t as explicit in my list (sorry), it won’t just be the figure numbers, the real use case will look more like this:

Figure 1: Description of first figure.
Figure 2: Description of second figure.
Figure 3A: Description of third figure, item A.
Figure 3B: Description of third figure, item B.


Not sure if your example works in this case, but I’ll take a look whee we n I’m back on the computer next week. If I understand what you’re saying, I’m assuming that instead of using a list (which would take care of all numbering and the prefix), I would add field codes manually where needed, something like this pseudocode:


Figure [seq number field]: Description of figure.
Figure [seq number field][seq letter field]: Description of figure.

There are also places where the figure is referenced (i.e. “…for further information, see Figure X”). That was simple to do, as I could add a cross reference to that item in the numbered list. Is the same doable using the sequence field codes?
Reply With Quote
  #5  
Old 11-17-2023, 08:49 PM
Guessed's Avatar
Guessed Guessed is offline Multi level Caption numbering where second level starts a new number (not subset of previous number) Windows 10 Multi level Caption numbering where second level starts a new number (not subset of previous number) Office 2016
Expert
 
Join Date: Mar 2010
Location: Canberra/Melbourne Australia
Posts: 3,977
Guessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant future
Default

Captions are normally seq fields, not numbered lists. You can cross refer to figures in the same way you cross refer to numbered lists.
__________________
Andrew Lockton
Chrysalis Design, Melbourne Australia
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Multi level Caption numbering where second level starts a new number (not subset of previous number) multi-level Paragraph numbering boutells Word 2 08-17-2016 12:18 PM
Multi level Caption numbering where second level starts a new number (not subset of previous number) Multi-Level Clause Numbering - copy while retaining original numbering TonySpeels Word 2 08-17-2016 11:18 AM
Multi level Caption numbering where second level starts a new number (not subset of previous number) Word numbering (multi level) Matt_22 Word 1 04-07-2015 07:09 PM
Multi level Caption numbering where second level starts a new number (not subset of previous number) How to format a TOC (level 1) using a number, but have the number hidden in the text porpoiseoil Word 1 09-13-2014 12:53 PM
Multi level Caption numbering where second level starts a new number (not subset of previous number) Multi-level numbering / styles Andy Pilkington Word 4 09-11-2014 05:29 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 08:45 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft