+ Reply to Thread
Results 1 to 5 of 5

Having trouble with auto populate issue please help

  1. #1
    Registered User
    Join Date
    07-08-2015
    Location
    US
    MS-Off Ver
    2010
    Posts
    3

    Post Having trouble with auto populate issue please help

    Hi there, I am trying to create an excel sheet which will autopopulate the following...

    15-T0001-1
    15-T0001-2
    15-T0002-1
    15-T0002-2
    15-T0003-1
    15-T0003-2
    15-T0004-1
    15-T0004-2
    15-T0005-1
    15-T0005-2
    15-T0006-1
    15-T0006-2
    15-T0007-1
    15-T0007-2
    15-T0008-1
    15-T0008-2
    15-T0009-1
    15-T0009-2
    15-T0010-1
    15-T0010-2
    15-T0010-1
    15-T0010-2

    up until numbers such as 15-T0534-1,15-T0534-2,15-T0535-1,15-T0535-2 etc
    can anyone PLEASE help me with this?

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,065

    Re: Having trouble with auto populate issue please help

    There's no consistency.

    You have two entries for each T00 line
    but T0010 has FOUR entries???

    Why has it suddenly changed to four entries?
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,065

    Re: Having trouble with auto populate issue please help

    Try this

    in B1
    ="15-T00"&RIGHT("0"&INT((ROW()-1)/2)+1,2)&"-"&MOD(ROW(),2)+1
    and copy down

    NOTE: Check your results around row 19 regarding the above

  4. #4
    Registered User
    Join Date
    07-08-2015
    Location
    US
    MS-Off Ver
    2010
    Posts
    3
    Quote Originally Posted by alex_lawson View Post
    Hi there, I am trying to create an excel sheet which will autopopulate the following...

    15-T0001-1
    15-T0001-2
    15-T0002-1
    15-T0002-2
    15-T0003-1
    15-T0003-2
    15-T0004-1
    15-T0004-2
    15-T0005-1
    15-T0005-2
    15-T0006-1
    15-T0006-2
    15-T0007-1
    15-T0007-2
    15-T0008-1
    15-T0008-2
    15-T0009-1
    15-T0009-2
    15-T0010-1
    15-T0010-2
    15-T0010-1
    15-T0010-2

    up until numbers such as 15-T0534-1,15-T0534-2,15-T0535-1,15-T0535-2 etc
    can anyone PLEASE help me with this?
    Sorry that was an error there should only be two entries per number!

  5. #5
    Registered User
    Join Date
    07-08-2015
    Location
    US
    MS-Off Ver
    2010
    Posts
    3

    Re: Having trouble with auto populate issue please help

    hi there, this is almost there i think, it is generating the following...

    15-T0001-1
    15-T0002-2
    15-T0002-1
    15-T0003-2
    15-T0003-1
    15-T0004-2
    15-T0004-1
    15-T0005-2
    15-T0005-1
    15-T0006-2
    15-T0006-1
    15-T0007-2
    15-T0007-1
    15-T0008-2
    15-T0008-1
    15-T0009-2
    15-T0009-1
    15-T0010-2
    15-T0010-1

    Any idea how i can get the 1's and 2's in the right order and how to have 15-T0001-2 at the start as it seems to be missing this? Thank you for your help!!

+ 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. [SOLVED] Auto Populate cell based on auto filter selection from table in same sheet
    By missydanni in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-02-2013, 05:03 PM
  2. Trouble Creating a Formula to auto populate multiple sheets
    By jjb1email in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-04-2013, 01:23 AM
  3. Auto-populate from other sheets in a master, than auto total duplicates
    By Melyd in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-30-2013, 01:48 PM
  4. Replies: 3
    Last Post: 02-28-2012, 11:54 AM
  5. auto populate date issue
    By mab2000 in forum Excel General
    Replies: 2
    Last Post: 09-28-2011, 01:04 PM

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