Conditional Format Question

Craigc3814

Board Regular
Joined
Mar 7, 2016
Messages
217
I have text returned from a formula in cell B27, I want conditional formatting to look at the value in B27, find that value in cells H21:H25, then highlight the cell directly next to it.

For example
I have the formula in cell B27 is returning the word Needs Imprv (It changes as new data comes in).
I want to then look at the scale in cells H21:H25 (This scale never changes it goes from Exceptional to Fails)
When it finds Needs Imprv. which is in cell H24 I want it to highlight I24
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Select cells I21:I25 (those are the cells that you want to apply the Conditional Formatting to) and enter in the following Conditional Formatting Formula:
Code:
=$H21=$B$27
and choose your highlighting option.
 
Upvote 0
but the value in B27 can be in H21 - H25
I know, but you want to highlight column I, not column H, right?
If you do exactly as I tell you, it will work.
Try it and see!
 
Upvote 0
I was not catching on that the you were not locking down all of H21 just the column. That worked thank you.
 
Upvote 0
You are welcome.
Yep, the placement of the Absolute Range References is critical.
 
Upvote 0

Forum statistics

Threads
1,223,958
Messages
6,175,633
Members
452,661
Latest member
Nonhle

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