![]() |
|
![]() |
![]()
Post
#1
|
|
Experienced Member ![]() ![]() ![]() Group: Advanced Members Posts: 1,086 Joined: 16-January 04 From: Chandler AZ Member No.: 130 ![]() |
need a formula written, have been searching through the MS-help and can't seem to find a way to write the formula I want. I need a formula that shows the next number in column A when I enter data in column B.
For instance, if A2 says "1," then when I click on B3, I want A3 to show "2." I also need the number to show in five digits, e.g., 00001, 00002, etc. Where's the enguhneers out there??? (IMG:http://www.frrax.com/rrforum/style_emoticons/default/smile.gif) Rob |
|
|
![]() |
![]()
Post
#2
|
|
Member ![]() Group: Advanced Members Posts: 179 Joined: 28-December 03 From: Texas Member No.: 56 ![]() |
If you are just generating a auto numbering sequence for column A:
=IF(B1<>"",COUNTA($B$1:B1)&".","") Paste that into A2, then copy it into all cells in the row that you want to auto number. Every time a entry is made into column B it will number column A. If you were to delete the info im column B Cell 50 out of 100 Cells, it will automaticly renumber Column A. Now to format to 5 digits, I have no clue....... I'll have to play around with that one. |
|
|
![]() ![]() |
Lo-Fi Version | Time is now: 5th May 2025 - 12:14 AM |