+ Reply to Thread
Results 1 to 4 of 4

How to increase number sequence for special cases?

  1. #1
    Registered User
    Join Date
    11-29-2017
    Location
    Singapore
    MS-Off Ver
    2017
    Posts
    2

    How to increase number sequence for special cases?

    I will like to increase this type of number sequence:

    01-01
    02-01
    03-01
    04-01

    or

    01-02
    01-03
    01-04
    01-05

    Any experts can help on this?

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,908

    Re: How to increase number sequence for special cases?

    Try this ...

    =TEXT(ROWS($A$1:A1),"00")&"-01"

    or:

    ="01-"&TEXT(ROWS($A$1:A1),"00")

  3. #3
    Registered User
    Join Date
    11-29-2017
    Location
    Singapore
    MS-Off Ver
    2017
    Posts
    2

    Re: How to increase number sequence for special cases?

    Quote Originally Posted by Phuocam View Post
    Try this ...

    =TEXT(ROWS($A$1:A1),"00")&"-01"

    or:

    ="01-"&TEXT(ROWS($A$1:A1),"00")
    Thanks for the help and I had tried it... however seems like its working for Rows only?

    how about column based?


    For example

    A1,ROW1 : 09-01
    A1,ROW2 : 10-01 (<- shall i input the formula here?)

  4. #4
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,463

    Re: How to increase number sequence for special cases?

    Try:

    =TEXT(9+ROW(1:1)-1,"00")&"-01"
    if you want to start from 09-01 then 10-01 ...

    Or:
    ="01-"&TEXT(9+ROW(1:1)-1,"00")
    if you want to start from 01-09 then 01-10 ...
    Quang PT

+ 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. Replies: 7
    Last Post: 06-08-2015, 08:39 AM
  2. [SOLVED] Increase value by 1 for every new group starting from 0,1,2,3,4....in sequence
    By Buildit in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 05-12-2014, 09:11 AM
  3. Increase the value of an array in sequence.
    By sianjialin in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-07-2014, 06:25 AM
  4. Need a special automatic sequence script
    By promoboy2 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-24-2012, 08:11 AM
  5. How to skip special cases in a For Each loop
    By smohyee in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-16-2011, 02:20 PM
  6. sequence increase
    By ajayr2008 in forum Excel General
    Replies: 1
    Last Post: 01-21-2011, 05:46 AM
  7. special sort sequence
    By fwalden in forum Excel General
    Replies: 4
    Last Post: 10-10-2006, 10:15 AM

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