Microsoft Excel - Limited Scroll List (with VBA Trick-shot)

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

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

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

    You are a natural Excel maestro. Thanks. You seem to skip mentioning the need to save the file as macro-enabled not as the regular xlsx.

    • @bcti-bcti
      @bcti-bcti  Месяц назад

      Ah, that is an excellent point. I should have mentioned that. Thanks for letting me know.

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

    Great video! The Sales Rep names made me chuckle

    • @bcti-bcti
      @bcti-bcti  Месяц назад

      Thanks. I'm glad someone noticed. I wish I could use some of the more inappropriate names, but this is a family channel.

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

    Just one word.... EXCELLENT!

    • @bcti-bcti
      @bcti-bcti  Месяц назад

      Just one word....THANKS!

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

    Another great solution to use on smaller screens or laptops.
    As always, your explanation is clear, ordered and documented in an excellent way.
    Very useful.
    Thank you.

    • @bcti-bcti
      @bcti-bcti  Месяц назад

      @@robbe58 Thanks. I’m glad you found it useful, loyal viewer. 👍🏼

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

    I watch all of your videos when they come out. I use many of your solutions for specific things I am working on. This one I can use for a specific report. I changed the formula to a let function.
    =LET(hrow,(HSTACK("#",CHOOSECOLS(MyData[#Headers],1,3,4,5))),
    seq,SEQUENCE(25,1,K2+1,1),
    list,TAKE(DROP(CHOOSECOLS(FILTER(MyData,MyData[Region]=UserRegion),{1,3,4,5}),K2),25),
    row,HSTACK(seq,list),
    VSTACK(hrow,row))

    • @bcti-bcti
      @bcti-bcti  Месяц назад

      My friend, you are singing my song!!!! I love writing single-cell, complete table formulas. It's so cool that Excel can do these things. It's a shame most users won't take the time to learn LET functions and all the associated functions. GREAT JOB!!! 10 out of 10!

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

    Great techniques! Many thanks.

    • @bcti-bcti
      @bcti-bcti  Месяц назад

      Thank you for saying so. I appreciate you watching a long-form video.

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

    I literally was wondering if something like this was possible yesterday. Amazing

    • @bcti-bcti
      @bcti-bcti  Месяц назад

      @@skylineg6618 Perfect timing. Thanks for watching.

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

    Great video!

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

    The techniques are useful. I would have struggled to learn to subtract 25

    • @bcti-bcti
      @bcti-bcti  Месяц назад

      @@TheMarkGross We’re glad you found them useful. Thanks for watching.

  • @pierre-yves_david
    @pierre-yves_david Месяц назад

    You have made me discover the choosecols function.
    I'm wondering if some of the absolute reference (like "$C$1") could not be replaced by a "UserRegion" reference to improve its maintainability.

    • @bcti-bcti
      @bcti-bcti  Месяц назад +1

      Great idea. The updated line of code would be as follows:
      If Target.Address = Range("UserRegion") Then
      Thanks for asking such a great question.

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

    Love it, a handy scroll bar. Darn! I only have Excel 2021, but thank you, indeed.

    • @bcti-bcti
      @bcti-bcti  Месяц назад +1

      Yeah, there are a few of these functions that require Office 365. Time to upgrade 😁