Numbering table cells

J

Johnny

Hi guys,

say I have a table with 10 rows and 10 colums. I am wondering if it is
possible to auto number all the cells (using Field function) in the following
way:

1 11 21
2 12 22
3 13 23
4 14 .
5 15 .
6 .
7 .
8 .
9 .
10 .

Each number is in a cell. So the cells are numbered from top-left to
right-bottom.

Thanks alot~
 
S

Suzanne S. Barnhill

Not easily. You could use a different SEQ field sequence for each column,
starting each column after the first with the appropriate number.
Alternatively, is this a situation where snaking columns would work as well
as a table?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top