Identify Unique Value Only

Rahulwork

Active Member
Joined
Jun 9, 2013
Messages
284
Hello Everyone,

Hope you are fine.

I have a spreadsheet and there is a column contain duplicate value. Pls find below for example


ABCD
11200
21500
31200
41700
51200

<tbody>
</tbody>

I need a formula in B1 where result should be like below:



ABC
11200True
21500True
31200Already Exist
41700True
51200Already Exist

<tbody>
</tbody>


I want duplicate should be count once. Pls help

Let me know if you need any further information.

Regards
Rahul
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
Then to count the unique numbers, you can use this:

=COUNTIF(B:B,TRUE)

There are more complicated formulas that can calculate the number of unique items without the B column.
 
Upvote 0
Hi.. No :(

I mean i m getting the same result but while m doing pivot on value and taking True count it's still including already exists one as well :(

Help
 
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,750
Members
448,989
Latest member
mariah3

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