New REGEX Functions in Excel
8:02
Show Dates in Excel Pivot Table
2:31
Python in Excel Tutorial
11:48
7 ай бұрын
Excel SCAN Function
3:15
11 ай бұрын
Freeze Panes and Split Windows
5:21
Пікірлер
@syedaneesdurez7197
@syedaneesdurez7197 3 күн бұрын
Dear Sir, It is amazing. Please advise how can I learn Phython Excel to become master. Please guide and that will help to save my Job. Appreciate
22 күн бұрын
Awesome! exactly what I needed and very easy to follow!
@nadermounir8228
@nadermounir8228 3 ай бұрын
Thank you for this nice video
@santhoshmurali7682
@santhoshmurali7682 3 ай бұрын
👍
@jasongins
@jasongins 5 ай бұрын
I found that with a larger data set, the MySQL CSV import wizard was brutally slow, especially when trying to change the data type from text to datetime. The solution I found was to use notepad++ with a plugin called CSV Lint. It converted the csv file to an SQL insert query, and dropping that into MySQL was so much faster. Great tip on the date formatting in Excel - thank you!
@sheetskunk
@sheetskunk 5 ай бұрын
I feel your pain! I've imported some pretty large datasets into MySQL and it's unbearable sometimes 😒 Nice trick though, I'll have to try that plugin
@jasongins
@jasongins 5 ай бұрын
@@sheetskunk I can't take credit for it. I found it on a forum, maybe stack overflow, while searching for a solution. But it was easy to do even for a relative SQL beginner like me.
@sheetskunk
@sheetskunk 5 ай бұрын
@jasongins either way, it sounds pretty useful 👍
@femiologe5010
@femiologe5010 5 ай бұрын
On my Excel 2013 app, everything freezes with OLE message, even the "file" button freezes too. I practically can't do anything on it, not to talk using the features on it to address the issue. Anyway out?
@sheetskunk
@sheetskunk 5 ай бұрын
Yikes, that’s frustrating. Have you tried any of the options I listed? Safe mode, DDE option? Or does it freeze before you can even attempt?
@auggiecalahan3958
@auggiecalahan3958 5 ай бұрын
Hi dad! You did amazing! Keep up the good work
@FoxzLady
@FoxzLady 6 ай бұрын
🎉
@FoxzLady
@FoxzLady 6 ай бұрын
Hi! I have an extensive timesheet which at the end of the month I have to save as for the next month (I can’t make a template as each month I add or remove new employees with several employment data that needs transferring to the next month). I colour the cells of the data I transferred to the payroll software. When I save it as for the next month , is there a simple way to “uncolour” the cells? I can’t select all and do a no fill as there are columns that need the fill. I hope I’m making sense! Awesome, clear content!
@sheetskunk
@sheetskunk 6 ай бұрын
Hmm, I think I understand what you're asking. I'd probably have to look at it to really give you better advice, but you could apply some conditional formatting. There's a lot of ways you could do it. For instance, you could include a column which references the status of a transfer (with checkboxes or True/False). If you transferred an employee from the old sheet to the new sheet, you can check off the box in the cell for that row. Then set up conditional formatting rules for the appropriate fields to automatically remove colors when the box is unchecked, representing new employee data. Does that make sense?
@FoxzLady
@FoxzLady 6 ай бұрын
@TheMrMishutka
@TheMrMishutka 6 ай бұрын
Isnt Choose easier for this eg: CHOOSE(LEN(B2),"Pass","Eh…","Not bad","Get your ticket!","Must See") or CHOOSE(d2,0.2,0.15,0.10,0.07) - this is a bit shorter as you dont have to repeat the value. The only thing is you dont have an "anything else" result, but to be honest it might be better to error that anyway, or you could wrap the choose in IFERROR
@sheetskunk
@sheetskunk 6 ай бұрын
Easier? Maybe. It depends on the situation. In my example, CHOOSE would work well and be less lengthy. SWITCH is just another option for when CHOOSE can't do the same alone. You're right, that you could wrap CHOOSE in an IFERROR as a catch-all. But CHOOSE also relies on an index number to determine the return. So if I didn't end up using a five-star rating, or the employee tier, and instead used some kind of text alternative, then you'd have to include something like a MATCH function for the returns. At that point, I'd probably prefer to go with SWITCH. But great point!
@nadermounir8228
@nadermounir8228 6 ай бұрын
Thank you for this bcje video 📹 👍
@fightinbluhen51
@fightinbluhen51 6 ай бұрын
Will the values accept an array? IE, if you have an expression to scrutinize, can you then put the test values into an array and call the array?
@sheetskunk
@sheetskunk 6 ай бұрын
In a way, yes. But it is very limited! The values/result in your array would have to match exactly to the expression to return the results in a single column. However, you can get around it with other functions, but Switch isn't necessarily built for it. In most cases where I've used it, Switch only correctly evaluates the first element of the array. I could be wrong, but I can't think of a way to make it work without using some combination of alternative functions.
@LynnEllison
@LynnEllison 6 ай бұрын
Thanks! That was really simple!
@sheetskunk
@sheetskunk 6 ай бұрын
No problem!
@skenming
@skenming 7 ай бұрын
1:20
@hravichandran
@hravichandran 7 ай бұрын
நன்றி..
@nadermounir8228
@nadermounir8228 7 ай бұрын
Nice video and good explanation !
@sheetskunk
@sheetskunk 7 ай бұрын
Thank you!
@UtuDudas
@UtuDudas 7 ай бұрын
Groupby and pivotby aren't great because they would replace pivot tables, but because they can be used inside complex nested formulas
@sheetskunk
@sheetskunk 7 ай бұрын
Great point! It's a nice added feature, but shouldn't be seen as a replacement to pivot tables. An example of its true benefit is as you suggested.
@AboladeFalarunu
@AboladeFalarunu 7 ай бұрын
I don't want to use all sheets but using the control button is not working
@sheetskunk
@sheetskunk 7 ай бұрын
Hmm, that's strange. Well, instead of shift or control, you can select the range from a single tab, then enter a comma. After the comma, select the range from another tab. For more tabs, just repeat the process.
@jacob9060
@jacob9060 7 ай бұрын
"Promo SM" 😇
@deepu03393
@deepu03393 7 ай бұрын
Is it possible to subtotal index numbers make it dynamic
@sheetskunk
@sheetskunk 7 ай бұрын
Absolutely! If you're referring to the function selection, one way to do it would be to set up a drop-down list. So, if your drop-down selection is "Average", the corresponding cell would produce the number 1. When you create your SUBTOTAL formula, instead of inputting a static number, simply reference the cell that is dependent on the drop-down. If you meant making the actual range dynamic, you can do that as well. However, it depends on the situation. You could set up a table if you're just talking about including new rows to the data. Or if it's separate column indexes, you could do something similar to the example of using a drop-down. But instead of selecting a different function, you could select a different table column to subtotal. It all depends on what you're trying to do. But it is possible.
@Freemarkets1236
@Freemarkets1236 8 ай бұрын
Nice. All these years and I wasn’t aware of this. Granted I use pivot tables 99% of the time.
@sheetskunk
@sheetskunk 8 ай бұрын
Nothing wrong with that! It’s nice having options 😀
@RMW90
@RMW90 8 ай бұрын
Hello and thanks for this trick. A question though, is it possible to have the search function over 3 columns not just one.? If i expand the search to another column I get a value error. At the moment my work around is to a sheet for each type of search. Not very ideal. i also want to incorporate that results start populating as I type but I use excel rarely so its slow going haha.
@sheetskunk
@sheetskunk 8 ай бұрын
Hi! Yes, you can do this. I have another video that somewhat breaks this down with one sheet, but you can adjust the formula to include multiple. The video also tells you how to make it filter down and change the results as you type. Here's the video 👉 kzbin.info/www/bejne/bmq0coR9btCFaa8si=mJa7u6U8LeGJAl7R But as a quick example, to filter on multiple sets of data, your formula would look something like this: =FILTER(VSTACK(Table1,Table2),ISNUMBER(SEARCH(Sheet2!$B$1,CONCATENATE(INDEX(VSTACK(Table1,Table2),0,1),INDEX(VSTACK(Table1,Table2),0,2),INDEX(VSTACK(Table1,Table2),0,3))))) Although in this formula, I'm only combining 2 sheets (or tables), and specifying the first 3 columns to search on. And cell B1 is where I would enter the text to search on. Hope that helps!
@RMW90
@RMW90 5 ай бұрын
@@sheetskunk That formula did the trick. Now searching across 3 pages. Thank you so much.
@sheetskunk
@sheetskunk 5 ай бұрын
That’s great! Glad it worked out 💪
@alexrosen8762
@alexrosen8762 8 ай бұрын
Wow... great stuff 👌
@MrFreddyreddy1
@MrFreddyreddy1 8 ай бұрын
A well rounded and rather enjoyable video tutorial. I've learned a lot today. Keep up the good work and continue to produce top quality videos like this one!
@sheetskunk
@sheetskunk 8 ай бұрын
I appreciate it! Thank you 😊
@MaydayAggro
@MaydayAggro 8 ай бұрын
Definitely place data in tables first, and reference the tables instead of static ranges. Even better - use PQ.
@jtmh31
@jtmh31 8 ай бұрын
Preach. I tell people that if you're not using tables to manage your data, you're doing it wrong. Structured references are so much better to use in formulas.
@mddelwarhossain772
@mddelwarhossain772 8 ай бұрын
Please help How to multiply in excel 5*7 within one cell
@sheetskunk
@sheetskunk 8 ай бұрын
Hi, I'm not sure if I'm understanding your question. If it's a simple problem of multiplying 5 and 7 in a single cell, you would just type =5*7 and your output would show the number 35. Does this answer your question?
@hasanmohammadtareq89
@hasanmohammadtareq89 8 ай бұрын
Nice
@wilburjacobi
@wilburjacobi 8 ай бұрын
🤤 P r o m o s m
@nadermounir8228
@nadermounir8228 8 ай бұрын
Thank u Chris for this nice video 📹 👍
@auggiecalahan3958
@auggiecalahan3958 8 ай бұрын
Hi dad
@nadermounir8228
@nadermounir8228 9 ай бұрын
Thank you for this nice video 📹 👍
@nadermounir8228
@nadermounir8228 9 ай бұрын
Thank you for this insightful video 📹
@abc-ku2zw
@abc-ku2zw 9 ай бұрын
THANKS
@howardwaxman967
@howardwaxman967 9 ай бұрын
I'm an 'insider' and do not see this feature yet. Checked Customized Ribbon Bar and nothing there. A quick search revealed no details on this feature - just the Forms Controls and legacy ActiveX Controls.
@howardwaxman967
@howardwaxman967 9 ай бұрын
OK, inexplicably, my insider subscription was not active on my primary computer - enablement resolved this...thanks!
@kevint7072
@kevint7072 10 ай бұрын
Seems like an over complicated method of writing in cell F12 the formula =F11+D12 ?
@sheetskunk
@sheetskunk 10 ай бұрын
Yeah the scan function is better served in other situations. I just chose a simple addition example to show how the scan/lambda functions are formatted and operate.
@nadermounir8228
@nadermounir8228 10 ай бұрын
Thank u for this nice video 📹 👍
@sheetskunk
@sheetskunk 10 ай бұрын
Thanks!
@nadermounir8228
@nadermounir8228 10 ай бұрын
Nice tricks thank you for this nice video 📹 👍
@nadermounir8228
@nadermounir8228 10 ай бұрын
Very nice 📹
@mikev637
@mikev637 10 ай бұрын
Great! Thanks!
@sheetskunk
@sheetskunk 10 ай бұрын
Glad I could help!
@jordiprochorov6901
@jordiprochorov6901 11 ай бұрын
You are an amazing instructor. I can't wait to get this feature.
@sheetskunk
@sheetskunk 11 ай бұрын
Thank you so much! 😊. It really is a feature I’ve been begging for and so glad it’s finally here.
@jordiprochorov6901
@jordiprochorov6901 11 ай бұрын
Awesome function ... I just used it in all of my sheets that have running totals. Thank you so much for sharing.
@sheetskunk
@sheetskunk 11 ай бұрын
I’m so glad you like it! 👍
@SAHIR129
@SAHIR129 11 ай бұрын
Hi, would you pls zoom your worksheet because it's unable to read anything clearly.
@sheetskunk
@sheetskunk 11 ай бұрын
I'm sorry about that! I've been trying to be more conscious of how well everyone can see what I'm doing through each video. Unfortunately, KZbin Editor doesn't give me the option to zoom in after it's been published. But if you need any clarification on any of the steps, just ask! ** I've considered posting a video update with the worksheet steps zoomed in. So if I do that, I'll be sure to update the description to include the link.
@JoseAntonioMorato
@JoseAntonioMorato 11 ай бұрын
A better way to use CONCAT: =MAP(A2:A6,B2:B6,LAMBDA(a,b,CONCAT(a,"@",b,".com"))) 🤗
@JoseAntonioMorato
@JoseAntonioMorato 11 ай бұрын
Matrix formulas do not require dragging, as they spill: Movie: =TEXTBEFORE(A2:A9,{":";" -"}) Release Year: =TEXTAFTER(TEXTBEFORE(A2:A9," -",-1),":",-1,,,"") Producer: =TEXTAFTER(A2:A9," -",-1) 🤗
@sheetskunk
@sheetskunk 11 ай бұрын
Good catch! That would certainly make it faster 👍
@akhileshjain9173
@akhileshjain9173 11 ай бұрын
great trick!
@kangsungho1752
@kangsungho1752 11 ай бұрын
Letters are too small to see
@sheetskunk
@sheetskunk 11 ай бұрын
Sorry about that. I’ll keep that in mind for future videos. Thanks for letting me know!
@Kevin-bz4nt
@Kevin-bz4nt 11 ай бұрын
How do you get that detailed explanation window when you enter a formula?
@sheetskunk
@sheetskunk 11 ай бұрын
I’m pretty sure it’s a specific feature to Excel on the web. I’ve tried activating it on desktop but it doesn’t look the same
@shahfaisal3923
@shahfaisal3923 11 ай бұрын
I'm using Microsoft Office 2021. I don't have LAMBDA in my office?
@sheetskunk
@sheetskunk 11 ай бұрын
Hi! Unfortunately, stand alone licenses of Office that didn’t include LAMBDA at the time of purchase, don’t get updated with new functions/tools. That’s why MS pushes the 365 subscription so any new updates are added. But you can use Excel on the web for free. Otherwise, you can use a different set of functions depending on what you’re trying to do.
@pancholitachiu23
@pancholitachiu23 11 ай бұрын
Very well explained, thank you, I’ll see if I can find a use case.