Hi.. thanks for the video. Here is a trick.. when using a table.. in the Source field of Data Validation, enter the range using cell coordinates, as in: =$A$2:$A$5 (meaning do not use Table Formula Nomenclature). You can type it in manually or paint it in via the cell pointer. If you do this, Data Validation will accept it as a valid range and it will dynamically expand or contract as you add or remove rows from the table. Doing it this way, you don't need to name the range or use INDIRECT and you don't need OFFSET. Also, for the formula example, you can use: =A2:INDEX(A:A,COUNTA(A:A)) as a named range and use the named range as the Source (does not require INDIRECT). For workbooks with high calculation overhead, this avoids use of the OFFSET function which is volatile. Thanks for the videos.. always learn something new. Thumbs up for TeachExcel!
@TeachExcel4 жыл бұрын
Thanks for the tips!! I am sure that they will benefit many, including me haha. I didn't know Excel would update the range in data validation if it points to a table range without the other naming step, big kudos for that tip! It turns out there are about a million different ways to make dynamic ranges these days and I find that kind of fun; in the comments on this video alone there are two alternatives to the offset function mentioned even - maybe it would be fun to make a video of all the ways to do it.
@sanjeebbhoi9781 Жыл бұрын
❤😊 I ❤❤❤❤❤❤❤😊❤😊❤😊❤❤❤❤❤❤❤❤❤❤❤
@TelstarTAK3 жыл бұрын
If you rename list entries in the table, how do you get the cells referring to the list to update/refresh the entries? Thanks.
@AriefAsakura5 ай бұрын
this is always my question, and still got no answer to this day
@elischrag84364 ай бұрын
same. Lmk if you've found the answer
@Luijeee4 жыл бұрын
thanks for this. Is there a way push updates to the table through to the data that is referring to the list? for example you rename Orange to Tangerine, and want all instances of Orange to be replaced with Tangerine
@consciousbean75202 жыл бұрын
I am searching for this too. Have you found a solution?
@robdesti65762 жыл бұрын
@@consciousbean7520 Just found out: ctrl+f and replace all your entries manually if possible. Only way I currently know how.
@AriefAsakura5 ай бұрын
@@robdesti6576 sad :(
@tiger9954Ай бұрын
You’re awesome ❤
@miltonswl93492 жыл бұрын
So helpful thanks buddy
@darrylmorgan4 жыл бұрын
Cool Tutorial!Thank You Sir :):):)
@TeachExcel4 жыл бұрын
Very welcome)
@marcos43253 жыл бұрын
Thanks, very helpful
@varadkale66394 жыл бұрын
Didn't know about OFFSET function, but used something like this =Indirect("A2:A"&countA(A:A)) for creating a dynamic drop down with data in column A where A1 contains column name.
@abrahameninla36154 жыл бұрын
I tried this method too and it's Ok. You can use the two formulas. Thanks, guys.
@TeachExcel4 жыл бұрын
There are so many interesting ways to make a dynamic range, thanks for this input!)
@General_DDay2 жыл бұрын
So good! Can this be done in google sheets?
@atananmathful4 жыл бұрын
The offset function is can use only when you have one drop down list , but if you have two or more drop down list that related to each other that you need to use "indirect function " you can't use offset but table is ok.
@TeachExcel4 жыл бұрын
Thanks for the note!
@Redzero0623 ай бұрын
Trying to edit my drop down to read the entire table because there's always expanding and decreasing places on my table. Big issue is data validation won't accept my table and only uses the cell as reference. Not sure if it matters but I have my listed data on a separate sheet. Is there something I'm doing wrong or will I just be forced to redo data validation each time I add a value?
@stewartbrown5333 Жыл бұрын
@TeachExcel Do you do personal consultations? I'm in need of some help and cannot find the exact concern I have on KZbin?
@sherryfox2273 жыл бұрын
Great tutorial. But I have a Dependent dropdown. Plus since it is being used by other with only basic Excel skills, I was trying to use the UNIQUE function to always have an updated list. But I have found there appears to be issues combining UNIQUE lists with offset named ranges and using dependent dropdowns. Is there a way to combine these???
@DigitalStarLord2 жыл бұрын
A very helpful tutorial. Thank you! You saved my gray hair from becoming... grayer :)
@surendrareddy23752 жыл бұрын
Hi, to the table created this way, how can we make the drop down list select multiple values. This way I achive 1. dynamically grow the table. 2. have multiple entries selected in each cell.
@FRANKWHITE19964 жыл бұрын
nice explained
@TeachExcel4 жыл бұрын
Thanks!!
@fulinsun90563 жыл бұрын
Hi I have a question: Say I have made some progress to my list, Tom - Apple and Jerry - Apple; but now I want to change(in the table) to "AppleBig" and "AppleSmall", the list I already made will not update automatically. Any fix for this?
@TeachExcel3 жыл бұрын
Seems like a problem maybe with how it is all connected. Upload a sample file along with your question to our forum and it will be easy to see whats up. TeachExcel Forum: www.teachexcel.com/talk/microsoft-office?src=yt_comment
@Luciano_mp4 жыл бұрын
Thank you.👍
@TeachExcel4 жыл бұрын
no problem)
@rollingthunder45992 жыл бұрын
First example. What if you want to be able to do this in every cell in a column, not just one cell????
@iresolvers3 жыл бұрын
My Excel 2019 offset command will not work I'm so frustrated
@kprotube23523 жыл бұрын
Food Video. But i want to make a point.. i guess even if we just use " = " and connect the required cell values, we are gonna get the same thing with '=' sign also .. so why complicate using formula. A B C D E 1 Apple =A1 2 mango =A2 3 4 Here we will get the same result what i was looking was the filtered list. like if i have same text multiple times in a column, i wanted to create the filtered list (text used only once) so that i can use COUNTIF function to get total number value of a particular item. Example :; if Apples are there in the column 'n' times, mangoes 'm' times, using COUNTIF function i should get the total count. I was looking filter List like we get in the Dropdown Column Filter. Request Suggest
@kathyroberts77774 жыл бұрын
Was following okay until you got to the last example. Whoa, if I got into your head I would be scared, if you got into mine you would be lonely. I will stick to the first example thank you, I have used this before but you gave me some extra pointers that will be useful. Thank you very much.