Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 29
Default Conditional Formating based on a different cell

Hi! I have two cells : A1 and E1. If I type any stock symbol into A1, I like
to change the text color in E1.
--
Many thanks for your help in advance. Have a wonderful day!
Zsolt
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 427
Default Conditional Formating based on a different cell

in E1, use the formula form of the Conditional Format

=if(A1...,True,False)
The format you require will be set if the result is True
This can be reduced to =(A1=...), but it's still basically an IF()

Steve

On Sat, 09 Dec 2006 20:42:01 -0000, Zsolt Szabó
wrote:

Hi! I have two cells : A1 and E1. If I type any stock symbol into A1, I
like
to change the text color in E1.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Conditional Formating based on a different cell

You can format E1 based on content of A1

Select E1 and FormatCFFormula is =A1="text"

But.....you say "any symbol"

How will Excel know what is a symbol?

Maybe any text that is not a number?

CFFormula is: =NOT(ISNUMBER(A1))


Gord Dibben MS Excel MVP

On Sat, 9 Dec 2006 12:42:01 -0800, Zsolt Szabó
wrote:

Hi! I have two cells : A1 and E1. If I type any stock symbol into A1, I like
to change the text color in E1.


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
Significant number rounding based on key cell Slashman Excel Worksheet Functions 2 August 27th 06 11:04 PM
CONDITIONAL FORMATTING BASED ON RESULTS IN A CELL jpreman Excel Worksheet Functions 3 June 26th 06 04:00 PM
conditional cell format based on cell in same row, previous column tamiluchi Excel Worksheet Functions 7 May 3rd 06 04:11 PM
Conditional Formating a cell .. to Show Nothing .. if True monir Excel Worksheet Functions 4 March 30th 06 09:33 AM
Conditional formating -identify blank cell Simon Smith Excel Worksheet Functions 3 March 9th 06 10:48 PM


All times are GMT +1. The time now is 10:06 AM.

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"