Hi everyone!
I got a range in B3 to C7 that contains unique values, repeated values, and blank cells. My intention is to count all individual unique cells and return "Yes" if the number of unique cells is higher than 2. However, UNIQUE only returns unique rows, but not unique cells. Using a combination of FILTER and UNIQUE to get rid of the blank cells didn't help either, as it returned a #VALUE! error. I know there are incredibly convoluted and long ways of doing this, but I'm wondering if there is a simple and easy solution. Can anybody help me with this?
Thanks!
I got a range in B3 to C7 that contains unique values, repeated values, and blank cells. My intention is to count all individual unique cells and return "Yes" if the number of unique cells is higher than 2. However, UNIQUE only returns unique rows, but not unique cells. Using a combination of FILTER and UNIQUE to get rid of the blank cells didn't help either, as it returned a #VALUE! error. I know there are incredibly convoluted and long ways of doing this, but I'm wondering if there is a simple and easy solution. Can anybody help me with this?
Thanks!