Problems with UNIQUE

RonOliver

Board Regular
Joined
Aug 30, 2022
Messages
99
Office Version
  1. 365
Platform
  1. Windows
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!
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
Without seeing your data, can't know for sure, but try something like
Excel Formula:
=IF(ROWS(UNIQUE(TOCOL(B3:C7,3)))>2, "Yes","No")
 
Upvote 1
Solution
That's amazing. I don't know how you do this. Thanks so very much!
 
Upvote 0

Forum statistics

Threads
1,223,893
Messages
6,175,240
Members
452,621
Latest member
Laura_PinksBTHFT

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top