Conditional formatting to highlight cell based on value in another cell

Sandman1985

New Member
Joined
Jun 22, 2022
Messages
19
Office Version
  1. 365
Platform
  1. Windows
Hi All,

Hoping what I am trying to do is possible. Read a few variations on my conditional formatting formula but nothing was successful.

I am trying to conditionally format cells in a table, based on values in a second table.

I have used this formula =IF(BO12="",NOT(ISBLANK('Overall Schedule'!BO9))) and it works - except it is also applying formatting to corresponding cells which contain a formula but no value. Is there a way I can edit this formula to ignore cells with a formula but no value in the "Overall Schedule" sheet?

Any help greatly appreciated.

Regards,

Sandman
 

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.
Not sure but you can try this -

=AND(BO12="",'Overall Schedule'!BO9<>"")
 
Upvote 0
Solution

Forum statistics

Threads
1,215,429
Messages
6,124,837
Members
449,193
Latest member
MikeVol

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