Conditional formatting changing color even on blank value

ajayanand1717

New Member
Joined
Jan 20, 2020
Messages
24
Office Version
  1. 2016
Platform
  1. Windows
I have tried to put conditional formatting in a range which is blank that cells that contain value equal to 0 should be changed to green color but when i apply this to the range the whole range changes color to green , why it is happening with blank cells , cells with 0 value should have green color can anybody explain this to me

HYPERLINKS.xlsx
M
14
15
16
17
18
19
20
21
SAVING KHATA
Cells with Conditional Formatting
CellConditionCell FormatStop If True
M14:M21Cell Value=0textNO


Thanks
ajay
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
Try "Use a formula to determine which cells to format" and use
=EXACT(M14,0)
 
Upvote 0
Try "Use a formula to determine which cells to format" and use
=EXACT(M14,0)
Yeah it works perfectly but i am still amazed at why my condition was not working how can a blank cell change color without entering the 0 value. anyway thanks for your help:)
 
Upvote 0
Upvote 0

Forum statistics

Threads
1,214,575
Messages
6,120,342
Members
448,956
Latest member
Adamsxl

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