Forum Discussion

Brian_Paasch's avatar
Brian_Paasch
Brass Contributor
Nov 22, 2021
Solved

counting unique values after multiple filters

I've found many examples that come really close to what I need, but not quite right... I need to count how many unique locations contain a part after doing multiple filters for the specific part. I'v...
  • Brian_Paasch's avatar
    Brian_Paasch
    Nov 22, 2021
    Got it! I have multiple variations of the "return" state. BUT, they all start with the word "return". So I added a LEFT to that last step, i.e. LEFT(Table1[state],6)="return"), and that did the trick! Thanks again!

Resources