Create a Scrolling Table in Excel - Excellent for Dashboards

Поделиться
HTML-код
  • Опубликовано: 14 янв 2025
  • ХоббиХобби

Комментарии • 27

  • @l_tutor3133
    @l_tutor3133 3 года назад

    Thanks!

  • @remy9536
    @remy9536 2 года назад +2

    Liked, this is the best scroll table I see! I see other people showed the Index formula, but your method is even better since it's cleaner due to the fact it doesn't involve the Array/Range thingy. Funny is, I don't often use Excel nor Excel savvy, so I will likely remember the Index formula more since it's a straight forward. I will try to remember your Offset formula, I think it's the Reference, which I may forget what cell to select in the future. Thanks!

  • @fairozhasan6450
    @fairozhasan6450 2 года назад

    Crisp explanation. Thank you so much

  • @taylorcharlesmichel
    @taylorcharlesmichel Год назад

    I realize this is at least a 2 year old video, but it still holds up. Appreciate the knowledge!

  • @mgangat
    @mgangat Год назад

    Excellent pro Tip. Thanks

  • @henrycoldrain8151
    @henrycoldrain8151 2 года назад

    you are a legend. A solid one indeed

  • @attaulmomin
    @attaulmomin 7 месяцев назад +2

    is there any way to use it with filter formula since i'm using filter function to get specific data in my dashboard.

    • @imtiyazahmed1000
      @imtiyazahmed1000 4 месяца назад

      Hey! I am also seeking the answer to your question. Let me know if you find it. TY!!

    • @bangheadwall
      @bangheadwall 27 дней назад

      Also looking for this!

  • @Fitfoodgeezer
    @Fitfoodgeezer 2 года назад

    My man, this is an incredible video. It really helped. Cheers.

  • @marciongolo
    @marciongolo 7 месяцев назад

    Great that video its so good and simple, thats exactlly what im looking for

  • @caspy1uk241
    @caspy1uk241 9 месяцев назад

    just the video i was looking for.. thank you... what would you do if you needed to add more rows to your table.. thx

  • @michibichi2212
    @michibichi2212 3 года назад

    thank you for this. helps a lot!

  • @starseedish6083
    @starseedish6083 5 месяцев назад

    Very useful thank you

  • @futuresuperstar4life
    @futuresuperstar4life 2 года назад +2

    Is it possible to add a scroll bar to the original table without making a second one?

    • @personalJoke
      @personalJoke 2 года назад +1

      I was looking for the same answer. Not using a dirty trick like mocking a table.
      If this cannot be achieved in Excel, it would be good to know. Otherwise, I will keep looking.
      ps: With all due respect, BTW.

  • @d0zxe
    @d0zxe Год назад

    can this be created using a pivot table? or you need to convert the table to an excel table.

  • @cfaexamhacks
    @cfaexamhacks 3 года назад +2

    How to make the max value dynamic based on spill data that changes?

  • @MrArunjitdas
    @MrArunjitdas 3 года назад

    Can a vertical and horizontal scroll bar be created on a single table.

  • @djunabug
    @djunabug 3 года назад

    Very nice!!

  • @drag1c
    @drag1c 2 года назад

    And what about if you filter data in table? How you fix that?

    • @kiwim3p587
      @kiwim3p587 7 месяцев назад

      could could probable get something working by wrapping the filter function with take and drop

    • @kiwim3p587
      @kiwim3p587 7 месяцев назад

      Here we go:
      =TAKE(DROP(Table1,$O$3-1),10)
      $O$3 is the reference cell for the output of the scroll bar. 10 is the number of rows to display. Replace Table1 with your filtered table.

    • @kiwim3p587
      @kiwim3p587 7 месяцев назад

      IMO the spilled array function is a much nicer solution than the offset function

  • @kiwim3p587
    @kiwim3p587 7 месяцев назад +1

    Here is the spilled array solution:
    =IFERROR(TAKE(DROP(Table1,$O$3-1),10),"")
    Table1 is the source data, $O$3 is the reference cell for the output of the scroll bar, 10 is the number of rows to display.
    The advantages of this approach is it is dynamic, you can add or remove records without displaying blank records or having to manually adjust the scroll bar max value. You can also wrap your table in a filter function if you want to limit the records or apply a sort.

    • @bangheadwall
      @bangheadwall 27 дней назад

      Got this to work for a simple lookup form for our field crew. Lookup a job number to find the items needed and scroll through them all one page formatted as a locked form. Thanks for this, it makes the process much cleaner. Thank you, thank you thank you.

  • @rabrab23
    @rabrab23 Месяц назад

    but i can not overwrite the table so its useless