+ Reply to Thread
Results 1 to 11 of 11

Increment Alphanumeric List

Hybrid View

  1. #1
    Registered User
    Join Date
    12-26-2017
    Location
    MN
    MS-Off Ver
    2013
    Posts
    4

    Re: Increment Alphanumeric List

    AA would become AB after AA69009.

  2. #2
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 V 2504
    Posts
    13,722

    Re: Increment Alphanumeric List

    Find this formula in D1 of the attached filled down to row 5000. It will work in Excel 2013 and newer.
    Formula: copy to clipboard
    =BASE(DECIMAL("AA",36)+CEILING(ROWS($A$1:$A1)/(59*9),1)-1,36)&MOD(CEILING(ROWS($A$1:$A1)/9,1)-1,59)+11&
    TEXT(MOD(ROWS($A$1:$A1)-1,9)+1,"000")


    PS I haven't found a way to make it stop after YD yet. Working on it.
    Attached Files Attached Files
    Last edited by FlameRetired; 12-27-2017 at 09:21 PM.
    Dave

+ 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: 6
    Last Post: 11-30-2016, 02:38 AM
  2. insert row and increment alphanumeric unique ID
    By rickmeister in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-31-2016, 08:32 PM
  3. [SOLVED] Can't increment Alphanumeric string by one
    By Ochimus in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-07-2016, 12:08 AM
  4. [SOLVED] Alphanumeric Increment based on previous row value
    By JusticeEmpire in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 06-06-2015, 01:14 PM
  5. Increment Alphanumeric Value of a Cell on each print job
    By rudygortiz in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-12-2014, 03:55 PM
  6. Alphanumeric sequence list
    By Npcw in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-12-2013, 10:40 PM
  7. Replicate and increment alphanumeric keywords?
    By toolsavvy in forum Excel General
    Replies: 7
    Last Post: 12-16-2007, 03:02 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