Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 27
Default Conditonal Format Problem

I have a set of data:

A B
Car1 12
Car2 19
Car1 11
Car3 31
Car1 9
Car2 22

I need column B to flash up RED if Car1 is 10 or less, Car2 is 20 or
less and if Car3 is 30 or less. I have no idea where to even start on
the formulas.

If anyone can help it would be great.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 320
Default Conditonal Format Problem

Select column B. Use Format/Conditional Formatting. Change "Cell Value is" to
"Formula Is". Enter this formula (assumes B1 is the active cell):
=OR(AND(A1="Car1",B1<=10),AND(A1="Car2",B1<=20),AN D(A1="Car3",B1<=30))
then click the Format button, Patterns tab, select Red.
(Untested).
Bob Umlas
Excel MVP

"Dave" wrote:

I have a set of data:

A B
Car1 12
Car2 19
Car1 11
Car3 31
Car1 9
Car2 22

I need column B to flash up RED if Car1 is 10 or less, Car2 is 20 or
less and if Car3 is 30 or less. I have no idea where to even start on
the formulas.

If anyone can help it would be great.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Conditonal Format Problem

Select column B, Format/ Conditional Formatting/ Formula is:
=OR(AND(A1="Car1",B1<=10),AND(A1="Car2",B1<=20),AN D(A1="Car3",B1<=30))
Set your format to your preferences.
--
David Biddulph

"Dave" wrote in message
ups.com...
I have a set of data:

A B
Car1 12
Car2 19
Car1 11
Car3 31
Car1 9
Car2 22

I need column B to flash up RED if Car1 is 10 or less, Car2 is 20 or
less and if Car3 is 30 or less. I have no idea where to even start on
the formulas.

If anyone can help it would be great.



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 27
Default Conditonal Format Problem

Works great, thanks both of you for your help

On 6 Mar, 18:48, "David Biddulph" <groups [at] biddulph.org.uk wrote:
Select column B, Format/ Conditional Formatting/ Formula is:
=OR(AND(A1="Car1",B1<=10),AND(A1="Car2",B1<=20),AN D(A1="Car3",B1<=30))
Set your format to your preferences.
--
David Biddulph

"Dave" wrote in message

ups.com...

I have a set of data:


A B
Car1 12
Car2 19
Car1 11
Car3 31
Car1 9
Car2 22


I need column B to flash up RED if Car1 is 10 or less, Car2 is 20 or
less and if Car3 is 30 or less. I have no idea where to even start on
the formulas.


If anyone can help it would be great.



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
Conditonal Formula flyers5182 Excel Discussion (Misc queries) 7 February 5th 07 09:17 PM
Pivot Table Conditonal Format of the Grand Total michelle Excel Worksheet Functions 3 November 2nd 06 11:39 PM
Conditonal Formatting Matt Excel Discussion (Misc queries) 3 April 21st 06 07:42 PM
Conditonal Format Formula Yogi_Bear_79 Excel Worksheet Functions 5 June 3rd 05 05:35 PM
Conditonal Format with a date format Kevin Excel Discussion (Misc queries) 2 April 27th 05 10:20 PM


All times are GMT +1. The time now is 01:07 PM.

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

About Us

"It's about Microsoft Excel"