How to Use the SORTN Function in Google Sheets

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

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

  • @skalawag0523
    @skalawag0523 5 дней назад

    hello, how to sort highest to lowest value two column data but exclude cell with zero or blank value? thank you

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

    Is there a way to provide it with a certain parameter? For instance in your example what if you wanted to find which products sold less than 700 and then return those? Or adversely, above 700?

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

      For that kind of task, I think you are better off using the FILTER function. You can FILTER to only return values from a cell range that are less than 700, or greater than 700. Here is my video on the FILTER function: ruclips.net/video/CrYAeSFsy0U/видео.html

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

      @@ModernSchoolBus very quick reply. Thank you very much, I will check that out 🙂👍

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

      @@ModernSchoolBus really good work on this video by the way. The syntax explanation is a very handy section

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

    if the [sort_column1] is optional how does it sort the range if nothing is provided? which column does it sort it by then?
    also, please tell me what the default value of [is_ascending1] is

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

      Great questions. If a sort_column1 is not provided it will then sort from your first column or "the column with the lowest index" number. It also sorts ascending by default

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

      @@ModernSchoolBus thank you so much