Conditional formatting question

bcselect

Board Regular
Joined
May 13, 2021
Messages
80
Office Version
  1. 365
Platform
  1. Windows
=AND($B22:$B221="1",'Sheet2'!$N$7:$N206="no")

I have 2 worksheets, Sheet1 and Sheet2. This formula is used to conditionally format cells in Columns C and D. I can't get it to work.
Does anyone see what I'm missing?
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Without knowing which are the formatted cells and wich are the conditions that need to be verified I can only bet one dime on the hypothesis that you should:
-select cells B22:B221 on sheet1
-set the conditional format using the formula =AND($B22=1,'Sheet2'!$N7="no")
 
Upvote 0
Without knowing which are the formatted cells and wich are the conditions that need to be verified I can only bet one dime on the hypothesis that you should:
-select cells B22:B221 on sheet1
-set the conditional format using the formula =AND($B22=1,'Sheet2'!$N7="no")
The cells to be formatted are C7:D206 on
 
Upvote 0
So select C7:D206 on sheet1 (correct) and apply the conditional format using the formula I gave before
 
Upvote 0
Then you should describe which conditions you need to check to format Sheet1-C7:D206, what type of information that area contains (numbers or strings or other), what type of information is in
Sheet1- B22:B221 and in Sheet2-N7:N206
 
Upvote 0
Solution

Forum statistics

Threads
1,215,066
Messages
6,122,948
Members
449,095
Latest member
nmaske

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