A family of Microsoft word processing software products for creating web, email, and print documents.
See the Nifty Numbering Section of Cindy Meister's website at
http://homepage.swissonline.ch/cindymeister/
She has a SET and IF field construction there that returns Excel type numbering.
{ Quote { Set ABC { = { ABC } + 1 } }{ SET ABC2 { IF { ABC } > 26 "{ IF { = MOD({ ABC }, 26) } = 1 "{ = { ABC2 } + 1 }" "{ ABC2 }" }" "{ ABC2 }" } }{ SET ABC1 { IF ABC1 < 26 "{ = { ABC1 } + 1 }" "1" } }{ If { ABC } < 27 "{ ABC1 \* ALPHABETIC }" "{ ABC2 \* ALPHABETIC }{ ABC1 \* ALPHABETIC }" } }
Note, you cannot just copy the above as CTRL+F9 must be used to insert each pair of field delimiters { }