Increase number down the row of a table

J

Jorge mst

Hello

I’m trying to make a form in Word 2007 to increase the number in a column
down the row.
I can do this
{=a1+1}
{=a2+1}
{=a3+1}

But I nead something similar to the Excel
{=L[-1]C1 + 1}
{=L[-1]C1 + 1}
{=L[-1]C1 + 1}

This form {=L1C1 + 1} work fine. But this {=L[-1]C1 + 1} don’t work in MS
Word table.It works in Excel (that’s why I expect the same function in the
tables of MS Word).
It is possible ?

Thanks in advance
 
M

macropod

Hi Jorge,

Put a '1' in A1, then place a formula field coded as:
{=COUNT(ABOVE)}
in A2 and copy this into each of the remaining cells in column A. When you're done, select the column and press F9 to update the
fields.

Note: The field brace pairs (ie '{ }') for the above example are created via Ctrl-F9 - you can't simply type them or copy & paste
them from this message.
 

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