+ Reply to Thread
Results 1 to 6 of 6

Combination of letter and numbers in a column

  1. #1
    Registered User
    Join Date
    05-14-2015
    Location
    London
    MS-Off Ver
    2013
    Posts
    2

    Combination of letter and numbers in a column

    Hi guys,

    I'm new to this forum but I'm quite desperate for this so I'll go straight ahead to the point!

    I have two columns in Excel. The first one contains a sequence of letters and the second one contains 5 numbers (1,2,3,4 and 5). So it kind of looks like this:

    A 1
    B 2
    C 3
    D 4
    E 5
    F
    G
    H
    ...

    I want to be able to combine every letter in the first column with each of the numbers and output this into a single column. In addition, I need a blank row in between the series. In other words, I need this:

    A1
    A2
    A3
    A4
    A5

    B1
    B2
    B3
    B4
    B5

    and so on.. I've been thinking about this for the better part of today but still can't think of anything..

    I would appreciate any ideas!!

    Thank you!
    Kind regards,
    Antonio

  2. #2
    Valued Forum Contributor nigelbloomy's Avatar
    Join Date
    11-06-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    1,011

    Re: Combination of letter and numbers in a column

    The concatenate formula will solve your first problem.
    Please Login or Register  to view this content.
    I don't know how to put spaces in without using VBA.

  3. #3
    Registered User
    Join Date
    05-14-2015
    Location
    London
    MS-Off Ver
    2013
    Posts
    2

    Re: Combination of letter and numbers in a column

    The concatenation is the easy bit, it's the sequence A1 to A5, B1 to B5, C1 to C5 in a single column output that I'm struggling with.

  4. #4
    Valued Forum Contributor nigelbloomy's Avatar
    Join Date
    11-06-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    1,011

    Re: Combination of letter and numbers in a column

    Attachment 394996
    You could use a pivot table to do it. If you make the pivot table and then go to report layout you can change it to outline, or tabular form. Either one will organize the results and put a space between each section. If you don't want to keep it in a pivot table for everyone else you can always copy and paste the values out.

  5. #5
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,292

    Re: Combination of letter and numbers in a column

    in column C ... =IF(MOD(ROW(),6)<>0,INDIRECT("A"&(INT(ROW()/6)+1))&MOD(ROW(),6),"") copy down

  6. #6
    Forum Expert
    Join Date
    12-09-2014
    Location
    Trakai, Lithuania
    MS-Off Ver
    2016
    Posts
    1,399

    Re: Combination of letter and numbers in a column

    Formula: copy to clipboard
    Please Login or Register  to view this content.

+ 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. combination of letter to form new string
    By mqcai4613 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-15-2014, 10:11 AM
  2. Replies: 4
    Last Post: 11-20-2013, 10:16 PM
  3. Referring to column letter/row numbers
    By Scriv in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-28-2009, 07:49 AM
  4. Replies: 2
    Last Post: 07-31-2006, 11:48 AM
  5. [SOLVED] wise *** who changed column headers to numbers instead of letter
    By softie27 in forum Excel General
    Replies: 1
    Last Post: 12-28-2005, 11:19 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