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

preview_player
Показать описание
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
Рекомендации по теме
Комментарии
Автор

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!

JosephErlewein
Автор

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

SudipChakraborty-dm
Автор

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.

aph
Автор

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

ranchanakiriyapong
Автор

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

juancarlosrojasvegal
Автор

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

andrewo
Автор

Nice to know about the comparison operators! Thanks

lpanebr
Автор

Very useful and interesting as usual, thank you

malikastar
Автор

Thank You very much for great explanation 3:00

Chanderv
Автор

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

paulocardoso
Автор

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

donembutido
Автор

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

vehuggans
Автор

This is also perfect for finding dates between date ranges.

cwlindWX
Автор

Great video, it helped me out. Thanks.

nieldo
Автор

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?

GV-gnmj
Автор

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

alitir
Автор

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

aarondianna
Автор

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?

ryandart
Автор

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?

paulsalcedo
Автор

can we use arrayformula with the Dget function?

SunilKumar-lnvr