Autonumber

  • Thread starter Thread starter NG_Leeds
  • Start date Start date
N

NG_Leeds

Sorry my fault I probably didn't explain it correctly, I do not wish t
count total, just have a number reference which is allocated to eah
item at a specific point eg.a1=1, b1=2, c1=3, but if a row was eneter
before B1 it would adjust so that a1=1, b1=2,c1=3,d1=
 
Hi

if you mean columns (A1, B1, C1)
then in A1 type
=COLUMN()
and fill across .. when you insert a new column the others will renumber and
you'll just have to copy the formula from the adjacent column into the new
one.

If you mean rows (A1, A2, A3) then in A1 type
=ROW()
and fill down ... when you insert a new row, the others will renumber and
you'll just have to copy the formula again.

Cheers
JulieD
 

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

Similar Threads


Back
Top