|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (7 bit)
Join Date: May 2004
Posts: 103
|
Excel Formula Question
I am Working on a worksheet in Microsoft Excel for a friend. He wants a cell to always contain a word. But if a value in the cell next to it reaches a certain value the cell with the word in it should change colors.(IE. If the word is "computer" and the value goes above 50 the cell with computer in it should change to the collor red.) I thought an if formula and conditional formating would work but no such luck. If the value is true or false the true formating is always applied.
ANy help is greatly appreciated. |
|
|
|
|
|
#2 |
|
Member (9 bit)
Join Date: Feb 2005
Posts: 392
|
try this:
http://www.mrexcel.com/tip054.shtml or you can do the hard way with visual basic function:" RGB" and for text specifics: ------------------------------------------- Select the cells you want to apply formatting. Goto Format --> Conditional Formatting Condition 1: Formula Is --> =NOT(ISERROR(SEARCH("computer",range))) Format... Colour = Red OK .. OK ------------------------------------------ note: "range" should be something like A1:A50 for ex. Last edited by alfie2; 07-12-2005 at 04:15 AM. |
|
|
|
|
|
#3 |
|
Member (7 bit)
Join Date: May 2004
Posts: 103
|
Thanks
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|