Coloring cells based on different values.

AlexanderHUN

New Member
Joined
Jun 13, 2016
Messages
8
Office Version
  1. 2016
Platform
  1. Windows
Hey guys, i have a bit of a problem here solving this issue hope someone can help me out:
So I have a table that looks like this with couple thousand rows more, from time to time i would have to find some of the rows based on the UNIQUE IDs and instead of manually looking for them, I would love to have a formula in Column D where I could just input the Unique IDs im looking for and the formula would highlight all the matching Unique IDs with color in the UNIQUE ID column, so after that I could just filter for color in the UNIQUE ID column and then I would have all the necessary information I need. Thanks in advance.
Input DateProject NumberUNIQUE IDIDs Im Looking forColumn D
01.01.2023ABC9000010002
01.01.2023ABC9000020004
01.01.2023ABC900003
01.01.2023
ABC900004
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
Depending on your XL version there are diffrent possibilities. Please update your profile with the version you are using so that the board can give the solution tailored to your version.
 
Upvote 0
How about
Fluff.xlsm
ABCD
1Input DateProject NumberUNIQUE IDIDs Im Looking for
201/01/2023ABC90001002
301/01/2023ABC90002004
401/01/2023ABC90003
501/01/2023ABC90004
6
7
8
9
Master
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A2:C100Expression=COUNTIFS($D$2:$D$10,$C2)textNO
 
Upvote 0

Forum statistics

Threads
1,216,043
Messages
6,128,470
Members
449,455
Latest member
jesski

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