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

nI have a drop down menu in C1 with approx. 20 options to choose from. I
want C2 to turn red if a particular option is picked from the box (this
applies to 1 out of the 20 only) - how do I do this?. Any help is
appreciated. Thanks.
--
DWillcox
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Conditional Formatting

Assuming the particular option results in C1 having the value: Special

Select C2, then apply conditional formatting
using Formula is:
=C1="Special"
Format to taste, Ok out.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Willco3" wrote:
nI have a drop down menu in C1 with approx. 20 options to choose from. I
want C2 to turn red if a particular option is picked from the box (this
applies to 1 out of the 20 only) - how do I do this?. Any help is
appreciated. Thanks.
--
DWillcox

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default Conditional Formatting

thanks Max that worked - one other thing, how do I turn off the color in C2
once an option has been selected?
--
DWillcox


"Max" wrote:

Assuming the particular option results in C1 having the value: Special

Select C2, then apply conditional formatting
using Formula is:
=C1="Special"
Format to taste, Ok out.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Willco3" wrote:
nI have a drop down menu in C1 with approx. 20 options to choose from. I
want C2 to turn red if a particular option is picked from the box (this
applies to 1 out of the 20 only) - how do I do this?. Any help is
appreciated. Thanks.
--
DWillcox

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Conditional Formatting

You turn the colour off by having anything other than "Special" in C1.
If you wish to include a further condition in your formatting criterion, you
can combine conditions using AND or OR.
--
David Biddulph

"Willco3" wrote in message
...
thanks Max that worked - one other thing, how do I turn off the color in
C2
once an option has been selected?
--
DWillcox


"Max" wrote:

Assuming the particular option results in C1 having the value: Special

Select C2, then apply conditional formatting
using Formula is:
=C1="Special"
Format to taste, Ok out.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Willco3" wrote:
nI have a drop down menu in C1 with approx. 20 options to choose from.
I
want C2 to turn red if a particular option is picked from the box (this
applies to 1 out of the 20 only) - how do I do this?. Any help is
appreciated. Thanks.
--
DWillcox



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default Conditional Formatting

Thanks - I'm still learning......do I do a 2nd cond format to turn the cell
(C2) back to white after data has been entered into it - right now it stays
red even though the data has been selected?
--
DWillcox


"David Biddulph" wrote:

You turn the colour off by having anything other than "Special" in C1.
If you wish to include a further condition in your formatting criterion, you
can combine conditions using AND or OR.
--
David Biddulph

"Willco3" wrote in message
...
thanks Max that worked - one other thing, how do I turn off the color in
C2
once an option has been selected?
--
DWillcox


"Max" wrote:

Assuming the particular option results in C1 having the value: Special

Select C2, then apply conditional formatting
using Formula is:
=C1="Special"
Format to taste, Ok out.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Willco3" wrote:
nI have a drop down menu in C1 with approx. 20 options to choose from.
I
want C2 to turn red if a particular option is picked from the box (this
applies to 1 out of the 20 only) - how do I do this?. Any help is
appreciated. Thanks.
--
DWillcox






  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Conditional Formatting

With the condition Max specified, it should be red when C1="Special" and not
coloured otherwise. Is that what it's doing? Is that what you want?

If not, you'll have to explain the problem in more detail. If you need to
explain exactly what you've got, copy the formula from your CF condition and
paste it here; don't try to retype it here.
--
David Biddulph

"Willco3" wrote in message
...
Thanks - I'm still learning......do I do a 2nd cond format to turn the
cell
(C2) back to white after data has been entered into it - right now it
stays
red even though the data has been selected?
--
DWillcox


"David Biddulph" wrote:

You turn the colour off by having anything other than "Special" in C1.
If you wish to include a further condition in your formatting criterion,
you
can combine conditions using AND or OR.
--
David Biddulph

"Willco3" wrote in message
...
thanks Max that worked - one other thing, how do I turn off the color
in
C2
once an option has been selected?
--
DWillcox


"Max" wrote:

Assuming the particular option results in C1 having the value: Special

Select C2, then apply conditional formatting
using Formula is:
=C1="Special"
Format to taste, Ok out.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Willco3" wrote:
nI have a drop down menu in C1 with approx. 20 options to choose
from.
I
want C2 to turn red if a particular option is picked from the box
(this
applies to 1 out of the 20 only) - how do I do this?. Any help is
appreciated. Thanks.
--
DWillcox






  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Conditional Formatting

Did you try either of the answers to your identical question yesterday?
--
David Biddulph

"Willco3" wrote in message
...
nI have a drop down menu in C1 with approx. 20 options to choose from. I
want C2 to turn red if a particular option is picked from the box (this
applies to 1 out of the 20 only) - how do I do this?. Any help is
appreciated. Thanks.
--
DWillcox



  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default Conditional Formatting

sorry - couldn't see yesterdays ? - thought it didn't go through..........
--
DWillcox


"David Biddulph" wrote:

Did you try either of the answers to your identical question yesterday?
--
David Biddulph

"Willco3" wrote in message
...
nI have a drop down menu in C1 with approx. 20 options to choose from. I
want C2 to turn red if a particular option is picked from the box (this
applies to 1 out of the 20 only) - how do I do this?. Any help is
appreciated. Thanks.
--
DWillcox




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 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 Mal Excel Worksheet Functions 1 March 23rd 06 01:25 AM
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 02:17 AM.

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"