I have this formula to sort a list of for unique account numbers - all works great with this,
=SORT(UNIQUE(FILTER($B:$B,$A:$A=$O$1)),,-1)
But I also need to exclude from the list any results that have a "0" in column D
Can't quite work how how to add this exclusion to the workings?
=SORT(UNIQUE(FILTER($B:$B,$A:$A=$O$1)),,-1)
But I also need to exclude from the list any results that have a "0" in column D
Can't quite work how how to add this exclusion to the workings?