+ Reply to Thread
Results 1 to 8 of 8

Alphanumeric sequence

  1. #1
    Registered User
    Join Date
    04-29-2011
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2007
    Posts
    4

    Alphanumeric sequence

    How can I continue this sequence? :

    \1

    Basically, it's:

    IGSM514501
    IGSM514502
    IGSM514503

    The IGSM part will never change & I only want to increment by one every single time.

    Thanks

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Alphanumeric sequence

    Hello & Welcome to the Board,

    Type IGSM514501 in the first cell and then grab the fill handle and drag down.
    HTH
    Regards, Jeff

  3. #3
    Registered User
    Join Date
    04-29-2011
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Alphanumeric sequence

    Dear Lord - I had to google "fill handle". I don't use Excel often but I'm shocked I missed something so obvious.

    Thanks very much

  4. #4
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Alphanumeric sequence

    You're most welcome

  5. #5
    Registered User
    Join Date
    04-29-2011
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Alphanumeric sequence

    While I'm at it, is there an easy way to check that a column has no repeat values?

    Oh - and a way to check that all cells in a certain range have the same number of characters?
    Last edited by El Zorro; 04-29-2011 at 09:36 PM.

  6. #6
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Alphanumeric sequence

    Highlight the column >> Home tab >> Conditional Formatting >> Highlight Cell Rules >> Duplicate Values

  7. #7
    Registered User
    Join Date
    04-29-2011
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Alphanumeric sequence

    You're a legend, sir

  8. #8
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Alphanumeric sequence

    Just saw your last question.

    I'm no formula wizard, but this is what I would think could work.

    =SUMPRODUCT(LEN(A1:A11))/COUNTA(A1:A11)

    If one cell is off in length from all the others then you would get a decimal number. If all are the same then a whole number.

    May be a flaw in my theory but with a little test seems to work

    Maybe it could even be modified to

    =IF(MOD(SUMPRODUCT(LEN(A1:A11))/COUNTA(A1:A11),1)>0,"One is off","All the same")

    which would give you in a cell good or bad

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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