A family of Microsoft word processing software products for creating web, email, and print documents.
To create a countdown list, you could:
- Start with a field coded along the lines of {SET HighNum 11}, where '11' is one more than the first number you want to use.
- Use a formula field to output the numbers, thus {=HighNum-{SEQ RevNumList}}
- Copy & paste the preceding field for each of the successive countdown numbers.
or you could:
- Type the starting number and bookmark it as 'HighNum'
- Use the field from steps 2 & 3 above for each of the successive countdown numbers.
Note: The field brace pairs (i.e. '{ }') for the above example are all created in the document itself, via Ctrl-F9 (Cmd-F9 on a Mac); you can't simply type them or copy & paste them from this message. Nor is it practical to add them via any of the standard Word dialogues.
If you find you need to expand or contract the list, edit the first number (without deleting the bookmark or by selecting the first field, pressing Shift-F9 to expose the field code and changing the number there then pressing F9 to update the field). Then, if you're adding to the list, copy one of the exisitng numbering fields and paste it into the new position. Conversely if you're deleting from the list, delete the corresponding field. If you're just re-arranging the list, you can move the items around with their numbers. Once you've finished adding/deleting/moving, select the list again and press F9 to update the numbers.