Advanced Decision Making using CHOOSE in

  Рет қаралды 109,136

TeachExcel

TeachExcel

Күн бұрын

Пікірлер: 35
@PrasenjitSarkarSingapore
@PrasenjitSarkarSingapore 5 жыл бұрын
Fantastic! Was barely familiar with the CHOOSE function until I saw this video. You've motivated me to replace nested IFs with CHOOSE as well as to explore other uses of this versatile function in my daily work. Thanks a ton!
@largpack
@largpack 5 жыл бұрын
The choose function is a great way to get rid of the volatile function "Indirekt" that many people use to dynamically reference to different sheets which is not possible with Index-Match or Vlookup
@etorawa9367
@etorawa9367 5 жыл бұрын
Damn where you been my whole life, just found this channel. Great stuff!
@varchar3587
@varchar3587 5 жыл бұрын
Thanks for the video. To make it very clear, it wlould be good to show also what t would have been wth IF fuction
@juliusbiliran
@juliusbiliran Жыл бұрын
Great video. Now I can imagine its many practical uses in my work!! Thank you!!
@yanknoz9710
@yanknoz9710 5 жыл бұрын
Just subbed. Great tutorial. Clear and concise. Thank you.
@manojfmm
@manojfmm 2 жыл бұрын
Superb dear. Awesome method of explanation. 👍 From India
@Adam_K_W
@Adam_K_W 5 жыл бұрын
A great example of this is used to determine various holidays that fall always on specific days, i.e. Mother's day is always the 2nd Sunday in May. You can use: =DATE(A3,5,1)+7+CHOOSE(WEEKDAY(DATE(A3,5,1)),0,6,5,4,3,2,1) where the year is in cell A3 on a spreadsheet. The formula breaks out to =(Date(May 1st, [year entered in A3]) + (7days) + (the number returned from determining the Weekday of May 1st as the index, and the value [0,6,5,4,3,2,1]). i.e. in 2020, the Second Sunday is May 10th. May first, plus 7 days is always May 8th. May first falls on a Friday, so the WEEKDAY portion returns a 6. This is how the Index Number is determined. We want to return the 6th value from the list... The Choose Function has a value list of 0,6,5,4,3,2,1 -- the 6th value is 2. Thus: May 1st is a Friday, Plus 7 Days is Friday May 8th, Plus 2 more days gets you to May 10th, the second Sunday of the month for 2020. To Test this, set up a sheet, enter the year only in Cell A3, then copy/paste this formula into another cell.
@XIVxVIX
@XIVxVIX 5 жыл бұрын
The real heroes are in the comments
@ChristopherMangels
@ChristopherMangels 5 жыл бұрын
Thanks! Haven't used it yet. I'll probably stick to the trusted Index/Match combo with a named range or a table reference, though.
@spunjbom
@spunjbom 4 жыл бұрын
I've seen a couple of vids but this one made me sub. Great job!
@Michael-sy6wr
@Michael-sy6wr 5 жыл бұрын
Exccelent tip! I have never used this one, it's a lot helpful!!!
@SMITDEDHIA96
@SMITDEDHIA96 5 жыл бұрын
Very well explained! Thank you so much.
@katrinabryce
@katrinabryce 5 жыл бұрын
For most of these examples, it would be better to use the SWITCH() function. But but very interesting anyway as I didn’t know that CHOOSE() existed.
@bonob0123
@bonob0123 5 жыл бұрын
so it is array indexing? for an array of strings?
@joshuacalhoun231
@joshuacalhoun231 5 жыл бұрын
Can this work with Index(array,Match()) to let you know if you have multiple values that are the same, or like a VLookup if you want to look up the 2'nd or 3'rd occasion the look up value occurs? I recently told someone in an interview that the most complicated formula I've ever written was a nested if Formula. Obviously he thought I had no idea what I was talking about but you do! You mentioned something about it being able to help in this way in the beginning of the video. I'm an accountant and have to reconcile a lot of data and let's say you are doing payroll for thousands of employees so you are bound to have employees who get paid the same amount. I use the index match (with a double match function instead of just one [match (1,(A1:A500=D1)*(B1:B500=E1)]. It turns the formula into an array and then I have to do it for the other set of data to create references. I then go and find duplicates because it only gives you the first match and manually change those and finish it off by using one reference as the master file and creating a VLookup to a whole new generated set of numbers to create the true tick marks..... If I can get this to count the number of times an occurrence shows up in the data and put a .1 or .2 after the original reference number from the index match I wouldn't need to do the manual part or anything after that. I hope you were able to follow along. I'm a nerd, if you read this thanks for your time!!!!!
@razamoulvi8801
@razamoulvi8801 5 жыл бұрын
Thank for the video..👌👌👍🏻❤ its great😊
@jerichoevo9149
@jerichoevo9149 5 жыл бұрын
Great tutorial! Easy to understand.
@richardhamner4124
@richardhamner4124 5 жыл бұрын
Good stuff, thanks!
@darrylmorgan
@darrylmorgan 5 жыл бұрын
Nicely explained tutorial sir
@GeraSanz
@GeraSanz 5 жыл бұрын
I like your video but still dont get the use of choose function that you couldnt solve kind of easier and with less harded coded stuff with vlookup
@RobertLoPinto
@RobertLoPinto 5 жыл бұрын
The last 'complicated' example is more easily done and way more flexible using a pivot table.
@lkjkhfggd
@lkjkhfggd 5 жыл бұрын
If you use Choose with True/False, isn't it easier to simply use If?
@agslic
@agslic 4 жыл бұрын
Hi, i have dought on hyperlink, i will use concetate fonction using in herperlink, colums have same file name, i will use above function to view the listing link in another colums , it's working, but i cat link sub folders, give any idea, =Hyperlink(contecate("//file path/",file name or cell value,"file type"),"friendly name"))this formula i have using, pls give any suggestions for sub folders
@pareshoza7825
@pareshoza7825 5 жыл бұрын
Hi! Can u explain choos function with vlookup criteria
@Adam_K_W
@Adam_K_W 5 жыл бұрын
I think you would use Vlookup to determine the potential Index Number which would point you to the proper value in the value set you determine in the secondary parts of your arguments.
@sridharreddy887
@sridharreddy887 5 жыл бұрын
Google the reverse look up which will use VLOOKUP concept
@guyfacks1320
@guyfacks1320 5 жыл бұрын
value := array[1]
@aprado17
@aprado17 5 жыл бұрын
Spring stars in February!
@mostafa4321
@mostafa4321 5 жыл бұрын
Good insight However I would have preferred to have the examples in different sheets, as the one you presented is too crowdedd and distracting.
@ThisAIisStillLearning
@ThisAIisStillLearning 4 жыл бұрын
Are you Ryan Reynolds?
@rayyoungblood1195
@rayyoungblood1195 5 жыл бұрын
Xx
@wizengy
@wizengy 5 жыл бұрын
Choose with a logic function seems no different than an IF statement.
How to use Excel Index Match (the right way)
11:32
Leila Gharani
Рет қаралды 3,7 МЛН
А я думаю что за звук такой знакомый? 😂😂😂
00:15
Денис Кукояка
Рет қаралды 5 МЛН
One day.. 🙌
00:33
Celine Dept
Рет қаралды 54 МЛН
Confronting Ronaldo
00:21
MrBeast
Рет қаралды 27 МЛН
What type of pedestrian are you?😄 #tiktok #elsarca
00:28
Elsa Arca
Рет қаралды 38 МЛН
This Excel Chart will grab your attention (Infographic template included)
17:11
Excel 3D Formulas Explained (Sum Across Multiple Sheets)
9:12
Leila Gharani
Рет қаралды 380 М.
Excel DGET Function Solves 2 of Your VLOOKUP Problems
11:18
Leila Gharani
Рет қаралды 868 М.
SURPRISING Advanced Filter TRICK in Excel (You've Never Heard Of!)
5:59
Leila Gharani
Рет қаралды 1,2 МЛН
Progress Circle Chart in Excel as NEVER seen before!
10:31
Leila Gharani
Рет қаралды 681 М.
Searchable Drop Down List in Excel (Very Easy with FILTER Function)
11:00
А я думаю что за звук такой знакомый? 😂😂😂
00:15
Денис Кукояка
Рет қаралды 5 МЛН