View Single Post
  #2   Report Post  
Posted to microsoft.public.word.tables
Doug Robbins - Word MVP
 
Posts: n/a
Default Custom Numbering in Word Tables/Rows

Where you want 1.0 to appear, use the following field construction

{ = { seq mynumbers \r 10 } / 10 \# 0.0 }

in the other locations, use

{ = { seq mynumbers } / 10 \# 0.0 }

You must use Ctrl + F9 to insert each pair of field delimiters.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Ray" wrote in message
...
I have a technical issue with word. I'm writing a requirement document and
within a table I'd like to use custom number within the rows.

My ordering isnt going like i want, its only numericaly 1.0 , 2.0, 3.0 etc
where i want the numbering to go 1.0, 1.1, 1.2 and then at 1.9 it would go
to
2.0.

What My Table Rows look like now.
Row One:
1.0
Row Two:
2.0
Row Three:
3.0

What I Want:
Row One:
1.0
Row Two:
1.1
Row Three:
1.2
Row 4,5, 6, etc
1.4 thru 1.9
Row 10
2.0