Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default Color Change Text by type of Entry

I am wondering how to cause a Cell to change it's text color without using
the color selection tool. I use Excell to create a 30 person Schedule for
each week of the month. And any time I have new employees, I change the text
to Red to represent newbies.

Program (Excell 2003)

Example:

A1 is Blank and has the Formula in it.
B1-B10 has a list of New Employees.

I use a drop down menu on a seperate sheet that selects the employee's name,
and it is transferd to a schedule for PrintOut.

When the name is transferd (to any cell), it needs to change it's font color
depending on the name that is in the Cell.

So if my Newbie List has Sam, Bill, Jack and Steeve on it and Jack's name
shows up in A1, it should automaticly turn Red to represent a new employee.
-----

I attempted to try and use Conditional Formating to do what I want, but it
dosn't select more than two cells worth of names and dosn't select anything
from different pages.

-Matlock
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,081
Default Color Change Text by type of Entry

You can refer to cells on another sheet if you use named ranges, so...
Name the range that contains your list of newbies - call it Newbies.

Now, select the range that needs to be formatted, go to conditional
formatting, select Formula is, and use a formula like

=NOT(ISERROR(MATCH(A4,newbies,0)))

In your version change A4 to reflect the active cell's address

"Matlock" wrote:

I am wondering how to cause a Cell to change it's text color without using
the color selection tool. I use Excell to create a 30 person Schedule for
each week of the month. And any time I have new employees, I change the text
to Red to represent newbies.

Program (Excell 2003)

Example:

A1 is Blank and has the Formula in it.
B1-B10 has a list of New Employees.

I use a drop down menu on a seperate sheet that selects the employee's name,
and it is transferd to a schedule for PrintOut.

When the name is transferd (to any cell), it needs to change it's font color
depending on the name that is in the Cell.

So if my Newbie List has Sam, Bill, Jack and Steeve on it and Jack's name
shows up in A1, it should automaticly turn Red to represent a new employee.
-----

I attempted to try and use Conditional Formating to do what I want, but it
dosn't select more than two cells worth of names and dosn't select anything
from different pages.

-Matlock

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default Color Change Text by type of Entry

That is exactly what I needed. Thanks. -Thumbs up!-
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
How can I change the color/type of the borders I put on cells? Tourkow Excel Discussion (Misc queries) 8 November 25th 09 04:42 PM
using data entry to change a fill color Tony S. Excel Worksheet Functions 1 September 13th 06 03:13 AM
How do I change text from all caps to normal type? Karol Excel Worksheet Functions 3 June 20th 06 04:53 PM
How do I change cell color upon entry, and exit? Deb Excel Worksheet Functions 1 August 4th 05 09:48 AM
automatically change text case on entry John Davies Excel Discussion (Misc queries) 2 July 15th 05 08:42 AM


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