conditional formating

stathis1234

New Member
Joined
Jun 29, 2018
Messages
7
Please your help will be appreciated
I dont know if it is possible but I want to highlight (conditional formatting) a column B14:B128 depending on the text values of another column D14:D128 where some criteria met on a specific cell D134 that contains text and is like a dynamic cell i am going to give the text each time to the specific cell.
Thank you
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
Select B14:B128 and apply this CF formula

=$D14=$D$134

Excel will automatically change the 14 for each row.
 
Upvote 0
Thank you so much is working fine
But there is a small problem the conditional formating is applying only when is an exact match of the cell d134 to d14
i would like to know if can apply if there is partial matching for example if d14 has a text in it (14.00-23.00 BQT) and D134 has (only BQT) can conditional formating work
 
Upvote 0
Try
=ISNUMBER(SEARCH($D$134,$D14))
 
Upvote 0
Glad we could help & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,215,045
Messages
6,122,840
Members
449,096
Latest member
Erald

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