+ Reply to Thread
Results 1 to 11 of 11

Vlookup? Xlookup? idk pls help!

Hybrid View

  1. #1
    Registered User
    Join Date
    03-10-2022
    Location
    San Diego, CA
    MS-Off Ver
    365
    Posts
    6

    Vlookup? Xlookup? idk pls help!

    Hey All,

    Need help with populating D2 with a car make from column B, if A2 contains one of the makes in column B.

    Same thing with populating E2 with a car model from column C, if A2 contains one of the models in column C.

    I really hope a formula like this exists!!
    Attached Files Attached Files
    Last edited by MilkyMotorsports; 03-10-2022 at 09:26 PM.

  2. #2
    Forum Expert wk9128's Avatar
    Join Date
    08-15-2020
    Location
    China Shanghai
    MS-Off Ver
    365 V2502 and WPS V2024(12.1.0.18543)
    Posts
    3,866

    Re: Vlookup? Xlookup? idk pls help!

    Cell D2 formula , Drag down and across

    Formula: copy to clipboard
    =LOOKUP(,-FIND(B2,$A2),B2)


    office 365

    Cell D2 , Drag down

    Formula: copy to clipboard
    =FILTER(B2:C2,ISNUMBER(FIND(B2:C2,A2)))
    Last edited by wk9128; 03-10-2022 at 08:23 PM.

  3. #3
    Registered User
    Join Date
    03-10-2022
    Location
    San Diego, CA
    MS-Off Ver
    365
    Posts
    6

    Re: Vlookup? Xlookup? idk pls help!

    No that doesn't work how I need it to. This would be closer, but it doesn't work:
    =LOOKUP(,-FIND(B:B,$A2),B:B)

  4. #4
    Forum Expert wk9128's Avatar
    Join Date
    08-15-2020
    Location
    China Shanghai
    MS-Off Ver
    365 V2502 and WPS V2024(12.1.0.18543)
    Posts
    3,866

    Re: Vlookup? Xlookup? idk pls help!

    I don't understand what you mean, please see the attachment
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    03-10-2022
    Location
    San Diego, CA
    MS-Off Ver
    365
    Posts
    6

    Re: Vlookup? Xlookup? idk pls help!

    It doesn't work how I need it to.

  6. #6
    Registered User
    Join Date
    03-10-2022
    Location
    San Diego, CA
    MS-Off Ver
    365
    Posts
    6

    Re: Vlookup? Xlookup? idk pls help!

    D4 & D5 need to have data, not 0s

  7. #7
    Forum Expert wk9128's Avatar
    Join Date
    08-15-2020
    Location
    China Shanghai
    MS-Off Ver
    365 V2502 and WPS V2024(12.1.0.18543)
    Posts
    3,866

    Re: Vlookup? Xlookup? idk pls help!

    @MilkyMotorsports Wait, D4 AND D5 What do you hope for?

    Could you pls put the results you expect in columns D and E?

    I'm on the way to my office, I'm free to answer your questions later
    Last edited by wk9128; 03-10-2022 at 08:48 PM.

  8. #8
    Registered User
    Join Date
    03-10-2022
    Location
    San Diego, CA
    MS-Off Ver
    365
    Posts
    6

    Re: Vlookup? Xlookup? idk pls help!

    What I'm looking for is attached -
    Attached Files Attached Files

  9. #9
    Forum Expert wk9128's Avatar
    Join Date
    08-15-2020
    Location
    China Shanghai
    MS-Off Ver
    365 V2502 and WPS V2024(12.1.0.18543)
    Posts
    3,866

    Re: Vlookup? Xlookup? idk pls help!

    Cell D2 formula , Drag down and across

    Formula: copy to clipboard
    =IFERROR(LOOKUP(,-FIND(B$2:B$5,$A2),B$2:B$5),"")
    Last edited by wk9128; 03-10-2022 at 09:48 PM.

  10. #10
    Registered User
    Join Date
    03-10-2022
    Location
    San Diego, CA
    MS-Off Ver
    365
    Posts
    6

    Re: Vlookup? Xlookup? idk pls help!

    Oh my god i love you thank you

  11. #11
    Forum Expert wk9128's Avatar
    Join Date
    08-15-2020
    Location
    China Shanghai
    MS-Off Ver
    365 V2502 and WPS V2024(12.1.0.18543)
    Posts
    3,866

    Re: Vlookup? Xlookup? idk pls help!

    @MilkyMotorsports You're Welcome. Glad to help . Thank You for the feedback

    If you finally get a solution please mark your thread as SOLVED:
    - Click Thread Tools above your first post,you will see the word PREFIX on the upper left, press the button to select [SOLVED] select "Mark your thread as Solved".
    - Please click on the *Add Reputation button at the bottom left. Whoever helps you, give it to whoever you like

+ 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. Replies: 11
    Last Post: 11-26-2021, 10:41 AM
  2. Vlookup/Xlookup with 2 conditions
    By mrencko in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-01-2021, 08:06 PM
  3. Multiple Xlookup or Vlookup help PLEASE!
    By Traffs in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-18-2021, 04:02 AM
  4. [SOLVED] Xlookup to replace VLookup in complex problem
    By jomili in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-08-2021, 09:56 AM
  5. [SOLVED] Xlookup vs vlookup
    By Mr_Phil in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-03-2021, 03:19 PM
  6. [SOLVED] Using xlookup/vlookup formula into a validated cell to return a value into that cell
    By Questray in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 05-14-2020, 11:51 AM
  7. Replies: 14
    Last Post: 09-28-2019, 10:32 PM

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