+ Reply to Thread
Results 1 to 11 of 11

Auto Populate Serial Number From Total number

  1. #1
    Forum Contributor
    Join Date
    09-14-2012
    Location
    mumbai,india
    MS-Off Ver
    Excel 2003
    Posts
    367

    Auto Populate Serial Number From Total number

    Auto generate Serial number from to total number. Please download Attach sample copy
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,152

    Re: Auto Populate Serial Number From Total number

    Not clear to me what you require:

    =COUNTA(A3:A100)

    will count number of sheets

    Columns A to C are automatically incremented by dragging down

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,705

    Re: Auto Populate Serial Number From Total number

    Put this in A3:

    =IF(ROWS($1:1)>F$1,"","JRP101-P85-J00-"&TEXT(ROWS($1:1),"000"))

    Put this in B3:

    =IF(ROWS($1:1)>F$1,"","SURVEY SHEET NO: "&ROWS($1:1))

    Put this in C3:

    =IF(ROWS($1:1)>F$1,"",ROWS($1:1)&" of "&F$1)

    and then copy those formulae down.

    Hope this helps.

    Pete

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,152

    Re: Auto Populate Serial Number From Total number

    Column C is not: do you want this to update to "m" of "n" ?

    in Column C (C3)

    =ROWS($3:3) & " of " &$F$1

  5. #5
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,152

    Re: Auto Populate Serial Number From Total number

    You have answer from Pete_UK

  6. #6
    Forum Contributor
    Join Date
    09-14-2012
    Location
    mumbai,india
    MS-Off Ver
    Excel 2003
    Posts
    367

    Re: Auto Populate Serial Number From Total number

    I need required result column A:C

  7. #7
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,152

    Re: Auto Populate Serial Number From Total number

    Pete's answer gave you this.

  8. #8
    Forum Contributor
    Join Date
    09-14-2012
    Location
    mumbai,india
    MS-Off Ver
    Excel 2003
    Posts
    367

    Re: Auto Populate Serial Number From Total number

    Ohh yes it's work, Thank you every one for replay. Especially thank to pete.

  9. #9
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,705

    Re: Auto Populate Serial Number From Total number

    Glad to help.

    If that takes care of your original question, please select Thread Tools from the menu above your first post and mark this thread as SOLVED.

    Also, you should know that you can directly thank those who have helped you by clicking on the small "star" icon located in the lower left corner of a post that you have found to be helpful (not just in this thread - for any post that has helped you). This also adds to the reputation of the poster (the small green bars in the poster's profile).

    Pete

  10. #10
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,705

    Re: Auto Populate Serial Number From Total number

    @John,

    Congratulations on reaching 1000 posts.

    Pete

  11. #11
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,152

    Re: Auto Populate Serial Number From Total number

    @Pete,
    Thanks ... about matches my age (or feels that way sometimes!).

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Auto Serial Number Using VBA
    By LoveCandle in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-21-2022, 09:24 PM
  2. Auto generate serial number
    By silambarasan.J in forum Excel General
    Replies: 2
    Last Post: 01-31-2015, 12:46 PM
  3. Auto generate serial number
    By silambarasan.J in forum Excel General
    Replies: 3
    Last Post: 01-31-2015, 08:33 AM
  4. Auto Serial Number
    By MdYas in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-23-2014, 08:19 AM
  5. Shortcyt key for auto serial number
    By dingdang in forum Excel General
    Replies: 1
    Last Post: 07-16-2013, 02:17 AM
  6. [SOLVED] Populate Serial Number in VBA Macro
    By Kooper in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 05-29-2013, 04:42 AM
  7. Auto Fill the serial Number
    By anwitha in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 10-23-2010, 02:11 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1