Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Color Conditional Formatting

I would like a conditional formatting in
column A would be RED if the range from B to D has a color RED.
column A would be YELLOW if the range from B to D is YELLOW OR GREEN
column A would be GREEN if the range from B to D is all green


A B C D
RED YEllow Green Red
YELLOw Green YELLOW GREEN
GREEN GREEN GREEN GREEN

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Color Conditional Formatting

A1
=IF(COUNTIF($B1:$D1,"Red")0,"Red",IF(COUNTIF($B1: $D1,"Green")=3,"Green","Yellow"))
Copy down from A1 to A3

Condition Formatting
condition 1: =A1="Red" (format as red)
condition 2: =A1="Yellow" (fromat as yellow)
condition 3: =A1="Green" (format as green)


"Conditional Formatting" wrote:

I would like a conditional formatting in
column A would be RED if the range from B to D has a color RED.
column A would be YELLOW if the range from B to D is YELLOW OR GREEN
column A would be GREEN if the range from B to D is all green


A B C D
RED YEllow Green Red
YELLOw Green YELLOW GREEN
GREEN GREEN GREEN GREEN

Thanks!

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
Deferring conditional formatting? Pheasant Plucker® Excel Discussion (Misc queries) 14 March 17th 06 08:17 PM
Conditional Formatting: "handwritten" circles? UWHusky Excel Discussion (Misc queries) 0 February 25th 06 12:27 AM
Paste Link - retaining formatting Suzanne Marie Excel Discussion (Misc queries) 1 August 18th 05 02:02 AM
conditional formatting with formula mwc0914 Excel Worksheet Functions 2 July 20th 05 08:11 PM
Conditional formatting not available in Excel BAB Excel Discussion (Misc queries) 2 January 1st 05 03:33 PM


All times are GMT +1. The time now is 05:50 AM.

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"