Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Conditional formatting Help!

If AO is the abs difference between two other cells, and one of them
is zero (blank cell), then the difference could be up to 100, so that
is why your third condition is applied. I don't know anything about
what you are trying to do, but you could control the value in AO with
something like this:

=IF(OR(x="",y=""),"",ABS(x-y))

where x and y are your two cells whose difference you want.

Hope this helps.

Pete

On Mar 11, 12:01*pm, Mifty wrote:
Hi Pete,

Thanks for your reply. I've used your formula but changed it 'cos it was the
third condition that was giving me problems. AO is the abs difference between
two values max of 100 each so:

=AND($AO9<100,$AO9=20)

This works fine but why and what would I do if I didn't have a ceiling
figure I could put in?

Cells are formatted as numbers

Thanks again
--
Mifty



"Pete_UK" wrote:
A blank cell is treated as zero, so it will match your first condition
- change it to:


=AND($AO880,$AO88<=10)


Hope this helps.


Pete


On Mar 11, 12:29 am, Mifty wrote:
Hi,


I've got a problem with conditional formatting.


3 conditions


=$AO88<=10


=AND($AO8810,$AO88<20)


=$AO88=20


My problem is that blank cells are being formatted as for condition 3 and I
don't want it to be!!


Any help would be truly appreciated


Cheers


--
Mifty- Hide quoted text -


- Show quoted text -


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Protect Cell Formatting including Conditional Formatting Mick Jennings Excel Discussion (Misc queries) 5 November 13th 07 05:32 PM
Conditional Formatting Randy Excel Discussion (Misc queries) 6 October 19th 07 07:19 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 3 January 20th 07 02:02 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 0 January 15th 07 04:35 PM
Conditional Formatting that will display conditional data BrainFart Excel Worksheet Functions 1 September 13th 05 05:45 PM


All times are GMT +1. The time now is 12:47 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"