For more videos that cover random number or value generation see kzbin.info/aero/PL-n8f1cY_Qw_FyrtQzHiqktUC6PuqEzQE
@DougHExcel4 жыл бұрын
...
@primahadi_wijaya3 жыл бұрын
That “flash fill” thing is a star!! I always use the concatenate function in that situation! Really glad to find your video, Doug.
@DougHExcel3 жыл бұрын
Awesome! Thank you!
@danaaustinspeaks67303 жыл бұрын
You are a great, event paced teacher!
@DougHExcel3 жыл бұрын
Thank you! 😃
@anniepike58925 ай бұрын
F9 key not doing any changes on my excel 365, any suggestions
@DougHExcel5 ай бұрын
try the delete key in an empty cell
@LaRedCR3 жыл бұрын
Amazing trick!!! Subscribed!
@DougHExcel3 жыл бұрын
Thanks for the sub!
@joegurto3 жыл бұрын
Thank you. Just what I was looking for.
@DougHExcel3 жыл бұрын
Glad I could help!
@JCEurovisionFan19962 жыл бұрын
Good one, Doug. You could also use the XLOOKUP function.
@DougHExcel2 жыл бұрын
Hi John Christian, thanks for the comment! Absolutely XLOOKUP is a great alternative!
@raminashtari67193 жыл бұрын
That's really helpful, thanks 😊
@DougHExcel3 жыл бұрын
Glad it was helpful!
@MrBmic4 жыл бұрын
Good stuff. I am going to use this to randomly select the draft order for my fantasy football league. Thanks.
@DougHExcel4 жыл бұрын
Good luck!
@gamer95z4111 ай бұрын
Can you tell me how to get random names based on weighted probability such as the number of raffle tickets holding?
@Dauda1006 жыл бұрын
Learned alots from you Doug.
@DougHExcel6 жыл бұрын
Thanks!
@Luciano_mp6 жыл бұрын
Good tip, Thanks Doug!
@DougHExcel6 жыл бұрын
You're Welcome!
@lilianchr3 жыл бұрын
Super guide, is there a limit to the numbers on names you can have on the list?
@DougHExcel3 жыл бұрын
Hi lilianchr, thanks for the comment! In term of limits, not that I know of
@joegurto3 жыл бұрын
How can I generate the second and subsequent sets of names and exclude certain ones each time?
@DougHExcel3 жыл бұрын
one of these might help kzbin.info/aero/PL-n8f1cY_Qw8iJkY0bCyYxXijfeYIwbcd
@JCEurovisionFan19962 жыл бұрын
To answer your question, you have to use the XLOOKUP function, where you look at the given value and select the lookup array for that value, then you ask to give the return array for that value.
@johnclarke13192 жыл бұрын
thanks, clear as mud
@DougHExcel2 жыл бұрын
John Clarke, that is very interesting...thanks for letting me know.
@prajaypawar193 жыл бұрын
great video
@DougHExcel3 жыл бұрын
Thanks!
@ZAHIDHUSSAIN-ri5kg6 жыл бұрын
Many, many thanks Doug!
@DougHExcel6 жыл бұрын
You're Welcome!
@MTJ13 жыл бұрын
Gud explained
@DougHExcel3 жыл бұрын
Hi Hassan Khan, thanks for the comment!
@OzduSoleilDATA6 жыл бұрын
Very nice!
@DougHExcel6 жыл бұрын
Thanks Oz!
@Paul998-B4 жыл бұрын
Am a div,but like to see your vid,great work,hopefully one day my brain will get it right...
@DougHExcel4 жыл бұрын
You can do it!
@Paul998-B4 жыл бұрын
just trying now,going is slow,lol...
@Paul998-B4 жыл бұрын
Lol,i did say am a div,took all this time for me to see and hear that its a $ not a S.What a div i am...
@misskiki3154 жыл бұрын
By doing this, will the same name generate again? I have a group of 105 people that I need to split up into groups of 5.
@DougHExcel4 жыл бұрын
It should not unless that source list have same name in multiple rows.
@nandoflor3 жыл бұрын
Hey, any chance you can help me out? so here's the problem, I have a list with 600 workers names (column A - worker number, column B worker name, column C worker area). My objective is to create an excel where I can randomly select 10 workers of that list. After the draw I want to keep a historic of it, and for the next draw eliminate the names that already came out on the first draw. Thanks a lot, much appreciated!
@DougHExcel3 жыл бұрын
One of these in the playlist might give an idea kzbin.info/www/bejne/bGnTi2Orp7J5obM
@nandoflor3 жыл бұрын
@@DougHExcel I've seen them all and still haven't figured it out! Anyway thanks, all the best from Portugal!
@powerdriller41243 жыл бұрын
Shuffle the 600 of them as shown in this video, making so a list of 600 non repeated ones. Then take the first ten in the list as the first group, the next ten as the 2nd and so on..
@pequodexpress4 жыл бұрын
What would I need to do to go through the list selecting one name at random each time but be able to go through the entire list once without repeating a name?
@DougHExcel4 жыл бұрын
maybe one of these could help kzbin.info/www/bejne/kJDFZJyJesepqqM
@rubelhasan9685 жыл бұрын
very nice
@DougHExcel5 жыл бұрын
Thanks Rubel Hasan!
@2056ash4 жыл бұрын
how to add a button in excel with hyperlink of F9 to get the result by just clicking that button and not function key F9.
@DougHExcel4 жыл бұрын
An option is the record a macro and then attach the vba code from it to a button