+ Reply to Thread
Results 1 to 4 of 4

Concatenate Problem

Hybrid View

  1. #1
    Registered User
    Join Date
    05-24-2012
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    2

    Concatenate Problem

    I need to concatenate numbers in the left column to letters in the top row, re-using the top row letters 4 times for each of the numbers on the left.
    It would be nice to include a look up of the merged column/row value with the result.
    Please see attachment for more details.

    thanks in advance.
    Attached Files Attached Files
    Last edited by dcningbo; 06-18-2014 at 03:52 PM.

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

    Re: Concatenate Problem

    Try this

    H2: =INDEX($A$2:$A$7,INT((ROWS($1:1)-1)/4)+1)&INDEX($B$1:$E$1,MOD(ROWS($1:1)-1,4)+1)
    I2: =INDEX($B$2:$E$7,MATCH(LEFT(H2,LEN(H2)-1),$A$2:$A$7,0),MATCH(RIGHT(H2,1),$B$1:$E$1,0))

  3. #3
    Registered User
    Join Date
    05-24-2012
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Concatenate Problem

    Amazing, it works.

    Thanks so much!

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

    Re: Concatenate Problem

    You're welcome.

+ 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. Name CONCATENATE Problem
    By mohan.r1980 in forum Excel General
    Replies: 3
    Last Post: 02-24-2012, 04:20 AM
  2. Concatenate Problem
    By jcbcmc in forum Excel General
    Replies: 2
    Last Post: 06-25-2007, 11:47 AM
  3. Concatenate Problem
    By EW in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-06-2006, 06:55 PM
  4. concatenate problem
    By joe peters in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-28-2005, 06:05 AM
  5. [SOLVED] concatenate problem
    By joe peters in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-27-2005, 06:05 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