I have a filter/sort/unique formula which should ignore blanks but does not seem to be working. Ideally I would like for filter to ignore both blanks and zeros.
Any suggestions? Thanks
I have a filter/sort/unique formula which should ignore blanks but does not seem to be working. Ideally I would like for filter to ignore both blanks and zeros.
Any suggestions? Thanks
Try:
Formula:
=SORT(UNIQUE(FILTER(Table12[Roles],(Table12[Roles]<>0)*(Table12[Roles]<>""))))
Happy with my answer * Add Reputation.
If You are happy with solution, please use Thread tools and mark thread as SOLVED.
that worked thanks
Happy to help.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks