Sort Excel Table by Drop-Down Cell Value | Easy in Excel 365

Поділитися
Вставка
  • Опубліковано 28 жов 2024

КОМЕНТАРІ • 35

  • @enricodecrescenzo1306
    @enricodecrescenzo1306 3 роки тому

    Great example Alan! I like the nice touch with IF formula to decide the ascending/descending order depending on the data you selected, well thought!

    • @Computergaga
      @Computergaga  3 роки тому +1

      Thank you, Enrico.

    • @spilledgraphics
      @spilledgraphics 3 роки тому +1

      Exactly Enrico ! Alan, made a nice touch there, making the formula more "equipped" for the solution 😁👌

  • @spilledgraphics
    @spilledgraphics 3 роки тому

    Dynamic Arrays = The Future of Excel 🔥🤯😵🔥 !! awesome tips Alan 👌👌

  • @wayneedmondson1065
    @wayneedmondson1065 3 роки тому +1

    Hi Alan. An awesome lesson and challenge! Just for the fun of it, I came up with the following single formula solution for the table: =IFS(SEQUENCE(ROWS(tblPizza[#All]))

  • @nsanch0181
    @nsanch0181 3 роки тому

    Thank you for the useful sort video. It was creative how you changed the sort order from ascending to descending based on the column; that will be useful.

  • @zmurfarna
    @zmurfarna 3 роки тому

    Exactly what I was looking for. Thank you!

  • @IvanCortinas_ES
    @IvanCortinas_ES 3 роки тому

    Excellent tutorial Alan, as always!! Thank you!

  • @invenioadvisors
    @invenioadvisors 3 роки тому

    Awesome as usual Alan!

  • @MohammadShahidulIslam-dm9qd
    @MohammadShahidulIslam-dm9qd 3 роки тому

    Awesome and brilliant interactions in sorting data

  • @papnyanamah2748
    @papnyanamah2748 3 роки тому

    This is just amazing. Thanks for sharing 👍

  • @FRANKWHITE1996
    @FRANKWHITE1996 3 роки тому

    Thanks for sharing.

  • @nadermounir8228
    @nadermounir8228 3 роки тому

    Awesome Video 📹

  • @afzalzamiransari
    @afzalzamiransari 3 роки тому

    Great idea sir

  • @gangadharbhardwaj
    @gangadharbhardwaj 5 місяців тому

    VERY NICE

  • @markpodesta4605
    @markpodesta4605 3 роки тому

    Magic!

  • @stevemansfield8530
    @stevemansfield8530 2 роки тому

    IT's nice though of course another way is just to make the original array an official Excel table with the usual Excel-table functionality allowing you to sort by any column, and ascending or descending as preferred, along with the other normal table functionality such as the ability to create totals and subtotals, create a pivot table from the data and so on.

  • @OK-ur2wy
    @OK-ur2wy 3 роки тому

    Hi, many thanks indeed, amazing video and great learning.
    Could I seek your advice please on an assets list that has got columns: category, item, user name, etc.
    For example, same colleagues received different items e.g. a laptop, a mobile phone etc. How can I create an "Asset clearance List" at the end of an employee's contract where I can list the items s/he received and need to return by the name of an employee. Not sure how, it's confusing, shall I use XLookup, index and match, Vlookup. I'd very much appreciate your advice. Thanks very much again for your amazing videos I'm really learning a lot from you and sharing them with my colleagues.

    • @Computergaga
      @Computergaga  3 роки тому +1

      Thank you, Ali. This sounds like a job for the FILTER function.

    • @OK-ur2wy
      @OK-ur2wy 3 роки тому

      @@Computergaga good stuff will give it a try, much obliged

  • @gopalashetty3592
    @gopalashetty3592 3 роки тому

    what is beta distribution show it in excel sir

  • @JoseAntonioMorato
    @JoseAntonioMorato 3 роки тому

    I don't understand why you did the column calculation in another spreadsheet when you could have included it in the "Report" spreadsheet's own sorting formula:
    =SORT(tblPizza,XMATCH(C2,tblPizza[#Headers]),IF(C2="Pizza",1,-1)) or
    =SORT(tblPizza,XMATCH(C2,C4:G4),IF(C2="Pizza",1,-1)) 🤗

    • @Computergaga
      @Computergaga  3 роки тому

      No reason. Either way. Nice work, José Antônio.