PC Review


Reply
Thread Tools Rate Thread

Conditional Formatting Need

 
 
franco
Guest
Posts: n/a
 
      5th Aug 2006

Please Help, I really tried on my own.

Column A and Column B

If the cell value in column A1 is <6 format should be Blank
If it is 6.0-6.99 then it will look to B1 for more info
If it is 7-0-7.99 then it will look to B1 for more info
And if it is 8 or greater it will look to B1 for more info

If A1’s value is 6 or greater it is possible it will still remai
blank, but now it will look to B1 for that value, to determine wha
should happen with A1

If B1 is greater than 2.99 then A1 will remain blank and also B1 wil
be blank
If B1 is between 2.0 and 2.99 and A1 is between 6 and 7.99 the
formatting in both cells should be background color let’s say lit
green

If B1 is between 0 and 1.99 AND A1 is between 6 and 7.99 the
formatting in both cells should be background color lets say Dar
green

If B1 is 0-2.99 and A1 is 8 or greater they should both be Dark green.
If B1 is 3 or greater it doesn’t matter, both are blank.

I feel like this should be able to get done, but I’m having troubl
with getting the formula

--
franc
-----------------------------------------------------------------------
franco's Profile: http://www.excelforum.com/member.php...fo&userid=3682
View this thread: http://www.excelforum.com/showthread.php?threadid=56855

 
Reply With Quote
 
 
 
 
franco
Guest
Posts: n/a
 
      5th Aug 2006

I figured this out.
Thanks anyway.


--
franco
------------------------------------------------------------------------
franco's Profile: http://www.excelforum.com/member.php...o&userid=36823
View this thread: http://www.excelforum.com/showthread...hreadid=568558

 
Reply With Quote
 
Ken Johnson
Guest
Posts: n/a
 
      5th Aug 2006
Hi Franco,

Light green...

=AND($B1>=2,$B1<=2.99,$A1>=6,$A1<8)

Dark green...

=OR(AND($A1>=6,$A1<8,$B1>=0,$B1<=2),AND($A1>=8,$B1<=2.99))

Same formulas for both A1 and B1.

Ken Johnson

 
Reply With Quote
 
Ken Johnson
Guest
Posts: n/a
 
      5th Aug 2006

franco wrote:
> I figured this out.
> Thanks anyway.



Hi Franco,

You figured it out just as I posted.

Do we agree?

Ken Johnson

 
Reply With Quote
 
franco
Guest
Posts: n/a
 
      5th Aug 2006

Oh geez, I was afraid of that, that's why I posted that I had complete
it.
I woke up with it on my mind.

Yes we agree.

Thank you so much for taking the time out for it.

I really appreciate that.

Fran

--
franc
-----------------------------------------------------------------------
franco's Profile: http://www.excelforum.com/member.php...fo&userid=3682
View this thread: http://www.excelforum.com/showthread.php?threadid=56855

 
Reply With Quote
 
Ken Johnson
Guest
Posts: n/a
 
      5th Aug 2006
Hi Frank,

No worries, it's nice to know I got it right>

Ken Johnson

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional Formatting of text effecting formatting of background =?Utf-8?B?SEFI?= Microsoft Access Reports 6 25th Mar 2008 06:23 PM
Protect Cell Formatting including Conditional Formatting =?Utf-8?B?TWljayBKZW5uaW5ncw==?= Microsoft Excel Misc 5 13th Nov 2007 05:32 PM
Conditional Formatting No Longer Conditional in 2007 Beta =?Utf-8?B?Q2FjdHVhci1Oby1KdXRzdQ==?= Microsoft Excel Crashes 0 17th Nov 2006 10:01 PM
How do I do a complex conditional in a conditional formatting formula Ray Stevens Microsoft Excel Discussion 7 12th Mar 2006 10:24 PM
Conditional Formatting that will display conditional data =?Utf-8?B?QnJhaW5GYXJ0?= Microsoft Excel Worksheet Functions 1 13th Sep 2005 05:45 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:51 PM.