+ Reply to Thread
Results 1 to 8 of 8

VLOOKUP with LEFT and FIND function

  1. #1
    Registered User
    Join Date
    07-22-2018
    Location
    Ireland
    MS-Off Ver
    2016
    Posts
    19

    Question VLOOKUP with LEFT and FIND function

    Hi,

    I'm about to use the VLOOKUP and LEFT and FIND function to make a clean result of my roster but unfortunatelly I always end up with error. If you can help me out it would be great.

    Please Login or Register  to view this content.
    and

    Please Login or Register  to view this content.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,808

    Re: VLOOKUP with LEFT and FIND function

    There are instructions at the top of the page explaining how to attach your sample workbook.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    07-22-2018
    Location
    Ireland
    MS-Off Ver
    2016
    Posts
    19

    Re: VLOOKUP with LEFT and FIND function

    Quote Originally Posted by AliGW View Post
    There are instructions at the top of the page explaining how to attach your sample workbook.
    Unfortunately I have no sample workbook and the workbook I use contains confidential data , that's why I've posted the formulas only , I only need to merge somehow those two, but unfortunately I didn't manage.

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,808

    Re: VLOOKUP with LEFT and FIND function

    The instructions explain that we expect to see a SAMPLE workbook with DESENSITISED data.

    There’s absolutely no way we can help without a workbook.

  5. #5
    Registered User
    Join Date
    07-22-2018
    Location
    Ireland
    MS-Off Ver
    2016
    Posts
    19

    Re: VLOOKUP with LEFT and FIND function

    Briefly what I try to achieve, by selecting the room on the specific day for that person to show automatically in the roster that which days in which room that person works. I have to merge first to assign that room and with the VLOOKUP to put in the room automatically but because I couldn't do without adding the sufix @ plus the room name at the final roster I would like to see that person's name only that's why I have to "cut" everything after.

    Sample workbook attached.
    Attached Files Attached Files

  6. #6
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: VLOOKUP with LEFT and FIND function

    firstly your current formula can be shortened
    =IFERROR(VLOOKUP("*"&$BI$3,AF3:AF27,1,FALSE),"")

    and could be dynamic but you column headers are numbers and not dates

    is the below the combining you want
    =IFERROR(LEFT(VLOOKUP("*"&$BI$3,AF3:AF27,1,FALSE),FIND("@",VLOOKUP("*"&$BI$3,AF3:AF27,1,FALSE))-1),"")

  7. #7
    Registered User
    Join Date
    07-22-2018
    Location
    Ireland
    MS-Off Ver
    2016
    Posts
    19

    Re: VLOOKUP with LEFT and FIND function

    Thanks a million davsth,

    Your combination works perfectly.
    Last edited by AliGW; 06-04-2021 at 07:01 AM. Reason: PLEASE don't quote unnecessarily!

  8. #8
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,808

    Re: VLOOKUP with LEFT and FIND function

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.

+ 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. Vlookup with Left function help!
    By vlookup7 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-15-2016, 12:23 PM
  2. [SOLVED] Left function on VLookup
    By Groovicles in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-20-2015, 11:44 AM
  3. [SOLVED] Cannot find Left function?
    By JasonLeisemann in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-17-2014, 04:29 PM
  4. [SOLVED] VLOOKUP with LEFT function
    By nislam123 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-02-2013, 05:03 PM
  5. vlookup with left function
    By bronkista in forum Excel General
    Replies: 5
    Last Post: 06-22-2011, 04:09 PM
  6. Replies: 2
    Last Post: 03-31-2011, 11:16 AM
  7. VLOOKUP w/ LEFT Function
    By AlanH in forum Excel General
    Replies: 10
    Last Post: 12-07-2009, 08:12 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