Lookup with Multiple Criteria - VLOOKUP, MATCH solved with DGET - Google Sheets

Поділитися
Вставка
  • Опубліковано 24 сер 2024
  • Learn how to do lookups with multiple conditions using DGET function in Google Sheets. This will solve common issues with INDEX/MATCH or VLOOKUP with multiple criteria & lookup values.
    #DGET #GOOGLESHEETS

КОМЕНТАРІ • 99

  • @user-tg6ty2le8c
    @user-tg6ty2le8c 4 місяці тому

    You are a star - you don't know what a big help this video has done!!!!!!!!!! 🙏🙏🙏

  • @JosephErlewein
    @JosephErlewein 4 роки тому +1

    Wow this helped me. I was looking to reference an existing address if "Lastname" existed in our member list.
    =IFERROR(DGET('Memberlist'!$A$1:$L$400,"Address",{Lastname;D2}))
    Then expanded this across some column headers and many rows. Wow, hundreds of address labels compiled in a minute.
    THANK YOU!

  • @a13ph0
    @a13ph0 5 років тому +2

    Love your videos! Frequent and consistently good content from you 😄
    Little nitpick about value ranges (categories): I use same number both as end of one range and start of the next one - this way I will not lose any values in-between, like 500 and a half, as 500 < 500.5 < 501.
    I commonly see datetime ranges sliced with leftover values (say, reports for Monday 00:00 -23:59, Tuesday 00:00 - 23:59, etc - losing the last minute of the day).
    Obviously this is only a problem if your values can at all fall in those cracks between your chosen ranges and you care about them.

  • @paulocardoso8566
    @paulocardoso8566 2 роки тому +4

    Adicionando que em alguns países como o Brasil, na hora de criar as Matrizes com os colchetes, o comando só funciona usando barra invertida ("\") no lugar da vírgula ... In some countries you have to use "\" instead of commas for the Curly Brackets formula

  • @juancarlosrojasvegal
    @juancarlosrojasvegal 4 роки тому +1

    Ive been looking for this solution for a while. Thanks a lot

  • @ranchanakiriyapong5097
    @ranchanakiriyapong5097 Рік тому

    Great Video! I've tried with vlookup looking for multiple columns but not successful. I have learned something new. Thanks.

  • @Chanderv31
    @Chanderv31 7 місяців тому

    Thank You very much for great explanation 3:00

  • @andrewo1072
    @andrewo1072 4 роки тому +1

    THANK YOU , THANK YOU, THANK YOU. Much love from Malaysia.

  • @lpanebr
    @lpanebr 5 років тому +2

    Nice to know about the comparison operators! Thanks

  • @malikastar9265
    @malikastar9265 Рік тому

    Very useful and interesting as usual, thank you

  • @x4ms
    @x4ms 4 місяці тому

    Thank you. Very helpful.

  • @georgesand5907
    @georgesand5907 3 роки тому +1

    Excellent !

  • @donembutido
    @donembutido 4 роки тому

    Awesome! worked beautifully, great explanation. much better than concatenating strings before doing vlookup

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому

      Make sure you watch the video about database functions in general so that you understand all the little weird details about these functions. Otherwise you may end up getting some funny results.

  • @vehuggans5520
    @vehuggans5520 4 роки тому +2

    Great video. How do you get the array bracket nested in the formula

  • @ssbdit
    @ssbdit 3 роки тому

    Very very helpful, Thanks

  • @azeravOS
    @azeravOS 2 роки тому

    This was helpful, thank you

  • @aarondianna3423
    @aarondianna3423 3 роки тому +1

    Hello, how would I look up the value with a close match and not an exact match

  • @abosaabeq1758
    @abosaabeq1758 11 місяців тому

    very usefull, thanks

  • @bit_Jon_Trader
    @bit_Jon_Trader 2 місяці тому

    This is great, but it seems it won't work with dates. I am trying to look up Year - Month in 2 columns in one table and both columns must match in the other table. Error
    No matches are found in DGET evaluation.

  • @user-wg5mk3bd3q
    @user-wg5mk3bd3q 6 місяців тому

    Thank You

  • @nieldo
    @nieldo 4 роки тому

    Great video, it helped me out. Thanks.

  • @cwlindWX
    @cwlindWX 5 років тому

    This is also perfect for finding dates between date ranges.

  • @GV-gn3mj
    @GV-gn3mj Рік тому

    Thanks for posting. Why in the minute 9.40 we had to use & to reference a cell and in the previous exercise we did not, we just name b2, d2 in the dget function?

  • @pleabargain
    @pleabargain 4 роки тому

    Thanks for posting! Very interesting!

  • @paulsalcedo5700
    @paulsalcedo5700 3 роки тому +1

    Can I use this to return a duplicate value (target column: A:A) and output that return value (C:C) based on one cell (B:B)? By the way, how can I reach you out to discuss this in-depth?

  • @jayagowda5797
    @jayagowda5797 2 роки тому

    Why am I not able to use semicolon in excel. It auto corrects full
    Colon and Throws an error #value!

  • @ali5t4ir
    @ali5t4ir 2 роки тому

    Yet another amazing video thank you! I really appreciate it if you could write me the formula to use the same DGET with an Array so it could fill down I've looked everywhere & cant find DGET with an Array formula - I have multiple conditions like above

  • @ryandart9523
    @ryandart9523 4 роки тому

    Is there a way to build in a does not equal aspect to the array? Or a way to filter out more to prevent the duplicate error?

  • @sitiaisyahmohdakahsah499
    @sitiaisyahmohdakahsah499 4 роки тому +1

    Brilliant! Can we have the table from different google sheets? How should we do that?
    Thank you in advance.

    • @santiibene2311
      @santiibene2311 4 роки тому +1

      yes, just use importrange, like this =DGET(IMPORTRANGE($O$2;$O$3);"Marca temporal";{"DNI","Examen";A$11,M$11})

  • @tomassarocky4644
    @tomassarocky4644 4 роки тому +1

    Hey, I didn't know how great DGET function is! However, how would you include DGET into an ARRAYFORMULA? Like you are copying the formula into each row, it would be even more powerful, if you can use ARRAYFORMULA to get that result automatically for each row. But how?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому

      I don't think you can.

    • @SunilKumar-ln2vr
      @SunilKumar-ln2vr 3 роки тому +2

      @@ExcelGoogleSheets is there any way to do with array formula when we have multiple criteria.

  • @latest4323
    @latest4323 2 роки тому

    while using importxml, there is lot of loading issue in the sheet, Kindly suggestion

  • @harshhonda8759
    @harshhonda8759 3 роки тому

    Hello sir Can you tell me how to make a individual employee training history record from a bulk training record

  • @TheWyntas
    @TheWyntas 4 роки тому

    Thank you very much

  • @JPAlpano
    @JPAlpano 2 роки тому

    Can you use DGet inside an arrayformula?

  • @SunilKumar-ln2vr
    @SunilKumar-ln2vr 3 роки тому

    can we use arrayformula with the Dget function?

  • @suparmanelmizan
    @suparmanelmizan 3 роки тому

    great video, is it possible to do a more than one dget, I mean if we had a more than just From and To, let say we add first transit, second transit, etc. And it changed the price. Is it possible with the DGET Function or we combined it with IF function? thanks

  • @TheProgesds
    @TheProgesds 4 роки тому

    DGET can link data form another file in googledrive?

  • @cdelgato19
    @cdelgato19 4 роки тому

    Great stuff, I used this formula before but for some reason I can't seem to get this one to work: =dget(Lunches!$A$1:$M,"Time",{"Employee Name","WorkDay";$A5,B$3}). I broke it down to just one lookup and it worked but when I add a second criteria I get the #VALUE error.

    • @cdelgato19
      @cdelgato19 4 роки тому

      I figured it out. The WorkDay field was formatted to return the day of the week but in actuality it was a number. I changed the formula and used the workdate field and works perfectly. Great Video!

  • @AlexSmith1
    @AlexSmith1 5 років тому

    I appreciate your videos! Thank you!

  • @adamzhu6047
    @adamzhu6047 4 роки тому

    can dget work with partial match? The criteria is "Y2019595" and in the database the cell has "Y2019553, Y2019595, Y2019616, Y2019665, Y2019695". Dget cannot find the value. Tried "=" &"Y2019595" but didn't work.

  • @alpabanker1220
    @alpabanker1220 4 роки тому

    Hello, which function should be used to get the date in format 'DD-MM-YYYY' from the given format which is '2020-04-20T16:30:04+00:00' which is on another Tab in the same work book. Please help.

  • @SatrioBudiDharmawan
    @SatrioBudiDharmawan 2 роки тому

    Sometime it have more than 1 result and when that happen it will throw error: More than one match found in DGET evaluation.
    How do I force it to take the last or first record?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  2 роки тому

      Use VLOOKUP instead

    • @SatrioBudiDharmawan
      @SatrioBudiDharmawan 2 роки тому

      @@ExcelGoogleSheets multiple criteria? Vlookup can do it?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  2 роки тому

      Watch the last part of this video for multiple criteria match ua-cam.com/video/6cwZoKdZh94/v-deo.html

  • @mohamedzedan1792
    @mohamedzedan1792 5 років тому

    please i want help in gs.code in google sheet . i can't send a message to you

  • @Mohammedbasim
    @Mohammedbasim 5 років тому

    OK THIS WORKS BUT I HAVE A PROBLEM.
    DGET(JUN!$A$1:$G$1000,"SOLD",{"DATE","ITEM NAME";D$1,$A80}) this is my formula
    in item name i am facing a problem. it is giving me more than one match found error even though there is only one match. but happend to find what the problem is
    DATE ITEM NAME
    4/6/19 50MM SOCKET DOOR ELBOW
    4/6/19 50MM SOCKET DOOR ELBOW (W)
    here you can see clearly these two are different but it is showing this as an NUM! ERROR. When i delete this item 50MM SOCKET DOOR ELBOW (W) , it is showing value for the the above item (no error). i tried removing the brackets but that doesn't work it still shows the same error.

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  5 років тому

      Share an example sheet please.

    • @Mohammedbasim
      @Mohammedbasim 3 роки тому

      Yes i have managed to fix it .
      Dget( data range , "header to pull from", {"header to match " ; "="&cell to match })
      Use the formula in the above mentioned way.

  • @cuneiformscript2665
    @cuneiformscript2665 4 роки тому

    🙏🏻

  • @jaguandebruno
    @jaguandebruno 4 роки тому

    I have an issue using the VLOOKUP and i think the issue is because the table i am using to search an id code is generated by a formula. Is that a limitation for VLOOKUP and there is any other function to find my data?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому

      No. Share an example.

    • @jaguandebruno
      @jaguandebruno 4 роки тому

      @@ExcelGoogleSheets Ok so this is my vlookup formula
      VLOOKUP(B2,Instructors!I2:J30,2,0)
      in the table or the boxes are populated with data except for one that is using a formula
      =ArrayFormula(IF(LEN(B:B),if(ROW(B:B)=1,"ID",TEXT(ROW(A:A)-1,"9900")),))
      to generate an ID number every time new data is inserted via Google Forms
      when i try to search the ID code using vlookup it says that he cant find it

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому

      Share an example sheet. Comments don't help/

  • @ConsulthinkProgrammer
    @ConsulthinkProgrammer 4 роки тому

    Can DGET call for two columns like Vlookup with array? I mean, in case with data in your video I want to call "Distance" and "Cost" as a result. How the formula would be like? Thanks :)

    • @ConsulthinkProgrammer
      @ConsulthinkProgrammer 4 роки тому

      Hm, for now-a-while I use Vlookup for handle that problem-question Sir.
      With my example:
      My database was some columns in A1 to D4 (Name, Birth Date, Class, Value)
      My example problem: In cell F1 to I4, I want to input data with two criteria (Name and Birth Date), and recall Class and Value as an output/results.
      My formula in column H2 is:
      =ArrayFormula(ifna(VLOOKUP(F2:F4&G2:G4,{A2:A4&B2:B4,A2:D4},{4,5},0)))
      I created unique_name from column A and B, and from column F and G which is "Name" and "Birth Date", this A2:A4&B2:B4 and F2:F4&G2:G4 (I called it "array-artificial-column") was the key.
      Again, that's "My own customize Vlookup formula"--that I just created--was inspiring by your youtube lecture video. Thank's a lot Sir :)

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому +1

      Yes, absolutely. Instead of "Distance" use {"Distance", "Cost"}

    • @ConsulthinkProgrammer
      @ConsulthinkProgrammer 4 роки тому

      Thank's Sir, your advice absolutely work for recall two columns (with ArrayFormula in front of the formula). But, as you said to reply the particular comment in this session, DGET--like OR function--did not support with ArrayFormula to get automatically result for each row.

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому

      Yes, it won't.

  • @tomascastrillon567
    @tomascastrillon567 4 роки тому

    Hi, I'm running with an error, maybe you can help me, when stated two very similar criteria, in this case K2 and K2Di2 it creates a value error. Any idea how this can be sorted without changing this data?
    This is the full syntax DGET('Listado precios'!$A$1:$D$41;"PVP";{"Modelo"\"Grupo";C7\G7})

    • @tomascastrillon567
      @tomascastrillon567 4 роки тому

      The solution you prupose in the comment section works fine if you do one cell at a time, but for dragging it along doesn't work.

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому

      The formula looks fine. Can't tell without seeing you data.

  • @TheEmjay19
    @TheEmjay19 3 роки тому

    Thank you, this is very informative. Question though, I keep getting -9999 as a result on DGET when it is supposed to be 50.4. Other cells are doing just fine but there are a couple of cells that produce this result. My code for all of the cells is =IFERROR(DGET(GSM!$A$1:$D,"Rainfall",{"Mun","Bar";$C526,$D526}),"")
    I am wondering why is that?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  3 роки тому

      Watch my video about database functions in general so you understand how matching works. It's possible for example that you have multiple options for Rainfall, like Rainfall Tomorrow, Rainfall Today etc. and database functions have very unusual way of handling text matches.

    • @TheEmjay19
      @TheEmjay19 3 роки тому

      @@ExcelGoogleSheets Thank you sir, I will watch the video you mentioned...
      No sir, I only have one column for rainfall... other cells for rainfall outputs are good, however, there are a few that are giving me -9999 outputs instead of the correct ones.
      I wish I can share with you the document or even just the screenshot.

  • @RajeshKumar-le1kb
    @RajeshKumar-le1kb 4 роки тому

    Hello sir I have dought can you please clear my dought

    • @RajeshKumar-le1kb
      @RajeshKumar-le1kb 4 роки тому

      I have three criteria what I wanna do that till a1:I1 I have user ID and in every user id have have a work in column user id is in a row what I wanna do who ever user have 1value that left column value I need with particular id

  • @joeychuang570
    @joeychuang570 5 років тому

    Thank you!

  • @Demitrix123
    @Demitrix123 Рік тому

    you are fucking hero

  • @DavidMarcadet
    @DavidMarcadet 5 років тому

    Thank's !

  • @Mohammedbasim
    @Mohammedbasim 4 роки тому

    DGET IS SHOWING MORE THAN ONE MATCH FOR
    160 MEDIUM
    160 MEDIUM BLUE
    it is seeing these two as the same item.
    clearly these two are different !!

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому

      change your criteria instead of A1 to "="&A1

    • @Mohammedbasim
      @Mohammedbasim 4 роки тому

      @@ExcelGoogleSheets that is not the problem. My criteria is like that . Somehow it is not understanding the difference . For eg:
      160 medium
      160 medium blue
      It is showing this as same
      But
      160 medium blue
      160 medium red
      It is understanding this as different. But not the first one.

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому

      I'm pretty sure if you make the change I suggested that will fix your issue.

    • @Mohammedbasim
      @Mohammedbasim 4 роки тому

      @@ExcelGoogleSheets (DGET(sale!$D$2:$F,"QTY",{"MONTH","ITEM";C$1,$B16})
      This is my criteria..which one should i be changing?

    • @Mohammedbasim
      @Mohammedbasim 4 роки тому

      @@ExcelGoogleSheets THANK YOU ! ITS WORKING !!

  • @ktj5396
    @ktj5396 5 років тому

    My DGET function keeps coming back with #VALUE - could this be because the sheets I am pulling from are queries?

  • @riteshpandey5082
    @riteshpandey5082 5 років тому

    This is good video but please sir always make video on script.

    • @YoungHumanClub
      @YoungHumanClub 4 роки тому

      why? some learn differently than others. I really enjoy his video style of teaching

  • @MrVictorTrincado
    @MrVictorTrincado 4 роки тому

    Many thanks for your videos!
    Please help me with this doubt... How do i know what is the criteria separator to spanish version of that function (BDEXTRAER - DGET)?
    BDEXTRAER(test!A$8:$H;"Folio DTE";{"Folio DTE";"Razon Social";"Monto Total",$I51;$H51;$M51})
    Google Sheets return #Error!

    • @MrVictorTrincado
      @MrVictorTrincado 4 роки тому

      I found the answer!!! I saw the light!!!
      =BDEXTRAER(test!A$8:$H;"Folio DTE";{"Folio DTE"\"Razon Social"\"Monto Total";$I51\$H51\$M51})
      If comma is used as decimal separator, then it is necessary to replace with "\"
      Thanks anyway and please upload more videos!

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому

      ua-cam.com/video/ljvB2arCsNQ/v-deo.html

  • @maxmeh2342
    @maxmeh2342 3 роки тому

    Pro tip: Cost in English is pronounced "Cahst" not "Coast".

  • @simplelife9216
    @simplelife9216 Рік тому

    getting Num error when i am using the same formula for my data DGET($A$1:$F$11935,"Qualified/Disqualified",{"Email ID","Month";I45,J45})