S1E9 Dropdown List
3:25
10 ай бұрын
S1E8 CONCAT
4:07
11 ай бұрын
S1E7 Text Column
4:09
11 ай бұрын
S1E6 Flash Fill
3:52
11 ай бұрын
S1E5 Scatter Chart
4:02
11 ай бұрын
S1E4 XLOOKUP
6:28
11 ай бұрын
S1E3-VLOOKUP
3:55
Жыл бұрын
S1E2-Table List
4:11
Жыл бұрын
S1E1-Pivot Table
4:49
Жыл бұрын
Пікірлер
@eugene6656
@eugene6656 7 сағат бұрын
the background music is to quiet, make it louder next time please so i can understand less
@raghavendratr3415
@raghavendratr3415 Күн бұрын
Can we make multiple cells combo for dropdown list
@ostwales
@ostwales 7 күн бұрын
thanks! - i was stuggling with what chatgpt was telling me!
@DougHExcel
@DougHExcel 6 күн бұрын
Beat the AI 🤣…Glad I could help!
@Druidor
@Druidor 8 күн бұрын
Great video, always had issues making doughnut charts like this
@DougHExcel
@DougHExcel 8 күн бұрын
Glad you liked it!
@agelee89
@agelee89 9 күн бұрын
How to switch off the time conversion when we change type from datetimezone to datetime?
@craigw8249
@craigw8249 9 күн бұрын
Hi thanks for this - do you know if there is a way to replace the source data without the query breaking? (Ideally, when the source data is located on a different workbook sheet) I have tried replacing the data (manually) with the source data on the same sheet in the first instance but as soon as I use copy and paste to replace that source data, the query breaks because it is looking for a table name and where I believe this has been replaced when I pasted over the original source data. I have tried pasting new source data under the existing source date headings in the hope that the original table name in the query would be retained but excel sees right through that little ruse. Thank you :-)
@darylmendoza4081
@darylmendoza4081 11 күн бұрын
Thank you. Ive been looking for this excel formula for quite some time. Saving this for future reference.
@nguyenann1707
@nguyenann1707 12 күн бұрын
thank u so much Doug. u save my day!!!!
@priscillajallah307
@priscillajallah307 14 күн бұрын
Thank you 👍🏽 this is what I was looking for
@elfridtech
@elfridtech 16 күн бұрын
Awesome, clear, straight to the point, thank you :)
@willian1544
@willian1544 16 күн бұрын
Explanation starts at 4:05
@HRTownsend-zt3su
@HRTownsend-zt3su 16 күн бұрын
Nice! I wonder if Google Sheets have this feature.... Does anyone know?
@TheKnoxcountry
@TheKnoxcountry 18 күн бұрын
You’re the man!!! Saved me from entering a half day down in the web searching rabbit hole.
@DougHExcel
@DougHExcel 17 күн бұрын
Glad this helped you avoid the rabbit hole! 👍
@SoySantiagoCastillo
@SoySantiagoCastillo 18 күн бұрын
Question, I really, REALLY NEED HELP. In the main table, if I change a value, it erases my manual input. How can I stop that? Would appreciate your help!
@BlueTemplex
@BlueTemplex 18 күн бұрын
agh my issue is my hours cell is NOT calculating for some reason
@charlesburchfield5900
@charlesburchfield5900 18 күн бұрын
Maybe I'm just stupid but for the life of me I can't understand why anyone would want to use this complicated bullshit.
@danielcortes3799
@danielcortes3799 19 күн бұрын
what if i have something like SUAREZ Luis how do I separate that, thnks
@footprint6105
@footprint6105 19 күн бұрын
How do you maintain scaling across bubble sizes over the years. In year one rev is $1M bubble size is shown, year 2 it increases to $1.5M scaling of the bubble size remains within the year of review how do you link all years so you see the bubble increase as the years move.
@claudiamtzj
@claudiamtzj 20 күн бұрын
very useful, thank you :)
@DougHExcel
@DougHExcel 19 күн бұрын
You're welcome!
@ZaidHossain-qy2df
@ZaidHossain-qy2df 20 күн бұрын
thanks man.. good tutorial
@DougHExcel
@DougHExcel 19 күн бұрын
You're welcome!
@musicredsubaru
@musicredsubaru 21 күн бұрын
Happy New Year 2025! This is my third time reviewing this video to refresh my memory and make a new check register in my Excel worksheet. I dumped Quicken for this, and I've never looked back. 😄
@DougHExcel
@DougHExcel 21 күн бұрын
🤩 happy new year! I'm always happy to hear it's helping! Thanks for coming back😃
@seedmatrix
@seedmatrix 22 күн бұрын
I’m going to give this a try. I need to build an Excel file that will have about 12k rows. It will be used by about 20 people. They will be entering values in a forecast column. Anyone see any issues with this working while several people are working in the same file at the same time?
@seedmatrix
@seedmatrix 22 күн бұрын
This is going to be a game changer for me. I’ve been trying to figure out how to do this. Thank you very much.
@DougHExcel
@DougHExcel 19 күн бұрын
You're most welcome!
@stephenbozzone1116
@stephenbozzone1116 25 күн бұрын
Doug, I just found your channel today and I’m loving it! I had a pdf where the table spanned multiple pages. Is there an easy way to append the tables?
@DougHExcel
@DougHExcel 25 күн бұрын
Glad you liked 😊. PDF multiple pages..ugh! Can either go the ChatGPT route to see if it can append, or do the manual appending after getting the tables into Power Query (Appending with PQ --> kzbin.info/www/bejne/p6TJfKSwe7BlsLM)
@thinktoomuchb4028
@thinktoomuchb4028 25 күн бұрын
This was great! Thanks!! You should update it using new excel functions: For values down the left side, I used this: =VSTACK(0,DROP(TOCOL(IFNA(SCAN(0,BYROW(COUNTIFS(NormalHours[Position],UNIQUE(NormalHours[Position])),LAMBDA(x,ROUND(x/ROWS(NormalHours[Position]),2)*100)),LAMBDA(x,y,(x+y))),SEQUENCE(,3))),-2)); and for the data I used this: =DROP(MAKEARRAY(27,9,LAMBDA(r,c,LET(Rc,r*c,Tre,3*c,IF(AND(Rc<Tre*c,Rc>Tre*(c-1)),1,0)))),-1). All I needed was 0 or 1, so instead if using 1 as value if true you could INDEX the column created by the first formula using r as the row number.
@ScienceDiscoverer
@ScienceDiscoverer 26 күн бұрын
=AND(D$1>=$B2,D$1<$C2) Better formula. It will account for times that are not exactly predefined.
@anthonyperry3699
@anthonyperry3699 27 күн бұрын
Great video! Very helpful. Worked perfectly.
@DougHExcel
@DougHExcel 27 күн бұрын
I'm glad it worked for you!
@yashpatil3375
@yashpatil3375 27 күн бұрын
Very nice excellent 👌
@DougHExcel
@DougHExcel 27 күн бұрын
Thanks!
@dinnyallidon
@dinnyallidon 29 күн бұрын
Thank you!!!❤
@DougHExcel
@DougHExcel 29 күн бұрын
You are so welcome!
@doublen9617
@doublen9617 29 күн бұрын
Thankyu
@lucyswannsunsafespace7313
@lucyswannsunsafespace7313 Ай бұрын
This is the FIRST video I've found without an accent and speaking WAY too fast, so you get a like just for that! 🙄
@DougHExcel
@DougHExcel 27 күн бұрын
Thanks, I'm glad you found the pace helpful!
@sulaimanveda1900
@sulaimanveda1900 Ай бұрын
i see its not accesable in excel2007, but howabout 2021?
@DougHExcel
@DougHExcel 24 күн бұрын
Later versions will have Power Query, where you can do this so check out --> kzbin.info/www/bejne/iofNpKp8lK1-eac
@tylerdiehl1
@tylerdiehl1 Ай бұрын
9 years later and you're still helping people. THANK YOU!!! I got the date function down but changing the data format to date from the serial number was what was confusing me.
@meniporat3527
@meniporat3527 Ай бұрын
Using a formula in Excel is even simpler 🙂 consider the following solution: =CONCAT(LEFT(RIGHT(A2,SEQUENCE(LEN(A2)))))
@DougHExcel
@DougHExcel Ай бұрын
That's an Excel-lent use with SEQUENCE!
@arunananthu3151
@arunananthu3151 Ай бұрын
Can you please help me while there are different holiday calendar followed by different country, how to achieve !! end date will be different depends upon the country.
@kurkur078
@kurkur078 Ай бұрын
thank u so much! u r the best!
@Swinns1971
@Swinns1971 Ай бұрын
Thanks Doug
@RobertAndresMareco
@RobertAndresMareco Ай бұрын
Why we can't set a cell as our limit of our spedometer like goals, for example your goal is on cell A2 and what you have reached is on cell B2 so you can set as your limite = A2 and whatever is the number there your spedometer will change. you need to set the limit manually on the settings, when we can be able to poin a cell to bring the number o the data as our limit there?
@IssamAlsayeh
@IssamAlsayeh Ай бұрын
Thank you , Was so Useful
@DougHExcel
@DougHExcel Ай бұрын
Glad to hear that
@rosalinddaypatterson
@rosalinddaypatterson Ай бұрын
Oh M G! Thank you!
@DougHExcel
@DougHExcel Ай бұрын
You are so welcome!
@SudarshanKumar-p8d
@SudarshanKumar-p8d Ай бұрын
Thanks
@kama297
@kama297 Ай бұрын
Exactly what I’d been looking for! Thanks so much!
@DougHExcel
@DougHExcel Ай бұрын
Great to hear!
@kabodgold3861
@kabodgold3861 Ай бұрын
Thank you very much for this video
@DougHExcel
@DougHExcel Ай бұрын
You are welcome!
@xxx-tf3fq
@xxx-tf3fq Ай бұрын
Very awesome
@tiesb.2825
@tiesb.2825 Ай бұрын
Je snapt er de tandjes van ga maar putjes scheppen 😠😠
@erprince2k3
@erprince2k3 Ай бұрын
I am still not able to do final steps, could you please help me
@marcusmarincek
@marcusmarincek Ай бұрын
In Brazil we call this AWESOME method of "Gambiarra"
@DougHExcel
@DougHExcel Ай бұрын
Obrigado!
@misterwill3625
@misterwill3625 2 ай бұрын
This was awesome! I successfully got the filter for the grand total column. But, the Grand Total row disappeared. Could you please explain how to keep the Grand Total on the Row? At the end, you said you could filter the Grand Total Sum column and make the Grand Sum row recalculate, but you didn't show it, could you please show it?
@kristenwarren1164
@kristenwarren1164 2 ай бұрын
Perfect demonstration! Easy to follow. Thank you !!
@DougHExcel
@DougHExcel 2 ай бұрын
You are welcome!
@kartickchakraborty9135
@kartickchakraborty9135 2 ай бұрын
Great Video Sir, but what if you have some middle names and some have only first names? I've been trying to do it; I could successfully extract the First and Last Names but failed to extract the Middle Names. Here, I'm giving a Sample Data and Functions: Raw Data: (Cell Address: Range("A1:A11")) -------------------------------------------------------------------- A B C D 1 Names First Names Middle Names Last Names 2 AlexanderWilliamJamesBrown 3 Goku 4AriaNguyen 5 Vegeta 6 AveryAnnPhillips 7 Frieza 8 HenryCharlesMarkGrenSmith 9 ChristopherJoneClibeBentickLordSmith Desired Output: ------------------------ A B C D 1 Names First Names Middle Names Last Names 2 AlexanderWilliamJamesBrown Alexander William James Brown 3 Goku Goku 4 AriaNguyen Aria Nguyen 5 Vegeta Vegeta 6 AveryAnnPhillips Avery Ann Phillips 7 Frieza Frieza 8 HenryCharlesMarkGrenSmith Henry Charles Mark Gren Smith 9 ChristopherJoneClibeBentickLordSmith Christopher Jone Clibe Bentick Lord Smith So far, My formulae: ------------------------------- First Names: =IF($A2="","",IFERROR(LEFT($A2,MIN(IF(ISNUMBER(FIND(CHAR(ROW(INDIRECT("65:90"))),$A2,2)),FIND(CHAR(ROW(INDIRECT("65:90"))),$A2,2),""))-1),$A2)) Last Names (If Available): =IF($A2="","",REPLACE($A2,1,MAX(IF(ISNUMBER(FIND(CHAR(ROW(INDIRECT("65:90"))),$A2)),FIND(CHAR(ROW(INDIRECT("65:90"))),$A2),""))-1,"")) Middle Names (If Available): Step 001) This formula gives me the Middle Names but the problem is that these Names are without Space. Formulae: =SUBSTITUTE(SUBSTITUTE($A2,$B2,""),$D2,"") Step 002) This Formulae gives me the all the positions of Capital Letters except the First Capital Letter so that I can insert spaces into those positions. Formulae: =SMALL(IF(ISNUMBER(FIND(CHAR(ROW(INDIRECT("65:90"))),$C2)),FIND(CHAR(ROW(INDIRECT("65:90"))),$C2),""),ROW(INDIRECT("2:"&COUNT(IF(ISNUMBER(FIND(CHAR(ROW(INDIRECT("65:90"))),$C2)),FIND(CHAR(ROW(INDIRECT("65:90"))),$C2),"")))))