View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rick[_10_] Rick[_10_] is offline
external usenet poster
 
Posts: 17
Default Conditional formatting to a different cell and it contains aformula

On Jul 15, 5:22*pm, "RagDyer" wrote:
I just gotta refresh my OE more often!<bg
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------"RagDyer" wrote in message

...



Click in C3, then, from the Menu Bar:
<Format <Conditional Formatting


Change "Cell Value Is" to "Formula Is", and enter this formula:


=B1="3"


Then click on <Format
and choose whatever you like,
Then <OK <OK


The parenthesis around the 3 is necessary because your Substitute formula
returns a Text value, not a true number.
--
HTH,


RD


---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Rick" wrote in message
...
This formula in B1 is: =SUBSTITUTE(A1,".","")
returns a number. (It removes a series of "dots" from the cell
contents in A1.)


Is it possible to have another cell C3 in that row become formatted,
if the contents of B1 are displaying the number 3?


So: A1 contains: " ............3" (without the quotes)
B1 displays the number 3
We'd like C3 to be bold, lets say, or purple if a 3 is displayed in
B1.


Thanks,
Rick- Hide quoted text -


- Show quoted text -


They all worked fine. You folks are great.
Rick.