+ Reply to Thread
Results 1 to 5 of 5

Concatenate if? (or similar function)

  1. #1
    Registered User
    Join Date
    11-05-2014
    Location
    Quantico, Va. USA
    MS-Off Ver
    2010
    Posts
    32

    Concatenate if? (or similar function)

    okay excel wizards,

    sheet one titled Main_Personnel column T is certification level (Q, L or T) while the unique ID number is in Column E.

    sheet two titled Qual_Cert, column E is the unique ID number and column B is certification level.

    how do I create a formula that when the ID numbers match from the two sheets, the value from Qual_Cert B is pasted into Main_Personnel T?

    huge thanks in advance if someone can help.

  2. #2
    Registered User
    Join Date
    11-05-2014
    Location
    Quantico, Va. USA
    MS-Off Ver
    2010
    Posts
    32

    Re: Concatenate if? (or similar function)

    Attached is an example.

    I've attempted to use the VLOOKUP to no avail, and the problem may be with my lack of true understanding of the formula.

    =VLOOKUP(E2,QUAL_CERT!B2:E2,1,FALSE)

    QUAL_CERT EXAMPLE.xlsx

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,150

    Re: Concatenate if? (or similar function)

    To get VLOOKUP to run from Right to Left, you need to "fool" Exce into doing it. In reality, it's simpler to use INDEX-MATCH.

    =INDEX(QUAL_CERT!$B$2:$B$10,MATCH(Main_Personnel!E2,QUAL_CERT!$E$2:$E$10,0))
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  4. #4
    Registered User
    Join Date
    11-05-2014
    Location
    Quantico, Va. USA
    MS-Off Ver
    2010
    Posts
    32

    Re: Concatenate if? (or similar function)

    Glenn,

    Thanks for the assistance, but for some strange reason, the formula returns inaccurate information or an error message of #N/A.

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,150

    Re: Concatenate if? (or similar function)

    It will return #N/A when it fails to find a match (now addressed in this version), but I don't see how it returns inaccurate information, based on your rather limited explanation. Please upload a sheet showing where the problem is.
    Attached Files Attached Files

+ 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. [SOLVED] Concatenate Cells Containing Similar Values
    By 3winds in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-28-2012, 10:44 AM
  2. concatenate or something similar
    By Kandi25 in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 12-01-2011, 06:56 AM
  3. Formula to calculate sum with file referenced in cell (similar to CONCATENATE)
    By ggremel in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 03-27-2011, 07:14 PM
  4. Looking for help with concatenate formula - or something similar
    By SBells in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-05-2006, 02:18 AM
  5. Sum & Concatenate (or similar)
    By Kev H in forum Excel General
    Replies: 2
    Last Post: 08-17-2005, 11:06 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