Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How to create a logic statement that changes the formatting of a c

I would like to program an Excel workbook to change the color of a cell or
the color of the font in a cell when the contents of another cell changes.
For example, if I answer NO to a question, then the next question is grayed
out.

Thank you for your help!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8,520
Default How to create a logic statement that changes the formatting of a c

Use Conditional Formatting

1. Select the cell say A2. A1 is the cell with YES/NO
2. From menu FormatConditional Formatting
3. For Condition1Select 'Formula Is' and enter the below formula
=A1="NO"
4. Click Format ButtonPattern and select your color (say Grey)
5. Hit OK

If this post helps click Yes
---------------
Jacob Skaria


"SaraCambridge" wrote:

I would like to program an Excel workbook to change the color of a cell or
the color of the font in a cell when the contents of another cell changes.
For example, if I answer NO to a question, then the next question is grayed
out.

Thank you for your help!

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
logic statement andy Excel Discussion (Misc queries) 2 June 10th 09 08:20 AM
Logic Statement Marc[_4_] Excel Discussion (Misc queries) 2 May 22nd 08 07:41 PM
Need help w/ logic statement in excel bettinab Excel Worksheet Functions 2 August 26th 06 02:00 AM
rather complex logic statement [email protected] Excel Worksheet Functions 6 March 31st 06 08:32 PM
Logic Statement abierly Excel Worksheet Functions 3 March 14th 06 06:13 PM


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