Never used either of them before! I'm going with SWITCH next time!
@ExcelU2 жыл бұрын
Brendan!!!!!!!!!!!!!!! Thanks for your comment man, and glad you like SWITCH :)
@lindaflorence51742 жыл бұрын
Love, love, love Excel University training! Was unfamiliar with both Choose and Switch but now have those tools loaded in my arsenal. Thanks, Jeff!
@ExcelU2 жыл бұрын
Thank you for your kind note :)
@kevinmahernz Жыл бұрын
Thank you for this, I wasn't familiar with either function but will give switch a go
@therealjeffg2 жыл бұрын
Great video, thanks Jeff
@mcguiganmike7 ай бұрын
Switch it is! So glad I watched this video - nested IF statements are hell. Thanks!!!
@EricHartwigExcelConsulting2 жыл бұрын
Really great example of both functions and how they can be used in different ways!
@ExcelU2 жыл бұрын
Thanks ... glad it helped!
@EricHartwigExcelConsulting2 жыл бұрын
@@ExcelU I am looking forward to using them more thanks to your video so it defiantly helped. 🙂
@IssueBoyStefan Жыл бұрын
Switch of course, most of the time combining it with True() as a first argument. ;)
@mukeshbehera44998 ай бұрын
awesome. I would go with SWITCH one.
@roberth.95589 ай бұрын
Well done. Thank you.
@silaslee13339 ай бұрын
switch is a go, thanks!
@gandhisunil32 жыл бұрын
It is based on situation we have, sometimes we prefer choose, other times switch
@ashleymoore18458 ай бұрын
Definitely will use SWITCH. Very much like the VBA function “Select Case”.
@tobylmiller2 жыл бұрын
Great example of both, but I would default to Switch!
@SteveHonakerII Жыл бұрын
I have a particularly long statement in some complex sheets. Adding additional arguments has become quite difficult. I'm going to rewrite this to a switch. Solely for the sake of readability and expandability. I prefer to have a deep knowledge of a few functions to accomplish as much as I can. My new primary arsenal will now be: FILTER, LET, SWITCH, SEARCH, LEFT, RIGHT, CONCAT, IF
@philiphinton135013 күн бұрын
Could I suggest TEXTJOIN rather than CONCAT, Steve? CONCAT does this: =CONCAT(B14:F14) returns "RepRegionSalesMarginSwitch" with no delimiters unless we do this =CONCAT(B14&", "&C14&", "&D14&", "&E14&", "&F14) TEXTJOIN does this: =TEXTJOIN(", ",,B14:F14) returns "Rep, Region, Sales, Margin, Switch"
@GoWest011ned2 ай бұрын
SWITCH for the more complex situations and also affords more flexibility. CHOOSE for simpler scenarios.
@meteora888810 ай бұрын
Switch looks great 👍
@ajayshivpuje37978 ай бұрын
I am going with SWITCH function 😊
@micheltw2 жыл бұрын
With switch can you define array of multiple choice with curly brackets?
@ExcelU2 жыл бұрын
Yes ... however the formula will spill in order to return one result for each choice. One option to solve for that is to wrap the CONCAT and IFERROR functions around SWITCH. So, it would be something like this =CONCAT(IFERROR(SWITCH(A1,{1,2,3}, ...),""))
@RandyNevers7 ай бұрын
Switch rules!
@Mishkafofer Жыл бұрын
XL file download don't work. Excellent video.
@ExcelU Жыл бұрын
Sorry you were unable to grab the download file. I just tested and it seemed to work ok for me here. Email us at support@excelu.com and we'll email it no worries. Thanks Jeff
@meniporat352711 ай бұрын
2 comments if I may: 1. you can "overcome" the #VALUE! error in the CHOOSE formula, if you wrap it with an IFERROR 2. Two additional advantages of SWITCH over CHOOSE 1) CHOOSE can accept only positive integers whereas SWITCH can accept any integer (positive, negative, zero) 2) SWITCH can accept a decimal number whereas CHOOSE rounds the number down.
@ethanhunt642210 ай бұрын
switching to switch
@ventjemazzel88226 ай бұрын
SWITCH 👍
@muhammadsadiq23307 ай бұрын
earlier CHOOSE now SWITCH
@christosmylonas11 ай бұрын
switch!
@romelkarouw85158 ай бұрын
I choose "Switch"
@stevejez2 жыл бұрын
Another excellent video, thank you Jeff. I wonder who thought SWITCH was an appropriate name for this functionality. Surely it should be CHOOSES as in IF & IFS
@ExcelU2 жыл бұрын
Thanks! The name for SWITCH probably comes from programming languages which offer the same function :)
@johnkuczmanski6012 Жыл бұрын
I believe you use the switch function for IF, AND, OR statements.
@NPC-W10 ай бұрын
how about IFS vs SWITCH🧐
@bodinian6 ай бұрын
IFS works better in my opinion. If one function does not work, you can tell it to try a completely different function next. Switch only lets you use one function for everything listed.
@ericzhangozhin85328 ай бұрын
SWITCH
@fredkh9256 Жыл бұрын
Heisenberg
@FrancisXavierD6 ай бұрын
SWITCH is the winner
@jayanththealphamale12 күн бұрын
I'm such a loser for liking this. Can't help myself.