Conditional Formatting Not Working Properly

tykc17

New Member
Joined
Jul 5, 2017
Messages
6
Office Version
  1. 365
Platform
  1. Windows
I have a rule that if B5="App" then it should have a light green background and black text and it would go from B5:J5. I applied the rule to the cell and when I have "App" in B5 it only changes the B5 cell and doesn't do the entire row selected for the rule to be applied.

Using Microsoft 356 App for Enterprise
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Is the formula specifically =B5="App" ? To get the entire row highlighted, you should select your entire range B5:J# and then apply the CF rule like this:
Excel Formula:
=$B5="App"
 
Upvote 0
“App” is tied to a cell in another tab so it’s info!$AB$57
 
Upvote 0
Can you post a screenshot of your current formula in the CF editor then?
 
Upvote 0
This the same formatting and formula I use on other tabs within this workbook so I don't really understand the reason why it isn't working on this tab

CF Error.png
 
Upvote 0
If you want the entire row B:J to highlight when B5 = INFO!AB97, then I am surprised the formula is working on any tab without locking the B5 reference. Have you tried what I suggested above?

Excel Formula:
=$B5=INFO!$AB$97
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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