ID inquiry about numbers in column A

R

rock

Hi,

I have 6000 id numbers in column A and I have had to delete some rows
due to duplication.

This now means those numbers which were in order 1 to 6000 now have
numbers missing.

How can I patch them up so that they are once again flowing from 1 to
whatever.

Thanks


rock
 
R

rock

Hi Bob,

I got the duplicate help thank you however this was a different thing..

------
I have 6000 id numbers in column A and I have had to delete some rows.


This now means those numbers which were in order 1 to 6000 now have
numbers missing.

eg

3458
3459
3460

3464
3465
3466

3469
3470
etc..

How can I patch them up so that they are once again flowing from 1 to
the last of them.

If I just delete the row, the numbers will stay missed whereas I want
them to be in order.

Thanks again


rock
 
D

Don Guillett

Several ways
1. a macro to put them in order
2. =row(a1) in the top row>copied down
 
G

Gord Dibben

In A1 enter =ROW()

Copy down to end of data, overwriting the misplaced numbers with new
consecutive ones.


Gord Dibben MS Excel MVP
 

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