LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Kassie
 
Posts: n/a
Default

Hi mevans

If you want your numbers to start in row2, then use Col A as a helper
column, where you can insert the number you want, or you can use a formula to
autonumber the rows. In Col B insert the following formula, starting at Row
2, and copy down:

=IF(A2="","",IF(A2<10,"0000"&A2,IF(A2<100,"000"&A2 ,IF(A2<1000,"00"&A1if(A2<10000,"0"&A2,A2)))))

If you want the rows to autonumber, then insert the following formula in A3,
and copy down:

=IF(AND(A2="",C3=""),"",IF(C3="","",A2+1))

What will happen, is that the moment you enter something in Col C, Col's A
and B will immediately show the next number, complete with zeroes in Col B.

You can then hide Col A, as it is of no value further
--
ve_2nd_at. Randburg, Gauteng, South Africa


"mevans" wrote:

I work at a lawfirm and we use a stamp to number our exhibits. It takes
forever. I found some small stickers to print the exhibit numbers on, but I
am unable to figure out a time saving method to create the numbers needed. I
am using Excel to do this but with the format we are trying to use (i.e.
00001), because of all the zeros when I try to make an equation to copy and
paste in the column it will hide the zeros. Unfortunetly the zeros are
important. So I guess my question is: how do I create a formula that will
allow the zeros to be shown?

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
follow-up from yesterday's "creating formulas" samsmimi Excel Worksheet Functions 0 March 30th 05 03:27 PM
Creating Formulas samsmimi Excel Worksheet Functions 3 March 29th 05 05:55 PM
Creating Formulas for overtime SumrGrl318 Excel Worksheet Functions 1 March 18th 05 08:19 PM
Problem with named formula's nathan Excel Worksheet Functions 0 January 21st 05 04:07 PM
calculating formulas for all workbooks in a folder Chad Excel Worksheet Functions 3 November 13th 04 05:22 PM


All times are GMT +1. The time now is 12:24 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"