How to Count Unique Values in Excel | How to Use the COUNTA and UNIQUE Functions

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

КОМЕНТАРІ • 12

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

    Thanks for this. Is very useful.

  • @batukbhairavnath4399
    @batukbhairavnath4399 2 роки тому +1

    Great Sir

  • @xlwatcher8885
    @xlwatcher8885 Рік тому

    Thank you! Great vid. I am trying to do this: I need to know how many times each of the unique items occurred. Is there a way for =Unique to specify that there were two 20s, and 1 of everything else.? Thanks

    • @sgari1974
      @sgari1974 7 місяців тому +1

      Use countif.. =countif(unique(A2:A5),"20")

    • @pip_pamp
      @pip_pamp 7 місяців тому

      thanks i freaking need this @@sgari1974

  • @quercus56
    @quercus56 11 місяців тому +2

    Or use Google sheets, which has a countunique formula option - when is Excel going to get this?

  • @Techno_Chat
    @Techno_Chat 3 місяці тому

    Why are you not Uploading Brother ?

  • @laxmigovind7368
    @laxmigovind7368 Рік тому +3

    How to use countif added to above formula

    • @sgari1974
      @sgari1974 7 місяців тому

      Countif(Unique(A2:A5),"20")

  • @Topa06
    @Topa06 7 місяців тому

    not useful

  • @extraemilysus
    @extraemilysus Рік тому

    20 is duplicate not unique

    • @shon_-_
      @shon_-_ 11 місяців тому

      The first 20 is unique. Depends on how you want to categorize/count.