Quickly Create Multiple Dependent Drop-Down Lists in Microsoft Excel

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ส.ค. 2024

ความคิดเห็น • 150

  • @ethanallenhawley1052
    @ethanallenhawley1052 ปีที่แล้ว +13

    Heads up, if your data is in a format where you want to filter column B by column A you can use Unique(Filter()). The formula to make B dependent on what was selected in column A is Unique(Filter(A:B,A=[drop down cell for column A])). Create the drop down for column B based off the output of this function. This method can be extended across as many drop downs as you need. For column C, use Unique(Filter(B:C,C=[drop down cell from column B])). Create the drop down for column C based off the output of this function.

  • @someguy2972
    @someguy2972 ปีที่แล้ว +2

    About time somebody made a simple vid on this subject (in what should be something simple to do). Cheers.

  • @juliewiggins
    @juliewiggins 3 หลายเดือนก่อน +2

    When validating the data in the corresponding drop down list I receive the error 'The source currently evaluates to an error"

  • @squarepegpete932
    @squarepegpete932 6 หลายเดือนก่อน +2

    I haven't done this in a while, and I looked at a LOT of videos today. Yours was the clearest. Thanks for making a great video!

  • @MsSlySpy
    @MsSlySpy 2 ปีที่แล้ว +4

    Thank you! I watched a number of videos on this subject but most were way too complicated. So glad to find your video with your clear explanation and simple approach to this valuable feature.

  • @ageffner
    @ageffner ปีที่แล้ว +1

    I was "way" over thinking the complexity of how to do this using validation tables, and didn't like the approach chatgpt recommended, nor another author who also had a very complex approach. Your approach has to be the simplest I've seen. So succinct and on point. Thank you!

  • @ryannorris6128
    @ryannorris6128 4 หลายเดือนก่อน

    Excellent tutorial. Thank you for providing additional context as to how these ranges are setup and where to verify that they are correctly entered. I've set this functionality up before, but was blindly following steps without really understanding what Excel was doing - which made it impossible to debug when something stopped working correctly.

  • @tonythomas1545
    @tonythomas1545 3 หลายเดือนก่อน +2

    EXCELLENT VIDEO!!!!!! if you are using MS 365 online version. IT DOES NOT WORK using multiple sheets. you must use the desktop software. This was my frustration for it not working. I used the online 365 subscription Cheers!

  • @running4fun863
    @running4fun863 ปีที่แล้ว +1

    The best example and clear guideline , I looked at many this is the only one that worked. Thanks you made my day .

  • @yazmin4434
    @yazmin4434 2 ปีที่แล้ว +8

    Is there a way of removing blank cells from the drop-down list? For example, when you select 'Bananas' it lists:
    Cavendish
    Lady Finger
    Plantain
    Gold Finger
    (Blank cell)
    (Blank cell)

    • @VestedPumaa
      @VestedPumaa หลายเดือนก่อน

      Wish this had a reply to !!

  • @bestscenes1469
    @bestscenes1469 ปีที่แล้ว +1

    U can use substitute to replace the space and replace it indirectly with the underscore. This works

    • @bijugp4819
      @bijugp4819 11 หลายเดือนก่อน +1

      I did not understand this. Please can you explain further. I wanted to maintain the spaces between the words instead of removing the space or adding UNDERSCORE. Pls can you assist?

  • @shauryajain39
    @shauryajain39 ปีที่แล้ว +1

    For this specific data i used the index function (which i learned from one of your videos recently) for the amount column, saved me the hassle of clicking the amount for each individual item. Great tutorial ! Thanks !

  • @ekkiwurm7874
    @ekkiwurm7874 3 หลายเดือนก่อน

    Excellent video. Well explained and very, very useful. I tried it out and it works also perfectly with VBA. Thank you for sharing.

  • @agpsimoes
    @agpsimoes 2 ปีที่แล้ว +7

    Hello Jamie,
    Thank you for your video. Very helpful.
    Do you have a video explaining how to do 5 levels of dependent drop-down lists using function tables?
    Best regards!

  • @MohamedRagab-ud7ct
    @MohamedRagab-ud7ct 3 หลายเดือนก่อน

    this the most helpful explanation in the topic I have seen, thanks a lot.

  • @roberttaylor3594
    @roberttaylor3594 ปีที่แล้ว +1

    The easiest option i have found. Searchable is nice, getting rid of the blanks at the bottom of my lists would be nice...but neither is that big a deal. Simple to do= good!

  • @xaquison
    @xaquison ปีที่แล้ว

    Easy and powerful solution. Great video which is easy to follow.

  • @kellykammerer2292
    @kellykammerer2292 2 ปีที่แล้ว +2

    Excellent tutorial, thank you!!

  • @MRO-Management
    @MRO-Management ปีที่แล้ว

    awesome explanation, saved me, been a struggle I have been facing for a long time

  • @stephenhammond1745
    @stephenhammond1745 ปีที่แล้ว +1

    Experienced the problem with spaces in names (should have watched the whole video first). Used United States and found when I names the range it named it United_States. Solved by renaming all cities/countries to include the underscore where appropriate. Looks a bit weird but works. I also created multiple drop-down lists using the OFFSET/MATCH formulas which doesn't use named ranges and so doesn't have this issue, although it's a bit more complicated to set up.

  • @HamdanYouTuber
    @HamdanYouTuber 2 ปีที่แล้ว +1

    Thanks for sharing.
    Grretings form Indonesia

  • @CharishmaDCosta
    @CharishmaDCosta 2 หลายเดือนก่อน

    Thanks a ton.Your video was super helpful

  • @anjaliparhe8828
    @anjaliparhe8828 ปีที่แล้ว

    Thank you so much for this detailed explanation.. it's very useful..

  • @landonwoodruff
    @landonwoodruff 10 หลายเดือนก่อน +2

    I have followed your steps I believe exactly and when I go to type =indirect(A6) I get the following message . "The source currently evaluates to an error do you want to continue." Do you think you could tell me why this is?

    • @jasonstewart194
      @jasonstewart194 7 หลายเดือนก่อน +2

      I get exactly the same. Driving me f-ing crazy

  • @rosstucker3669
    @rosstucker3669 2 ปีที่แล้ว +2

    Good Explanation. Thank you.
    I found that Excel can be broken into two or more views. IF you did that then you could put the info on a second sheet and show both at the same time further enhancing a student's ability to take your tutorial information and apply it in their real world.
    QUESTION: What about when you are inserting a Dependent Drop-Down List into an existing Table? Unfortunately, your destination wasn't a Table whereas your data sources were Tables, which was fine. But my real world Table of Client orders [3 Columns: 1) Client drop-down, 2) Type drop-down, 3) VLOOKUP dollar value], fails on the second column even though -F9 picks the correct list items.
    Nice solution for the last Part - picking single choices (quantities) - you could use V/H/XLOOKUP and then the single choice would be automagically inserted into your 3rd column.

    • @TeachersTech
      @TeachersTech  2 ปีที่แล้ว +1

      You're welcome, I was going to do another video on XLOOKUP, I like that method more but thought this would be a good starting point for an easy solution.

  • @kamaltohme6943
    @kamaltohme6943 8 หลายเดือนก่อน

    This was extremely helpful, thank you

  • @johnathanmitchell7418
    @johnathanmitchell7418 11 หลายเดือนก่อน +2

    Help please!!! I continue to get “the source currently evaluates to an error. Do you want to continue?” And if I continue, nothing is available to drop down. Help please

  • @alfiedj
    @alfiedj ปีที่แล้ว

    Brilliant work. Simple to understand. Thank you sir!

  • @nermeenahmed774
    @nermeenahmed774 10 หลายเดือนก่อน

    Thank you I was able to follow and do it!

  • @MoniMeka
    @MoniMeka 5 หลายเดือนก่อน +1

    Cool tutorial!😁

  • @monyet2875
    @monyet2875 8 หลายเดือนก่อน +1

    I wish you told me this sooner about the spaces causing error. Is there a way to keep the spaces? I need to 3 different dependents following a path.

  • @babyozziey5028
    @babyozziey5028 2 ปีที่แล้ว +8

    Why when I entered =INDIRECT(TARGET CELL) it only returns error?

    • @rubina1618
      @rubina1618 2 ปีที่แล้ว +2

      Happened to me as well. Took me a while to figure out that the leading drop down column cannot have hyphens or spaces

    • @misscutesummer
      @misscutesummer 2 ปีที่แล้ว +2

      @@rubina1618 correct. Thank you for the tips. It also turns out no starting with 0. Just follow the rules on the name tag.

    • @pr7716
      @pr7716 ปีที่แล้ว +1

      It is still giving me error😢

    • @tropapips320
      @tropapips320 ปีที่แล้ว +1

      Same

    • @deidreamofd
      @deidreamofd ปีที่แล้ว

      +1

  • @woodlandxwarrior
    @woodlandxwarrior ปีที่แล้ว +3

    How does one go about leaving the spaces in without changing the naming? If possible I don't want to omit spaces nor do I want to use any characters such as underscore (_). Some of this data will be visible to customers and this makes it look somewhat messy for them. Presentation is everything.

  • @RachelBeachy
    @RachelBeachy 2 ปีที่แล้ว +4

    Excellent video, thank you! How would I make this work if my source data (the list of fruits) is on a different tab? In my case, the dependent cells show a drop down list but it doesn't expand when you click on it. When I put everything on the same tab it works, but I really need the drop down lists on a different tab.

  • @somethingelse419
    @somethingelse419 2 ปีที่แล้ว +1

    Thank you for this, but I think I'll check out your videos that provide other ways to do a dependent drop down. The issue is that I have to have spaces in the names.

    • @nathanmcclure4850
      @nathanmcclure4850 2 ปีที่แล้ว +1

      I found this formula elsewhere because I had the same problem: =INDIRECT(SUBSTITUTE(A1," ","_")). The range names on mine default to replacing spaces with underscores, so you may want to verify that that's the case with yours.

    • @nermeenahmed774
      @nermeenahmed774 10 หลายเดือนก่อน

      @@nathanmcclure4850 Thank you so much it worked

  • @BUSTAFELLA300
    @BUSTAFELLA300 ปีที่แล้ว +1

    Hi, would it work if I need my table in another sheet to make it look clean?

  • @igotkavorka
    @igotkavorka ปีที่แล้ว +1

    Is there a way to have multiple drop-down lists (multiple cells) all dependent on the same 1st drop-down list?

  • @telur_dadar
    @telur_dadar ปีที่แล้ว

    THANK YOU SO MUCH SIR! much respect

  • @hajirass8316
    @hajirass8316 2 ปีที่แล้ว

    Thank you so much sir for this video 😀👏

  • @DrBen-ci2jl
    @DrBen-ci2jl หลายเดือนก่อน

    Thank you very much for your video, it is beneficial. However, I have a question: What if I want the column of Amount, value to be assigned automatically instead of having a drop list, how do I do it? For example: in the fruit, I select (Apple), then I choose Fuji in the column (Type) and then in the column (Amount), I want the value 67 to appear automatically! How can we do that?

  • @salmaalaa6158
    @salmaalaa6158 2 ปีที่แล้ว +1

    very good jamie thank you

  • @CindyOldfather
    @CindyOldfather 4 หลายเดือนก่อน +1

    I'm using Excel 365 and I have my drop down styles in Col A. Headers are row 1 and the drop downs start in A2. In B2 I'm attempting to have a drop down of colors. I have done the data validation, list and entered =indirect(A2) in the Source. I should be getting the list of colors for the style in Col A, but instead I'm getting this message when I click OK in the data validation window - The source currently evaluates to an error. Can someone tell me what I might possibly be doing wrong. I have reviewed the video numerous times and can't see the problem. THANKS!

    • @ninajulianto9850
      @ninajulianto9850 3 หลายเดือนก่อน

      Hi! I am currently facing the same problem as well. Did you get to figure it out? I am confused as how to navigate from here

  • @mikedavis7035
    @mikedavis7035 ปีที่แล้ว

    Very helpful have you done a video on multiple I'm trying to do one for my garden and I have 7 dropdown I need to have Dependent Many Thanks

  • @theearthbd
    @theearthbd 2 ปีที่แล้ว

    Nice Presentation. Thanks

  • @AndriaMiliotou
    @AndriaMiliotou 2 หลายเดือนก่อน

    Hi! How i can do exactly the same table but with the space in the cases i have two words in a cell?

  • @cherit6175
    @cherit6175 2 ปีที่แล้ว +1

    I need to do this with multiple words in the drop down choices. How can I do that? For instance; apples and oranges as one option for the single drop down, pears and plums for another. Thank you

  • @marybaker8061
    @marybaker8061 ปีที่แล้ว

    ❤ I'm confused about the last couple minutes there. When you took out the space, why do you change both the blue table and the bottom chart?

  • @robertkiyosaki100
    @robertkiyosaki100 ปีที่แล้ว

    If you select a fruit and then a type from the lists....when you change the fruit from drop down list the type shown before for the previous fruit remains and has to be deleted otherwise creates confusions ....as happened at 0:33 when you changed APPLE to ORANGES but the type remained JONAGOLD until you selected the type of oranges

  • @Garcon6693
    @Garcon6693 ปีที่แล้ว +1

    Hi great video, I'm a window cleaner and was wondering, if instead of fruit I had addresses in column A
    and in column B I had payment methods
    Ie : cash, cheque, card, Bank Transfer and in column C is price, but column B is all mixed up, is it possible to extract, say, all cheque from B and add the total amounts of cheque and then extract bank transfer and add the total amount of Bank transfer and so on.
    I hope this makes sense

  • @simonmengue8504
    @simonmengue8504 ปีที่แล้ว

    Great one ❤

  • @stendie
    @stendie ปีที่แล้ว

    Great video! Thank you :)

  • @tabathahibbs2050
    @tabathahibbs2050 7 หลายเดือนก่อน +2

    It doesn't work. The dependent list doesn't populate. I've watched this video numerous times, followed along step by step. It doesn't work.

  • @jasingle
    @jasingle 10 หลายเดือนก่อน

    Can you show how you would call from another tab?

  • @siddiqurerahmanbhuiyan6901
    @siddiqurerahmanbhuiyan6901 9 หลายเดือนก่อน

    i am trying to open excel practice sheet on description .. but can not open it in my microsoft excel

  • @tjantzen
    @tjantzen 5 หลายเดือนก่อน

    Great video - now I get it :-) thanks

  • @budgiebreder
    @budgiebreder 2 หลายเดือนก่อน

    Im really trying to figure this out: i want to make it so i can choose a value such as the name of a worker and then the neighbouring column will come up with a group containing that value, such as the team the worker is in.
    I may not know which team the worker is in when using the sheet, so i want this to auto populate from a known list of all employees.
    Can someone help me?
    Aka this in reverse? Where i want the final part of the list to auto update the first part?

  • @fromuday
    @fromuday 9 หลายเดือนก่อน

    I have a question... My columns are dynamic, meaning that they could increase in the future. I would like to have all the column headers populated into a dropdown. Selecting a value from the dropdown, I want the rows in that column to be displayed in the adjacent cell.
    In simpler terms, let's say we have a sheet called Positions, that has columns: Position1, Position2, Position3,... They have rows such as Skill1, Skill2, Skill3, ... There is no limit to the Positions or the Skills, meaning, the table can increase bidirectionally.
    A1 has a dropdown to pick a Position. All the skills (rows) underneath this Position should be populated in B1:B.
    A3 has a 2nd dropdown to pick the 2nd Position. All the skills (rows) underneath the 2nd Position should be populated in B3:B.
    A8 has a 3rd dropdown to pick the 3rd Position, and so on...
    Dropdowns in column "A" can occur sporadic.
    With reference to this video, When we select "🍌" in A6, I want the Type to display all the types of Banana from B7 through B10; and not in a dropdown list.
    Have you come across this situation and know the solution to it? Any help on this would be much appreciated.

  • @chelseyaustin6015
    @chelseyaustin6015 ปีที่แล้ว

    how do you add more columns to the original table? i was able to add them to the drop down list, but the second column will not populate.

  • @user-dn9vd9xg9p
    @user-dn9vd9xg9p หลายเดือนก่อน

    Instead of no spaces in Granny Smith could it be Granny_Smith? with the underscore? I have a sentence on my table with several words to choose from. Surely I don't have to write that sentence with no spaces. Need Help.

  • @gerardvaneggermond2067
    @gerardvaneggermond2067 ปีที่แล้ว

    Hello, I have a question what if the columns are not next to each other but in a different place on the same sheet, how do I do that?

  • @sangeetatulsiyan314
    @sangeetatulsiyan314 8 หลายเดือนก่อน

    Does _(underscore) in header name and content also create an issue? your example is working for me but my actual data isn't working

  • @mjr7991
    @mjr7991 8 หลายเดือนก่อน

    Is there a way the you can force the dependents to update one the the main has been selected. Example, if you change Apple to Bananas, type will go to the first one on the list and the number gets updated at same time

  • @madhurratanghayra8240
    @madhurratanghayra8240 2 หลายเดือนก่อน

    How to solve the space problem ?..

  • @theresatimeforall5916
    @theresatimeforall5916 2 ปีที่แล้ว

    I thank You so much for this vedio..

  • @user-sc2wo3bi8r
    @user-sc2wo3bi8r 8 หลายเดือนก่อน

    An easy solution to the space problem is to have a 'helper' cell in between Fruit and Type, where a SUBSTITUTE formula replaces " " with "_" = =SUBSTITUTE(A6, " ", "_")
    The INDIRECT should then reference the helper cell rather than the Fruit cell

  • @gabrielvass3039
    @gabrielvass3039 ปีที่แล้ว

    Hi, I would like to ask, how can I solve a task, where the third level is dependent on the first level. Lets say, I selected apples, but in the third collumn I want to select the reseller (Apple = Apple Company; Bananas = Banana Company, ....). In your example, the third collumn was dependent on the second collumn. But I want a drop down list in the third collumn which is dependend on the first collumn (and have nothing with second collumn). Thank you

  • @22irvingst
    @22irvingst ปีที่แล้ว

    Hi Jamie, How do I use a multi dependent list with names that are two words, like your Granny Smith?

  • @bibhurath89
    @bibhurath89 9 หลายเดือนก่อน

    This is a great video.. Thank you for your effort and sharing this. Super helpful.
    However I am experiencing a small issue while doing this.. I selected "Apple" in 1st drop down and "Fuji" in 2nd dropdown. When I change the 1st Dropdown to "Banana" then "Fuji" remains same in 2nd dropdown until I change it manually.. is it something I am doing incorrectly or is there any solution to this.

  • @bachelorchowTV
    @bachelorchowTV 11 หลายเดือนก่อน +3

    FYI it won't work if your first dropdown range (top row in the table) has spaces. "Apples" works fine, "Large Apples" won't. You need to substitute an underscore or remove spaces to make it work. "LargeApples", "Large_Apples". The dependent dropdowns will work fine with spaces or other characters. "Granny Smith" = ok

    • @bijugp4819
      @bijugp4819 11 หลายเดือนก่อน +2

      Do we have any fixes for this? I would like to maintain SPACE between words. Pls guide me if possible

    • @thedailyscribe4653
      @thedailyscribe4653 6 หลายเดือนก่อน

      thanks for this :)

    • @bachelorchowTV
      @bachelorchowTV 6 หลายเดือนก่อน

      @@bijugp4819 Yes. What I did as a workaround is give the user a data validation list with spaces. Then I made a hidden VLOOKUP off to the side with the names without spaces, and used that hidden cell instead. Example: Cell A2 has a data validation list of Granny Smith Apples, Red Apples, etc. Hidden VLOOKUP formula in Cell B2 checks that name against a hidden table and spits out GrannySmithApples, RedApples, etc. Then I use cell B2 for the dependent dropdown stuff. User is none the wiser and it achieves the same effect.

  • @enasalfarra
    @enasalfarra 8 วันที่ผ่านมา

    it did not work with me, not sure why?

  • @duanegrist9870
    @duanegrist9870 2 ปีที่แล้ว

    How do you create a Price List with a Discription Colmn and Price Column

  • @childemperor5203
    @childemperor5203 3 หลายเดือนก่อน

    Does anyone else encounter this problem? Using the data points in the video as an example:
    I have a long list of fruits and under each a very long list of types. Everything goes smoothly when I input the data validation --> list (using the fruits as seen in the video). All fruits are in the drop-down menu as should. However, when I try to use the data validation ---> indirect in the cells next to the Fruit drop-down some of the Fruit types are not visible.
    For example, Apple shows all types as does Banana, but then Orange don’t. Any reason why?

  • @dhsnhmmhth1576
    @dhsnhmmhth1576 ปีที่แล้ว

    Thank you so much ❤️👍🏻

  • @kadowadickens5843
    @kadowadickens5843 2 ปีที่แล้ว

    hallo teachers tech can you use this formular to sort daily data for customers products if they make orders.

  • @Daho0omeyz1996
    @Daho0omeyz1996 4 หลายเดือนก่อน

    How amount can be shown without drop down list ?

  • @devikashanbhag8699
    @devikashanbhag8699 ปีที่แล้ว

    The Formulas thing does not work for me. When I select the entire table, by defaul 'Top Row' and 'Left column' both are selected. Even if I uncheck the latter and click 'OK', when I check the 'Create from Selection' again, both 'Top Row' and 'Left Column' are selected. Can someone help? I am using only one main and one dependent list, and both my lists are phrases - so multiple words.

  • @carolynsacdalan9912
    @carolynsacdalan9912 ปีที่แล้ว

    do you have a tutorial for PowerPoint conversation?

  • @FREDNAJAH
    @FREDNAJAH 2 ปีที่แล้ว +2

    Can this be done in google sheets?

    • @TeachersTech
      @TeachersTech  2 ปีที่แล้ว +3

      Yes, I am making a video this week on it.

  • @yashparmar3384
    @yashparmar3384 ปีที่แล้ว

    Does this function work if my table is in a separate excel sheet?

  • @alexsakini5321
    @alexsakini5321 ปีที่แล้ว

    Thanks so much Lord blessed.

  • @jamesdrury2387
    @jamesdrury2387 ปีที่แล้ว

    Why can't the columns be named numbers? For instance I have categories, 200, 450, 800.

  • @frostbite5516
    @frostbite5516 6 หลายเดือนก่อน

    Hey, i'm trying to do a dropdown list for prices. But I wanted it to be listed with names; for example, If I choose "Banana" from the list, it places "$ 3,60". Is that Possible?

  • @ivanalailadrobna
    @ivanalailadrobna ปีที่แล้ว

    Thank you!

  • @AlexTaldren
    @AlexTaldren 12 วันที่ผ่านมา

    Doesn't work. It says "Source evaluates to an error."

  • @jbjesulin1617
    @jbjesulin1617 11 หลายเดือนก่อน

    I can't copy the formula to the next column it's not upgrading..

  • @az015
    @az015 10 หลายเดือนก่อน +3

    Does not work!!!!

    • @dominicrozario8311
      @dominicrozario8311 9 หลายเดือนก่อน

      Probably you have Space in the Name of Headers

  • @aldotrillo4642
    @aldotrillo4642 ปีที่แล้ว

    How can I include a "Select all" option in a drop down list?, because once an option is selected I can't look all the options again.
    PS. Great tutorials!!!

  • @itninjaz
    @itninjaz 6 หลายเดือนก่อน

    what if your table is on one sheet and the list is on another sheet??

    • @itninjaz
      @itninjaz 6 หลายเดือนก่อน

      nevermind. I did something wrong and figured it out

  • @tropapips320
    @tropapips320 ปีที่แล้ว

    Help. When i do this, i always end up getting the message "The source currently evaluates to an error."

  • @1702Felip
    @1702Felip ปีที่แล้ว

    Thanks a lot for that

  • @jennifercondra4400
    @jennifercondra4400 2 ปีที่แล้ว

    Hi Jamie, I would like to create drop down lists on 5 columns but not able use xlookup as not excel 365. Is this possible? Thank you 🙂

  • @kukatlapallyabhishek8440
    @kukatlapallyabhishek8440 2 ปีที่แล้ว +1

    Good work#1

  • @BURTONizAjerK
    @BURTONizAjerK ปีที่แล้ว

    I want to create dependent drop down lists for item type, manufacturer, model #s. My list would have 58 item types, 2-20 mfg's, and 2-20 model #s. Can this be done?

  • @duanegrist9870
    @duanegrist9870 2 ปีที่แล้ว

    Actually a Catalog Number Column, Discription Column and Price column

  • @lisarasmussen106
    @lisarasmussen106 ปีที่แล้ว

    How can I create multilevel numbering in Excel? Like how in word it allows you to have
    1.
    1.1.
    1.1.1.
    I’ve been trying to figure out how to write a macro for this for months.

  • @jerameaskew3150
    @jerameaskew3150 ปีที่แล้ว

    This isn't working for me and I don't know what I am doing wrong :(

  • @peduncle2
    @peduncle2 ปีที่แล้ว

    What if you have only one type of bananas, for example? I'd like it to go ahead and just fill in the single available option instead of having the user pick an options from a drop down list with only one option.

  • @Zigyeltrobo
    @Zigyeltrobo 2 ปีที่แล้ว

    Thank you this was very helpful.
    So what if we have multiple sheets(countries) with the different fruit table because the available fruits in that particular country is not available in the other. Therefore the fruit table keeps changing with different sheets. So, 1: we select a country from the dropdown, 2: we select the fruit from the dropdown list, and last 3: we select the types according to selection `2`.
    Sorry for the lengthy question, I dont know the specific terms to explain but please if you have a solution for this I would be very grateful. _/\_

  • @eyaldalal3967
    @eyaldalal3967 ปีที่แล้ว

    you know how to do that (3 steps) on google sheets?

  • @edisuryadi6894
    @edisuryadi6894 2 ปีที่แล้ว

    how to hint blank cell in DL