Extract UNIQUE Items for Dynamic Data Validation Drop Down List

Extract UNIQUE Items for Dynamic Data Validation Drop Down List

Leila Gharani

6 лет назад

547,489 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

MisterTAllred
MisterTAllred - 08.09.2023 18:57

Anybody ever have the problem of this formula returning a column of 0's? Is there a setting I'm missing Excel v2016

Ответить
Ronny Bjørnstad
Ronny Bjørnstad - 05.08.2023 11:18

That was a great explanation, thank you. But how du you continue with the same function further down Row D?

Ответить
Johannes
Johannes - 04.08.2023 22:40

Simply genius. Anything you don't know in Excel?

Ответить
gilbert finet
gilbert finet - 26.07.2023 01:10

Great Video!
To get a sorted unique list, you can use the followings:
IFERROR(INDEX(TableDiv[Division],MATCH(0,INDEX(COUNTIF(TableDiv[Division],"<"&TableDiv[Division])-SUMPRODUCT(COUNTIF($D$7:D7,TableDiv[Division])),),0)),"")

Ответить
TK
TK - 08.06.2023 08:35

Easiest way : You can copy unique values using advanced filter and then creating a list with data validation technique.

Ответить
Mohamed Abdelfattah
Mohamed Abdelfattah - 02.06.2023 02:38

awesome

Ответить
Tafheem Khattak
Tafheem Khattak - 04.04.2023 01:43

Thank you. it saved my day. Helped me in completing a project.👍

Ответить
Rocky Tiwari
Rocky Tiwari - 26.03.2023 16:30

Please explain if value greatet than 12hours but less than 24 hours count only unique items

Ответить
Carlos V.
Carlos V. - 20.03.2023 21:24

usually i understand all your videos.. but today...(add my english)... i didn't :D

Ответить
leofiatlux01
leofiatlux01 - 26.02.2023 16:39

You are a life saver, Leila! Tks!

Ответить
Kailua Boy
Kailua Boy - 20.02.2023 22:39

So good

Ответить
quoc huynh
quoc huynh - 30.01.2023 13:02

How about using a Pivot Table to save us from all the complex functions?

Ответить
Hadi
Hadi - 22.01.2023 23:20

the array nature of countif is the unlocker here!! awesome Leila! Thanks!

Ответить
Geekatari
Geekatari - 12.01.2023 05:15

Brain imploded

Ответить
csharp1990
csharp1990 - 15.12.2022 18:24

This is extremely helpful! I want to create a dropdown list using this technique, but also add one additional value that is not found in the unique list. Haven't found a way to do that yet..

Ответить
M Chao
M Chao - 08.12.2022 10:41

Excellent video, ingenious formulas. However, with Office 365 (now Microsoft 365), this whole lot is now much simpler: we could use the new UNIQUE function - right? And while we are at it, we can also do SORT(UNIQUE(<range>)). My only issue is that when I do it inside a drop-down list (data validation), Excel does not like my table references (e.g., TableDiv[Division]). Putting them under Name Manager or INDIRECT (with quotes) didn't work either. Can anyone help?

Ответить
sujeet samal
sujeet samal - 25.11.2022 02:59

Many questions in one class...thank you mam..

Ответить
Jim Bim
Jim Bim - 21.11.2022 08:40

You are beautiful 😍

Ответить
Jelmer Bakker
Jelmer Bakker - 10.11.2022 16:54

Hello, how can I now add the App column now to a dropdown? As such that you create a dependent dropdown? So you have one dropdown for division and the other for the app which are conected to each other.

Ответить
Vignesh Viga
Vignesh Viga - 31.10.2022 23:34

Can we use data validation in another sheet?

Ответить
Osama Alam
Osama Alam - 20.10.2022 22:15

Your voice is so annoying

Ответить
Alex Mair
Alex Mair - 19.10.2022 14:40

Great video! Worked well for me, until I DELETED an item from the original list. I'd love some idea's on how to make this more robust?

Ответить
INTURNS_WITH_INTERNS
INTURNS_WITH_INTERNS - 21.09.2022 11:52

leila, try directly to jump to the point.. you talk a lot... instead of talking what cannot be used, directly jump to what can be worked.

Ответить
princess odchimar
princess odchimar - 17.08.2022 08:49

Amazing and helpful video. Would you able to apply this if you are indexing unique values if two or more criteria is met?

Ответить
Pierre Mantha
Pierre Mantha - 16.08.2022 17:07

Hi
Just watched this Video - quite like your approach. I do have a different scenario I would like to submit.
I have an application where I need 5 different languages. And I have basically all my formula referring to a LANGVAL = to say EN or FR or SP etc.
In your example above, I set up division to be EN or FR with the APP side showing the values that I require. I am trying to get the APP values to display
in the lookup drop-down fields based on the language requested.
Any ideas on how to make that work? Thanks Pierre

Ответить
Travis Pluff
Travis Pluff - 03.07.2022 19:43

Best explanation of how to use OFFSET for data validation I've seen yet, well done. I've combined this with UNIQUE and FILTER for a cascading drop down based on powerquery tables. I always forget exactly how to do it and have to look it up and this is the best one I've found so far. Named Ranges help alot too. Good stuff.

Ответить
Vladimir Latyshenko
Vladimir Latyshenko - 16.06.2022 19:22

You are genuis! And thanks btw)))

Ответить
Marc Temura
Marc Temura - 16.06.2022 08:37

I don't know the explanation is a bit confusing to me.

Ответить
iREZARECT'EM
iREZARECT'EM - 16.06.2022 08:04

How much easier will this get if I need this, but the data is on another sheet lol Asking for a friend lol

Ответить
AYAAN gamer  op
AYAAN gamer op - 05.06.2022 14:45

Laila. I watch your videos with full attention but these sudden adds breaks it up. Thanks for sharing so nice videos. I hope you also give lectures on data science too.

Ответить
Daniel Duran
Daniel Duran - 03.06.2022 19:24

Brilliance, you are the best!! Love it

Ответить
Ifa Fauziah
Ifa Fauziah - 15.05.2022 14:09

Thankyou so much for your vidio, its help me

Ответить
Ilija Janicijevic
Ilija Janicijevic - 03.05.2022 17:15

The formula is brilliant. Just need to know how to avoid blank fields using the same formula?

Ответить
abeyah1
abeyah1 - 22.04.2022 01:00

Hi Leila, Love your videos! Is there a way to pull unique lists within the data validation list without having to use a separate table from columns A and or B? I tried using the filter formula and the unique formula but data validation lists do not like those formulas.

Ответить
Reid McClanahan
Reid McClanahan - 13.04.2022 18:03

I was able to replicate and get successful results, however, my referenced data table needs to be sorted by the specific column in order to provide the results as expected.

Ответить
Amit Sharma
Amit Sharma - 11.04.2022 09:10

Gd mrng leila

Ответить
Fernando Velasco
Fernando Velasco - 21.03.2022 19:21

You could use today a combination of Unique, filter

Ответить
Barackuse
Barackuse - 10.03.2022 00:55

Can this be done with numbers? Like 6.3215 ? (Random numbers separated with a decimal point)

Ответить
Leanna Bedard
Leanna Bedard - 21.02.2022 08:26

Hey there! This video does EXACTLY what I've spent DAYS trying to figure out how to do, but when I put the formula in the Data Validation box, it gives me an error telling me there's a problem with my formula. But, the formula works perfectly outside of Data Validation. What am I doing wrong?

Ответить
Animesh PRASAD
Animesh PRASAD - 18.02.2022 08:35

what is the difference between unicode 45 and 8208

Ответить
mike darood
mike darood - 15.02.2022 21:59

Leila, thank you for your directions
Your formulas are sexy

Ответить
PRAVAT SUTRADHAR
PRAVAT SUTRADHAR - 06.02.2022 23:45

Mam how do sabtotal unique value count in excel filter .

Ответить
S T E E P
S T E E P - 06.02.2022 18:17

My "divisions" table includes blank cells, so when I listed all the unique "divisions", it recognized the blank cells as unique "0". Has anyone tried this and fixed it? TIA

Ответить
Alexander Mason
Alexander Mason - 31.01.2022 08:23

Mind blown, amazing.

Ответить
Jan Meijering
Jan Meijering - 22.01.2022 11:34

Thanks Leila for all your wonderfull and informative videos, I learned a lot and with that I found an even more easy approach:
Format your source as a table
Put the following formula on a separate tab or hidden in cell A1 =SORT(UNIQUE(FILTER(Table2[Cities];Table2[Cities]<>""))) this formula returns a sorted list of unique cities without blanks from a table where it looks at the column Cities.
Reference in the data validation list to cel A1#

Ответить
Turk
Turk - 12.01.2022 18:03

Why didn't use a unique formal

Ответить
Irfan Mansoori
Irfan Mansoori - 28.12.2021 11:24

Awesome Leila.. You are a genius..

Ответить
Marc Abou Jamra
Marc Abou Jamra - 01.12.2021 17:25

I am having zeros "0" how do I remove them?

Ответить
Nattawut Sarunyanit
Nattawut Sarunyanit - 30.11.2021 10:07

thank you for your sharing. I have a question is if I want the dropdown list to locate in another sheet, how can I do?

Ответить