+ Reply to Thread
Results 1 to 5 of 5

I need to make a column that starts with A1114 and goes up one A1145,A1146...to A3120 or s

  1. #1
    Registered User
    Join Date
    08-15-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    1

    I need to make a column that starts with A1114 and goes up one A1145,A1146...to A3120 or s

    Hello my name is Randy,

    I would like to take minute and Thank you for reading my post. I have a spread sheet that contains a column of alphanumeric values. Each next row will go up one numeric value while the letter will stay the same.

    A1144
    A1145
    A1146
    A1147
    and so. We have about 2000 enteries to make and don't want to make them manually. I used this formula to add the numbers =(SUM(SUBSTITUTE(A1,"a"," ")+0))+1
    but can't get the letter to show. I can solve that by using this next formula in the next column ="A"&A2 I just thought there has to be an easier way.

    Thanks again. I hope everyone is having a great summer!

  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Re: I need to make a column that starts with A1114 and goes up one A1145,A1146...to A3120

    Can't you just type in the first two, select both and drag the fill handle (little square in bottom right hand corner of selection) down?

  3. #3
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: I need to make a column that starts with A1114 and goes up one A1145,A1146...to A3120

    Try

    ="A"&ROW(A1144)
    Last edited by Jonmo1; 08-15-2013 at 03:27 PM.

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: I need to make a column that starts with A1114 and goes up one A1145,A1146...to A3120

    Quote Originally Posted by mrice View Post
    Can't you just type in the first two
    You don't even need to type 2 of them, only 1 is required for that method to work.

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: I need to make a column that starts with A1114 and goes up one A1145,A1146...to A3120

    Another one...

    Entered in A1 and copied down as needed:

    ="A"&1144+ROWS(A$1:A1)-1
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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: 1
    Last Post: 05-17-2013, 04:56 AM
  2. keep column if text starts with letter
    By dundo84 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-21-2013, 08:27 PM
  3. Make a word bold if it starts with a particular character/string
    By lightsandsirens in forum Word Programming / VBA / Macros
    Replies: 9
    Last Post: 03-08-2010, 09:28 AM
  4. modify column values that starts with 1
    By spyrule in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-09-2007, 11:43 AM
  5. How to make a macro that automatically starts after clicking a cel
    By Samirkc in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-17-2006, 08:31 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