+ Reply to Thread
Results 1 to 8 of 8

VLOOKUP seek three values return a fourth

  1. #1
    Registered User
    Join Date
    10-20-2022
    Location
    USA
    MS-Off Ver
    360
    Posts
    12

    VLOOKUP seek three values return a fourth

    Test.xlsx

    Hi Everyone

    On the attached file I'm looking for a formula that looks at the values in H, F and B columns and looks them up in the Available TAB and if these three values matches return the value in Column F from Available Tab into the L column in the ZONE TAB.

    Thank you very much in advance you guys are great.

  2. #2
    Valued Forum Contributor
    Join Date
    06-23-2021
    Location
    Romania
    MS-Off Ver
    2021, 365 v 2208
    Posts
    722

    Re: VLOOKUP seek three values return a fourth

    Hi,
    try
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Last edited by tanasedn; 02-03-2023 at 05:37 PM.
    Diana Tanase


    If the solutions offered helped you to solve your problem, then mark the thread as SOLVED (thread tools in the top menu) and you can click on * to add reputation to those who helped you, as a way to say thank you !

  3. #3
    Registered User
    Join Date
    10-20-2022
    Location
    USA
    MS-Off Ver
    360
    Posts
    12

    Re: VLOOKUP seek three values return a fourth

    Sorry formula is not working.

  4. #4
    Valued Forum Contributor
    Join Date
    06-23-2021
    Location
    Romania
    MS-Off Ver
    2021, 365 v 2208
    Posts
    722

    Re: VLOOKUP seek three values return a fourth

    In your sample you don't have a match. Is working. It returns blank.
    In column B in Zone tab you have only A01 code that not match any in Available sheet
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    10-20-2022
    Location
    USA
    MS-Off Ver
    360
    Posts
    12

    Re: VLOOKUP seek three values return a fourth

    Yes on my example there are no matches but once I create invneotry in the bab the formula works. the problem I have is once I drag the formula down to my last record the parameters also change where it starts looking for matches out of range returning no values. can this be prevented?

    thank you

  6. #6
    Valued Forum Contributor
    Join Date
    06-23-2021
    Location
    Romania
    MS-Off Ver
    2021, 365 v 2208
    Posts
    722

    Re: VLOOKUP seek three values return a fourth

    Maybe, if you can upload a sample with that issue

  7. #7
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,824

    Re: VLOOKUP seek three values return a fourth

    Why in the world would you supply a sample file where nothing matches?!

    A slight change to the formula above (so when it's copied down it still works):

    =XLOOKUP(H2&F2&B2,Available!$A$2:$A$6&Available!$C$2:$C$6&Available!$B$2:$B$6,Available!$F$2:$F$6,"not found",0)

  8. #8
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,899

    Re: VLOOKUP seek three values return a fourth

    Or try this

    =LOOKUP(2,1/(Available!$B$2:$B$6=B2)/(Available!$A$2:$A$6=H2)/(Available!$C$2:$C$6=F2),Available!$F$2:$F$6)

+ 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] VLOOKUP seek two values return a third
    By cristhianls in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 11-01-2022, 05:59 PM
  2. Vlookup return multiple values horizontally for a list of values
    By lucipurr in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-07-2018, 11:00 AM
  3. Getting Sum of values from VLOOKUP return
    By alonkey in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-05-2016, 01:07 PM
  4. Replies: 13
    Last Post: 10-13-2014, 02:00 AM
  5. [SOLVED] Compare text in three cells, return with yes or no in fourth cell
    By dawsonsoo in forum Excel General
    Replies: 3
    Last Post: 07-10-2014, 03:47 PM
  6. [SOLVED] Match 3 values and interpolate to find fourth
    By nate1 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-09-2013, 05:06 PM
  7. vlookup multiple values and return values
    By AMFISH in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-08-2012, 11:13 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