Not able to find unique values in excel

前端 未结 2 967
再見小時候
再見小時候 2020-12-21 07:05

I have some data in excel, I want to select unique values based on multiple criteria.

The data that I have in excel is


Name Medals Year

2条回答
  •  伪装坚强ぢ
    2020-12-21 07:29

    Another option would be to use a pivot-table with

    • Year filtered as as >=2017

    • Name Values between 2 and 6

    • Which yields the following result:

    • and then we simply count unique values (excluding blank cells <>"")

    Would say this formula is a bit more user-friendly and makes for a better visual representation of the data, but if you just want a formula, then absolutely go for @JvdV's solution :)

提交回复
热议问题