![]() |
#1
|
|||
|
|||
![]()
If a cell is formatted as a number, and then if I am trying to do a conditional format to that cell, how do I get it to stop recognizing an empty cell as a number?
My condition is if F3<D3, the shade yellow. If F3 is empty, it is shading yellow. I really need lessons on conditional formatting. I have a Min. Target and Max. in three differnt columns, with 31 columns of data to the right of that. I only want to shade cells that fall below the min. or above the Max. I need to apply this to an entire sheet, and right now, all of the empty cells are getting shaded. Thanks, Gary Last edited by Gary Drumm; 02-21-2014 at 10:58 AM. Reason: typos |
#2
|
||||
|
||||
![]()
If I have understood correctly what you need, select G3:AI50 and use
Code:
=((TYPE(G3)<>2)*(G3<>""))*OR(G3<$D3,G3>$F3) Some of your empty cells are null cells, but others are blank, which makes it a little awkward
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
#3
|
|||
|
|||
![]()
Awesome,
Seems to be working perfectly. Where do I click on the Scale? Thank You, Gary |
#4
|
||||
|
||||
![]()
It's in the upper right corner of my post next to the post number - Thx in advance, we don't get much rep around here
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Raner | Excel | 4 | 06-17-2013 11:13 PM |
Conditional Formatting Problem Excel 2007 | namedujour | Excel | 6 | 08-04-2011 10:52 AM |
Word 2007 - edit appearance of icons on quick access toolbar | hkeiner | Word | 0 | 07-23-2010 01:42 PM |
How can I fill cell color starting from Cell D5 using Conditional formatting instead | Learner7 | Excel | 0 | 07-08-2010 05:50 AM |
![]() |
Scaffold | Excel | 2 | 05-01-2010 08:56 AM |