How to have sequential numbers keep writing themselves?

0

0

At work, we use Microsoft Office 2003, and we have to write many numbers that are sequential, e.g. 2590, 2591, 2592, etc. These numbers are either in Excel or in a Word table.

How can I automatically get one (or both) of these programs to automatically write out or provide the next number in the sequence?

studiohack

Posted 2010-07-22T21:39:37.763

Reputation: 13 125

As part of a list, table, within the text? – random – 2010-07-22T21:43:53.637

i have a full page table in MSWord that has a column of just the sequential numbers, not necessarily within text, but the numbers are each in their own box, make sense? – studiohack – 2010-07-22T21:59:11.977

Answers

2

Highlight one or more cells in the sequence and drag the bottom right-hand corner to the cells you want to fill with that sequence. If, for example, you highlight the first three rows that are filled with 1, 2 and 3 and drag down the bottom-right corner, it'll determine the pattern and fill accordingly. If you only highlight one cell, it may copy that number to all of the target cells or it may fill them in sequentially -- the more data you give it (highlighted cells before you grab and drag), the better it'll guess what the pattern is. If it chooses incorrectly (usually based upon what you did last time -- either copy cell contents or continue the sequence), there's a little icon that pops up after the operation on the lower-right corner. Select that icon and select "Fill Series."

This works with Excel, but not sure about tables in Word.

Uninspired

Posted 2010-07-22T21:39:37.763

Reputation: 1 155

2

About Word, you should use a "seq" field. All you have to do is press ctrl-f9 and type SEQ followed by a space and a name for your numbering (in order to remember it, if you use multiple numberings), SEQ sequential_test1 for example. This should appear like {SEQ sequential_test1} . Each time you use this field, it will be replaced by a sequential number. You can learn more about this particular handy feature, in Microsoft's Office help website

aouaou

Posted 2010-07-22T21:39:37.763

Reputation: 126