Auto Numbering

Jeff1981

New Member
Joined
Jul 12, 2007
Messages
5
Part No Desc Model
000001 My Part1 My Product
000002 My Part2 My product
000003 My Part3 My Product
Auto My Part4 My Product

I would like to know if excel is capable of auto numbering the next sequencial number in the part number column above. In addition, I would like to know if the sequencial number can be added automatically to each row when information is added to the description column.

thank you
jeff
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
so auto-numbering is easy if I want a long list of part numbers with unassigned descriptions. any takers on whether I can auto add a single row / next sequencial number when the description field is populated?

thank you
 
Upvote 0
Hi Jeff

Maybe this (assuming headers in A1:C1)

Formula in A2
=IF(B2<>"",SUM(A1)+1,"")
copy down

HTH

M.
 
Upvote 0
In the event that the data gets sorted so that the sequence numbers are no longer in order try in A5: =IF(B5<>"",MAX(A$2:A4)+1
 
Upvote 0

Forum statistics

Threads
1,224,522
Messages
6,179,297
Members
452,903
Latest member
Knuddeluff

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top