Microsoft Excel - Sort Sheets Alphabetically

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ก.ย. 2024
  • Learn how to easily add a small amount of VBA code to your Excel world to give you the ability to sort your sheet tabs in either ascending or descending order.
    Importable VBA code:
    www.bcti.com//...
    Quick Access Toolbar - Ultimate Customization Guide:
    • Microsoft Office - Qui...
    VBA Code for Copy/Pasters:
    =======================
    (I found out too late that certain symbols in the VBA code are not allowed in a TH-cam description field. You can still download the file, open it in Notepad, then copy/paste it from there.)

ความคิดเห็น • 20

  • @renshaw6477
    @renshaw6477 10 วันที่ผ่านมา +1

    Thanks for the vid mate. Very clear and easy to follow. Saved me hours!!!

    • @bcti-bcti
      @bcti-bcti  10 วันที่ผ่านมา

      You are very welcome. Glad it helped.

  • @kebincui
    @kebincui 5 หลายเดือนก่อน +1

    You are always great in producing so excellent tutorials 👍. Thank you very much.

    • @bcti-bcti
      @bcti-bcti  5 หลายเดือนก่อน

      Thanks so much for taking the time to watch and comment nicely!

  • @RadAlzyoud
    @RadAlzyoud 5 หลายเดือนก่อน

    Very helpful.
    I always wondered why.
    Thank you for the video/code and totally agree with you regarding this.

  • @paulinamartinez2412
    @paulinamartinez2412 2 วันที่ผ่านมา

    this is amazing, thank you!!

    • @bcti-bcti
      @bcti-bcti  2 วันที่ผ่านมา

      So glad you found it helpful. Perhaps one day Microsoft will as well.

  • @willbedeadsoon
    @willbedeadsoon 5 หลายเดือนก่อน

    Great lesson as always

  • @hankgrimes1806
    @hankgrimes1806 2 หลายเดือนก่อน

    Good functionality to have in my arsenal. Would you please explain the difference between saving to your Personal Macro Workbook and saving as a Macro Enabled workbook?

    • @bcti-bcti
      @bcti-bcti  2 หลายเดือนก่อน

      Check out this video I made on the Personal Macro Workbook.
      th-cam.com/video/IGj-Ke8XWLo/w-d-xo.html
      If you are still unclear after watching, please let me know and I'll answer your specific questions.
      Cheers

  • @ish011
    @ish011 5 หลายเดือนก่อน

    You're a great help, Thank you!

    • @bcti-bcti
      @bcti-bcti  5 หลายเดือนก่อน

      You are most welcome.

  • @ExcelUnlocked
    @ExcelUnlocked 5 หลายเดือนก่อน

    Amazing

    • @bcti-bcti
      @bcti-bcti  5 หลายเดือนก่อน

      Thanks for saying so.

  • @seanmurphy4077
    @seanmurphy4077 5 หลายเดือนก่อน

    I had an issue with having to sort by color THEN alphabetical…that was not a fun code to figure out!

    • @bcti-bcti
      @bcti-bcti  5 หลายเดือนก่อน

      I thought about showing the "sort by color" version, but I didn't want to make the video any more complicated than it needed to be. I feel your pain. I don't think I've ever done it as a hierarchical sort. That sounds challenging. Thanks for watching.

  • @et.sachin
    @et.sachin 5 หลายเดือนก่อน

    Is it possible to replicate the QUERY function from Google Sheets on Excel?

    • @bcti-bcti
      @bcti-bcti  5 หลายเดือนก่อน

      There is no direct analog in Excel's function library to Google Sheets' QUERY function. You would likely need to use a combination of Excel functions to achieve the same goal. Functions like FILTER, CHOOSECOLS/CHOOSEROWS, UNIQUE, SORT/SORTBY, TAKE/DROP, etc.

    • @et.sachin
      @et.sachin 5 หลายเดือนก่อน

      @@bcti-bcti can you please try to do a video on that

    • @bcti-bcti
      @bcti-bcti  5 หลายเดือนก่อน

      @@et.sachin This would be a MONUMENTAL video as Excel does not have a single function that executes all of what Google Sheets' QUERY() function performs. If it helps, below is a list of Sheets' QUERY() arguments and what would be analogous using Excel functions:
      Sheets ------> Excel
      ------------------------------
      Select ------> ChooseCols
      Where ------> Filter
      Group By ------> GroupBy
      Pivot ------> PivotBy
      Order By ------> Sort
      Limit ------> Take
      Offset ------> Offset
      Label ------> VStack
      Format ------> Text