3 Number Series Hacks (Last One Will Surprise You)

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

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

  • @nairobi203
    @nairobi203 5 часов назад

    I love using the SEQUENCE function dynamically. For example, if you have a list of names in column B, you can create a sequence in column A starting from 1 based on the length of entries in column B. A simple formula for this would be:
    =SEQUENCE(COUNTA(B:B)-1, 1, 1)
    Here, B1 could be a title like "Customer."
    Now, imagine you have a list of invoices in Sheet 1 where one column is "Customer." In Sheet 2, you want to create a unique, sorted list of customers. You can do this by setting B1 to "Customer" (as the title) and using this formula in B2:
    =UNIQUE(SORT(OFFSET(Sheet1!A2, 0, 0, COUNTA(Sheet1!A:A)-1, 1)))

  • @tarekalsherif
    @tarekalsherif День назад

    You know what, this is the first time I know these skills despite of using excel since long time.
    Thank you

  • @olanrewajuadagba955
    @olanrewajuadagba955 День назад

    Thank you for sharing. It's so helpful.

  • @arunkhanal7208
    @arunkhanal7208 День назад

    Actually, I've been using this formula for quite a while. It's a real time-saver!

    • @alexbarbucristi
      @alexbarbucristi 19 часов назад

      Not really a formula but a GUI feature

  • @ihamad1463
    @ihamad1463 День назад

    Not working

  • @Euclidean3141
    @Euclidean3141 День назад

    I knew this but I still always choose the wrong columns/rows option and have to undo and do it again 😂

  • @RahulAgarwal-d5e
    @RahulAgarwal-d5e День назад

    I am 35 years old... Jus opt for data analytics course... Will i get job whn i finish this course... Please comment... Thannk you...

  • @vizman9886
    @vizman9886 22 часа назад

    Using the formula kinda easier and faster

    • @KenjiExplains
      @KenjiExplains  22 часа назад +2

      Great point! Unfortunately it’s not available for some earlier excel versions so it’s nice to know the alternatives

  • @ContentSecrets-gd6hg
    @ContentSecrets-gd6hg 18 часов назад

    You are wrong because most Excel users started their journeys with this particular method

  • @margaretwanjiru84
    @margaretwanjiru84 День назад

    I tried on my side, didn't worked what could be the reason am using Microsoft 365

    • @hikari1690
      @hikari1690 5 часов назад

      Most of this guy's features are for newer excel or needs to be enabled in the advanced settings. So I'm not surprised

  • @lorenzcyril
    @lorenzcyril 7 часов назад

    Too long,, seq is better> select the seq> ctrl c> ctrl shift v