Conditional Formatting

Helen Wills

New Member
Joined
Nov 14, 2014
Messages
27
Office Version
  1. 365
Platform
  1. Windows
Hi

I am trying to conditional format a cell but am struggling

I have a summary sheet, which I would like to autopopulate based on data on other sheets in the workbook

I would like Cells A15 and B15 on Sheet A to conditonal format to green, if the there is no data in column M on Sheet B. In column M I will manually place a # next to records I have identified as incorrect.

If all cells are blank in Column M is blank in Sheet B, I would like Cells A15 and B15 on Sheet A to conditonal format to green

Is this possible?

Thanks All

Helen
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
use a conditional formatting formula

Select cells A15 and Cell B15

=COUNTA('Sheet B'!$M:$M)=0

for 2007 or 2010 excel version
Conditional Formatting


Highlight applicable range >>
A15 and B15


Home Tab >> Styles >> Conditional Formatting
New Rule >> Use a formula to determine which cells to format
Edit the Rule Description: Format values where this formula is true:


=COUNTA('Sheet B'!$M:$M)=0


Format… [Number, Font, Border, Fill] - green fill
choose the format you would like to apply when the condition is true
OK >> OK
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,337
Members
452,636
Latest member
laura12345

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