Find unique values within column

AmyS

New Member
Joined
Jun 22, 2022
Messages
3
Office Version
  1. 365
Platform
  1. Windows
I am trying to find a way to identify unique numbers in the rate column for each ID number if it has Units. For example:

1655914382402.png



In this instance, I would not need to identify anything for the first ID because even though there are units all of the rates are the same but the second ID has one rate that is different (B10) as well as units. I would need that ID identified. I have tried conditional formatting as well as countifs but I have not been able to figure out a way to do this.

Any help would be appreciated.
 

Attachments

  • 1655914176709.png
    1655914176709.png
    4.8 KB · Views: 4

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
If you are on Excel 365
Excel Formula:
=Unique(Filter(ID:Rates, Units>0))

Replace the column references in my fx with the data ranges of your actual data. If that's a table you can add the square brackets to have a formula working with structured references.
 
Upvote 0
If you are on Excel 365
Excel Formula:
=Unique(Filter(ID:Rates, Units>0))

Replace the column references in my fx with the data ranges of your actual data. If that's a table you can add the square brackets to have a formula working with structured references.
 
Upvote 0
Thank you both. Unfortunately, that formula shows any ID with units, not just those with a different rate.
1655922371494.png


In this example, I would have only wanted it to identify the second ID since it had a different rate amount.
 
Upvote 0

Forum statistics

Threads
1,215,239
Messages
6,123,816
Members
449,127
Latest member
Cyko

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