+ Reply to Thread
Results 1 to 4 of 4

use one value to combine 2 values from 2 separate columns

  1. #1
    Registered User
    Join Date
    11-11-2010
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    36

    use one value to combine 2 values from 2 separate columns

    I am trying to use the number in A2 to find the matching number in column B. Then I want to use that found cell in column B to locate and take the contents of the cells in the same row but to the right in column C and column D to then populate E2

    the value in A2 is a link from a different sheet but same workbook

    in the attached example E2 should have the contents of C12 & D12

    Mega thanks in advance
    Attached Files Attached Files

  2. #2
    Forum Expert dosydos's Avatar
    Join Date
    12-09-2015
    Location
    Massachusetts
    MS-Off Ver
    365(PC) V:2308
    Posts
    1,472

    Re: use one value to combine 2 values from 2 separate columns

    enter this in E2

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

  3. #3
    Registered User
    Join Date
    11-11-2010
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    36

    Re: use one value to combine 2 values from 2 separate columns

    Thanks for the quick response, IT WORKS GREAT THANK YOU!!

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: use one value to combine 2 values from 2 separate columns

    Or just this...
    =VLOOKUP($A$2,$B$2:$D$97,2,0)&" "&VLOOKUP($A$2,$B$2:$D$97,3,0)
    (don't need to use CONCATENATE, just join with &)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. Combine rows then split into separate columns
    By flexi1 in forum Excel General
    Replies: 2
    Last Post: 02-24-2015, 06:41 AM
  2. Combine rows with duplicate values into separate columns
    By itgeekgroup in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 03-18-2014, 11:12 AM
  3. Replies: 1
    Last Post: 06-05-2013, 02:16 PM
  4. Replies: 11
    Last Post: 05-16-2013, 04:03 AM
  5. Add two unique values from two separate columns
    By Mrcoop in forum Excel General
    Replies: 3
    Last Post: 09-28-2011, 05:23 AM
  6. How to combine separate columns in to single range
    By is49460 in forum Excel General
    Replies: 5
    Last Post: 05-20-2011, 10:45 AM
  7. Copy columns values into separate columns
    By Mike_can in forum Excel General
    Replies: 7
    Last Post: 05-26-2006, 07:35 PM

Tags for this Thread

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