Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 25
Default text conditional formating

I have been trying to do the following and cant get it right:
in a (validation) list H5 through h168, i have 6 different names, in a J5
through j168 , i want the cell in j5 to turn the color of the text, ie: h5
has Figdore, in J5 I want the name Blue to come up and make that cell a blue
colo.


h5 figdore = j5 blue
h6 jackson = j6 pink

Please help, thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 857
Default text conditional formating

If I correctly understand what you're looking for, you need to:

In J5, put the formula:

=IF(H5="Figdore", "Blue", "")

Then conditionally format J5 to color blue when the cell value is "Blue"


"hannatrip" wrote:

I have been trying to do the following and cant get it right:
in a (validation) list H5 through h168, i have 6 different names, in a J5
through j168 , i want the cell in j5 to turn the color of the text, ie: h5
has Figdore, in J5 I want the name Blue to come up and make that cell a blue
colo.


h5 figdore = j5 blue
h6 jackson = j6 pink

Please help, thanks

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 25
Default text conditional formating

when i put this in j5 I get a message: The value you entered is not valid?

"Vergel Adriano" wrote:

If I correctly understand what you're looking for, you need to:

In J5, put the formula:

=IF(H5="Figdore", "Blue", "")

Then conditionally format J5 to color blue when the cell value is "Blue"


"hannatrip" wrote:

I have been trying to do the following and cant get it right:
in a (validation) list H5 through h168, i have 6 different names, in a J5
through j168 , i want the cell in j5 to turn the color of the text, ie: h5
has Figdore, in J5 I want the name Blue to come up and make that cell a blue
colo.


h5 figdore = j5 blue
h6 jackson = j6 pink

Please help, thanks

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 857
Default text conditional formating

Sounds like there's a validation rule in J5. If "Blue" isn't an allowed
value in J5 then, it wouldn't work according to your needs.


"hannatrip" wrote:

when i put this in j5 I get a message: The value you entered is not valid?

"Vergel Adriano" wrote:

If I correctly understand what you're looking for, you need to:

In J5, put the formula:

=IF(H5="Figdore", "Blue", "")

Then conditionally format J5 to color blue when the cell value is "Blue"


"hannatrip" wrote:

I have been trying to do the following and cant get it right:
in a (validation) list H5 through h168, i have 6 different names, in a J5
through j168 , i want the cell in j5 to turn the color of the text, ie: h5
has Figdore, in J5 I want the name Blue to come up and make that cell a blue
colo.


h5 figdore = j5 blue
h6 jackson = j6 pink

Please help, thanks

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 25
Default text conditional formating

yeah i fixed it!! but now how do i do this for the rest of the people on the
drop down list in h5?
johnson, unwin,lawrence,figdore shuold all be blue
jackson,gerlach,keperling,benoit-wilson should all be pink

"Vergel Adriano" wrote:

Sounds like there's a validation rule in J5. If "Blue" isn't an allowed
value in J5 then, it wouldn't work according to your needs.


"hannatrip" wrote:

when i put this in j5 I get a message: The value you entered is not valid?

"Vergel Adriano" wrote:

If I correctly understand what you're looking for, you need to:

In J5, put the formula:

=IF(H5="Figdore", "Blue", "")

Then conditionally format J5 to color blue when the cell value is "Blue"


"hannatrip" wrote:

I have been trying to do the following and cant get it right:
in a (validation) list H5 through h168, i have 6 different names, in a J5
through j168 , i want the cell in j5 to turn the color of the text, ie: h5
has Figdore, in J5 I want the name Blue to come up and make that cell a blue
colo.


h5 figdore = j5 blue
h6 jackson = j6 pink

Please help, thanks



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 857
Default text conditional formating

Specify 2 conditions for the conditional format. Blue condition formula is:

=OR(H5="Johnson", H5="Unwin", H5="Lawrence", H5="Figdore")

Pink condition formula is

=OR(H5="Jackson", H5="Gerlach", H5="Keperling", H5="Benoit-Wilson")


"hannatrip" wrote:

yeah i fixed it!! but now how do i do this for the rest of the people on the
drop down list in h5?
johnson, unwin,lawrence,figdore shuold all be blue
jackson,gerlach,keperling,benoit-wilson should all be pink

"Vergel Adriano" wrote:

Sounds like there's a validation rule in J5. If "Blue" isn't an allowed
value in J5 then, it wouldn't work according to your needs.


"hannatrip" wrote:

when i put this in j5 I get a message: The value you entered is not valid?

"Vergel Adriano" wrote:

If I correctly understand what you're looking for, you need to:

In J5, put the formula:

=IF(H5="Figdore", "Blue", "")

Then conditionally format J5 to color blue when the cell value is "Blue"


"hannatrip" wrote:

I have been trying to do the following and cant get it right:
in a (validation) list H5 through h168, i have 6 different names, in a J5
through j168 , i want the cell in j5 to turn the color of the text, ie: h5
has Figdore, in J5 I want the name Blue to come up and make that cell a blue
colo.


h5 figdore = j5 blue
h6 jackson = j6 pink

Please help, thanks

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 25
Default text conditional formating

thank you sooo much!!

"Vergel Adriano" wrote:

Specify 2 conditions for the conditional format. Blue condition formula is:

=OR(H5="Johnson", H5="Unwin", H5="Lawrence", H5="Figdore")

Pink condition formula is

=OR(H5="Jackson", H5="Gerlach", H5="Keperling", H5="Benoit-Wilson")


"hannatrip" wrote:

yeah i fixed it!! but now how do i do this for the rest of the people on the
drop down list in h5?
johnson, unwin,lawrence,figdore shuold all be blue
jackson,gerlach,keperling,benoit-wilson should all be pink

"Vergel Adriano" wrote:

Sounds like there's a validation rule in J5. If "Blue" isn't an allowed
value in J5 then, it wouldn't work according to your needs.


"hannatrip" wrote:

when i put this in j5 I get a message: The value you entered is not valid?

"Vergel Adriano" wrote:

If I correctly understand what you're looking for, you need to:

In J5, put the formula:

=IF(H5="Figdore", "Blue", "")

Then conditionally format J5 to color blue when the cell value is "Blue"


"hannatrip" wrote:

I have been trying to do the following and cant get it right:
in a (validation) list H5 through h168, i have 6 different names, in a J5
through j168 , i want the cell in j5 to turn the color of the text, ie: h5
has Figdore, in J5 I want the name Blue to come up and make that cell a blue
colo.


h5 figdore = j5 blue
h6 jackson = j6 pink

Please help, 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
CONDITIONAL FORMATING FINDING TEXT CONTAINING SPECIFIC NUMBERS Twiggy Excel Worksheet Functions 4 April 12th 06 09:13 AM
Conditional formating with TEXT Steve M Excel Discussion (Misc queries) 4 February 18th 06 05:11 PM
Conditional formating based on text mango7 Excel Worksheet Functions 6 February 8th 06 10:11 PM
Conditional Formating when result is text Lary Excel Worksheet Functions 1 December 16th 04 02:13 AM
conditional formating - Highlighting text cells based on sales res ANDREW_B Excel Discussion (Misc queries) 7 December 2nd 04 04:27 PM


All times are GMT +1. The time now is 02:02 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"