Creating an Auto Number in Microsoft Word

The other day i was creating a table to itemize a list of requirements for a project.   I wanted to add a unique identifier for each requirement for reference purposes.

Of course i didn’t want to type the number for each new row.  I was able to do this by inserting a field and using the MAX formula.    I then copied the formula into every row in the first column except for the first row.  The formula looks like this:

=MAX(ABOVE) + 10

Finally you need to select the entire column and press the F9 key to recalculate the formula.

image

image

You could also use an AUTONUM field but if you want to insert a row between two existing rows it would affect the numbering system.  The AUTONUM filed is based on an existing list (e.g. 1,2,3 …. or a, b, c ..).

Troy

This entry was posted in IT, Microsoft by Troy. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>