Excel: How to Count Unique Values Without Using a Pivot Table

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

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

  • @MikeThomas67
    @MikeThomas67  3 месяца назад +1

    Download a free copy of the file used in this video: theexceltrainer.co.uk/excel-count-unique-values-without-using-a-pivot-table/

  • @Jennifer_J_C
    @Jennifer_J_C 3 месяца назад +1

    Thanks Mike 😊

  • @pandamonium9834
    @pandamonium9834 3 месяца назад +1

    Clever stuff Mike and thank you 😀

  • @kkravch
    @kkravch 3 месяца назад

    Nice video Mike. On a different note... I know on small models it does not matter, but recently I watched a video about comparing sort(unique()) vs unique(sort()) and it looks like if one sorts before applies unique, the model runs much faster.

  • @sscire
    @sscire 3 месяца назад +1

    This is another solution with the GROUPBY function:
    =GROUPBY(C2:C13,B2:B13,LAMBDA(x,y,COUNTA(UNIQUE(x))),0,0)