Make Perfect Scrollable Boxes in Worksheets in Excel - Great for a Dashboard

  Рет қаралды 132,209

TeachExcel

TeachExcel

Күн бұрын

Пікірлер: 72
@bobbysteurer
@bobbysteurer 4 ай бұрын
Dude, I cannot tell you how grateful I am for this tutorial. Every other one I’ve watched has been needlessly complicated or had features my version lacks. This was so simple and makes a great visual impact on this cruddy little report I’m making. Seriously, THANKS!
@c17nav
@c17nav Жыл бұрын
Instead of eyeballing the size of the scroll control and the surrounding box to match their respective cell blocks, you could have used the Alt key to assist. Pressing the Alt key while using the sizing dots allows Excel to snap the dots' corners and sides to their blocks' rectangular grids.
@LunaStarFire
@LunaStarFire 2 жыл бұрын
Hi, just a general tip for this when your doing dynamic row references since while this way works if you cut and paste anything from A1 or near there then you can end up with the wrong reference. I always try and make data sets into tables because its usually easier to reference and you can often do some things that otherwise would be hard. So when you have made your "Parts for Sale" into a Table by selecting all your data under the "Parts for Sale" Cell and click "CTRL" + "T" starting with the starting cell of "Part". Now when you use Row use the formula ROW()-(ROW(Table1[#Headers])) , the only thing you might have to change is the table name which defaults to Table# depending on how many you did. If you want to find the table name select the table and a new tab will show on the top saying Table Design and on the left side it should say table name with an example of " Table1", if I Change "Table1" to be "Steve", then the formula would be ROW()-(ROW(Steve[#Headers])) This now lets you move the table anywhere while having dynamic references and its much harder for users to break =)
@TeachExcel
@TeachExcel 2 жыл бұрын
"Much harder for users to break" is always a great idea! Tables really can be a life-saver! Thanks for this detailed and helpful comment Matthew! :)
@LunaStarFire
@LunaStarFire 2 жыл бұрын
@@TeachExcel I end up spending hours just idiot proofing forms and even then people surprise me. OOO another thing you can do with this if you want to make sure people cant break it, you can insert a square shape and reference the cells in your table, do this per cell (really only useful for small tables like this), you can then group all the individual cells into one object and boom, you now have a completely free to move reference table with a scroll bar. Not sure if it would ever be useful but you know =)
@LunaStarFire
@LunaStarFire 2 жыл бұрын
And then you can put all the data on a new tab which the end user cant see by opening VBA and set it to very hidden so they cant ever select the tab the data is on to break it =)
@TeachExcel
@TeachExcel 2 жыл бұрын
xlSheeVeryHidden is one of the best things!!! And password protect the vba project as well so they can't unhide it by hand
@attaulmomin
@attaulmomin 5 ай бұрын
is there any way to use it with filter formula since i'm using filter function to get specific data in my dashboard.
@bryonlim3183
@bryonlim3183 Жыл бұрын
Thanks!
@deft08
@deft08 2 жыл бұрын
Love the way you explain this. Very intuitive.
@daeln6065
@daeln6065 Жыл бұрын
wow. thank you for such a clear, concise tutorial!! Much Respect.
@McKaySavage
@McKaySavage 2 жыл бұрын
That’s a great technique for dashboards! Thanks for sharing
@caspy1uk241
@caspy1uk241 2 жыл бұрын
this is a great video.. now i understand the basics of this tutorial.. but... what do you do when you are adding a row of data on a daily basis to you data sheet.. its not gona stay at 11 rows as per your video... could you explain how that would work.. ohh and thx for the videos.. im gona learn a lot from here
@sircorn4248
@sircorn4248 2 жыл бұрын
It is so cool. Thank you for discovering endless wonders of Excel for us.
@gandhiviji
@gandhiviji 2 жыл бұрын
Amazing idea, till date I do not know how to use the scroll bar, It is useful for my project. Thank you
@TeachExcel
@TeachExcel 2 жыл бұрын
You're very welcome Gandhi! I'm glad I could help!
@4xpdiablo
@4xpdiablo 2 жыл бұрын
Super Great FEATURE TBH ... Keep up the good work ♥
@TeachExcel
@TeachExcel 2 жыл бұрын
Thank you very much Mahmud!!!! :)
@asadrauf5902
@asadrauf5902 Жыл бұрын
This is great for building dashboards. Is it possible to make max value dynamic using VBA?
@bertvantol9669
@bertvantol9669 2 жыл бұрын
WOW !!! Thats GREAT !!! Thanks.
@ZaheerKhan-zp5wo
@ZaheerKhan-zp5wo 2 жыл бұрын
Hello TeachExcel! I am your big fan. I am watching all of your videos to improve my skill (I like your teaching /Explaining style.) and i want to know your name.
@ExcelInstructor
@ExcelInstructor 2 жыл бұрын
Hi, small advice - instead using ROW() function, now there is better way - its called sequence() function :) you should take a look for it. also when clicking I was hoping this area of data would be floating above the grid and its movable. I could use sth like this.
@alexborovik2534
@alexborovik2534 2 жыл бұрын
If you want moveable window try excel camera tool
@Ghost83tv
@Ghost83tv 2 жыл бұрын
Love your tutorials. One question, when my sheet is protected. I cannot use the scroll. How or what can i do to be able to use scroll bar while sheet is protected.
@Pseudify
@Pseudify 2 жыл бұрын
Very cool. But can you make that scroll function work with the scroll wheel on your mouse?
@vuduylinh8509
@vuduylinh8509 2 жыл бұрын
Very Useful. Thank bro!!!
@TeachExcel
@TeachExcel 2 жыл бұрын
You're welcome!!
@TravisFX
@TravisFX Жыл бұрын
Have done some things to make it somewhat dynamic. Was mentioned couple time here. I played around and did this. =IFERROR(INDEX(Data!E$7:INDEX(Data!E:E,COUNTA(Data!$E:$E)+4),$S$3+ROW(A7)-1),"") Using the 2nd Index and counta to act as last row. The +4 is just because my data table starts on the 5th row in Data sheet. S3 is control value/cell link. In the scroll properties I just did max value as 1000. So with the IFERROR and null wrapped around the whole thing, I just see blanks past where there is no data..i.e if not 1000 entries in my data. Otherwise there'd be errors or #REF or whatever that was. Not 100% dynamic but it works!
@nadermounir8228
@nadermounir8228 2 жыл бұрын
Amazing idea :) love it. Thank you very much for your hard work 👍
@TeachExcel
@TeachExcel 2 жыл бұрын
Thank Nader!!! I'm glad you like it :)
@Carloskursh
@Carloskursh 2 жыл бұрын
could you in maximum value (control) put a formule if the table data can grows....???? thanks and very useful
@tuto79
@tuto79 2 жыл бұрын
That was great. Thank you.
@lucasgarecht2082
@lucasgarecht2082 2 ай бұрын
What if you don’t know how long the list will be, if it updates dynamically? Is there a way to handle that also, or should you just plan for maximum the max number of rows you expect to get?
@Weehawk
@Weehawk 2 жыл бұрын
Nice! Thanks brah.
@TeachExcel
@TeachExcel 2 жыл бұрын
Thanks Lachdanan!!
@UTJK.
@UTJK. 2 жыл бұрын
Very very clever!
@Ekitchi0
@Ekitchi0 2 жыл бұрын
Nice trick! Why not use only one spill formula for the whole set though? in the top left corner (cell I5): = offset(sourceData; controlValue-1; 0; 6; 4) There is no need for multiple formulas so using offset should be fine right? You could also do it with one index formula but I doubt it would be more effective: = index(wholeSourceData; sequence(6; 1; controlValue; 1); sequence(1; 4; 1; 1))
@arindampaul1589
@arindampaul1589 2 жыл бұрын
Brilliant & amazing, thanks.
@k.chriscaldwell4141
@k.chriscaldwell4141 2 жыл бұрын
Thank you.
@TeachExcel
@TeachExcel 2 жыл бұрын
You're very welcome Chris!
@enrikekasijas705
@enrikekasijas705 2 жыл бұрын
Great stuff;) Definitely useful trick xD
@TeachExcel
@TeachExcel 2 жыл бұрын
Thank you Enrike! I'm glad you think so :)
@martyc5674
@martyc5674 2 жыл бұрын
Cool- will it work in excel online though?
@finsntins3425
@finsntins3425 Жыл бұрын
How would I make this scrollable box to miss out values in the original table, if I was to apply a filter in the original table. Currently I can render a 0 using subtotal, but I wish to ignore those values completely and have a compiled list in the scrollable box. Thank you!
@c4a6
@c4a6 10 ай бұрын
Is it possible to do a sheet-within-sheet kind of thing? I don't want to change the data, I just want to scroll the data sideways in the table.
@Adam_K_W
@Adam_K_W 2 жыл бұрын
Love this! I'm thinking of use cases I can apply this to in my head... Question: Can you use a formula (or a formula in a referred to cell) to determine the "Maximum Value" of the Scroll bar so that it can be dynamically updated as new data rows are added?
@chaiyya345
@chaiyya345 2 жыл бұрын
I think this can be done, convert the table source to an excel table
@DM-py7pj
@DM-py7pj 2 жыл бұрын
@@chaiyya345 I think you would need an event with VBA to update the appropriate object (scrollbar) property. Perhaps something like worksheet_activate on the page with the visual in. The benefit of Excel table in backing would be the easier retrieval of current row count.
@Ekitchi0
@Ekitchi0 2 жыл бұрын
You could leave the maxvalue of the scrollbar object to a large amount and replace the contolValue in the formula with min(controlValue; nbVal(dataColumn)-displayRows)
@bpisan
@bpisan Жыл бұрын
Could the Count() function work for something on this?
@johnboffin476
@johnboffin476 9 ай бұрын
I have a single worksheet (EXCEL 2000) and I freeze pane title area with 10 rows included, about 2500 rows of data with 8 columns, I want to put vertical scroll above the freeze pane and scroll the data below freeze pain. (Please help using VBA in this configuration)
@TheMarkGross
@TheMarkGross 2 жыл бұрын
Very clever
@erikysilvagomes5496
@erikysilvagomes5496 Жыл бұрын
Wonderful
@aponijuanzosimo9923
@aponijuanzosimo9923 11 ай бұрын
Hi All, Is it possible to put checkbox with scrollbar? when I click up, the data will going up together with the checkbox. Is this possible?
@ivalneisena
@ivalneisena 2 жыл бұрын
very good
@TeachExcel
@TeachExcel 2 жыл бұрын
Thank you :)
@chaiyya345
@chaiyya345 2 жыл бұрын
Hi thanks for sharing, does this works with data from pivot table? Thanks again
@irfanabbassi9202
@irfanabbassi9202 2 жыл бұрын
Yes
@macozhao8205
@macozhao8205 Жыл бұрын
I am using O365, when I enter INDEX function, it shows all data in the list, it seems the list is a whole set, I couldn't delete a part because I don't need to show all list, I just need to show top 5 lines, then scroll to show the rest lines. How to solve this issue?
@grendbelema
@grendbelema 2 жыл бұрын
nice
@Rapture1469
@Rapture1469 2 жыл бұрын
Would be cool to make the data set dynamic vice fixed length.
@Thehavemans
@Thehavemans 2 жыл бұрын
To piggyback on this, can the data set be a table or data model?
@colsadventures
@colsadventures 2 жыл бұрын
I’ll be playing with a table data set to see what happens.
@TeachExcel
@TeachExcel 2 жыл бұрын
Good question! The issue that I see is making the scroll bar go to the correct max number. But, maybe if it was replaced with a spin button that could be a better experience or just add a formula to the scrolling data that changes the Errors to a blank value, then it could at least still be usable even though the scroll wouldn't perfectly fit the data.
@asitharanatunga8858
@asitharanatunga8858 2 жыл бұрын
I am using Office 365 and i donot get Control under Format Control, Please help me
@arokiasamyjosephraj6487
@arokiasamyjosephraj6487 Жыл бұрын
@zaighamuddinfarooqui1705
@zaighamuddinfarooqui1705 2 жыл бұрын
💕💕👌👌👍👍
@NewYears1978
@NewYears1978 2 жыл бұрын
What about using mousewheel to scroll...stupid Excel. Lol.
@TeachExcel
@TeachExcel 2 жыл бұрын
hahah, there is always something they kind of permanently 'forget' it seems.
@lewiskelly14
@lewiskelly14 2 жыл бұрын
Could you speak any slower?
EASILY Make an Automated Data Entry Form in Excel
14:52
Kenji Explains
Рет қаралды 893 М.
How to Make Scrollable Table in Excel for Dashboards
6:39
Spreadsheet Power
Рет қаралды 1,4 М.
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 20 МЛН
А я думаю что за звук такой знакомый? 😂😂😂
00:15
Денис Кукояка
Рет қаралды 6 МЛН
Fully dynamic Chart in Excel with Scroll bar and Spin button form controls
15:58
When Should You Use the Hash Sign in Excel Formulas?
10:53
Leila Gharani
Рет қаралды 1,1 МЛН
How to Create a Vertical Scroll Bar in Excel
10:42
ExcelDemy
Рет қаралды 8 М.
Unlock Excel Secrets: Magic Search Bar You NEVER Knew About!
17:59
PK: An Excel Expert
Рет қаралды 540 М.
The Excel Dashboard Trick Almost Nobody Talks About
10:25
MyOnlineTrainingHub
Рет қаралды 43 М.
Advanced Pivot Table Techniques (to achieve more in Excel)
11:47
Leila Gharani
Рет қаралды 2 МЛН
Inventory Management | Excel Inventory Management (Super Easy)
16:43
Microsoft Office Tutorials
Рет қаралды 1,5 МЛН
📊 How to Build Excel Interactive Dashboards
19:21
Kevin Stratvert
Рет қаралды 2,6 МЛН
Secrets to Building Excel Dashboards in Under 15 Minutes & UPDATES with 1 CLICK!
13:20
Searchable Drop Down List in Excel (Very Easy with FILTER Function)
11:00
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 20 МЛН