Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Auto formatting in MS-Excel 1

Status
Not open for further replies.

yimitz

Programmer
Apr 5, 2002
54
US
Is it possible to have excel change the format of one cell based on what you enter in another cell? Say I wanted to automatically have excel format bold fonts if I enter a number in an adjacent cell greater than 100 as an example.
 
Here's are steps to use:

1) In cell A1 for example, activate Conditional Formatting. From the Menu - Format - Conditional Formatting.

2) Change "Cell is" to "Formula is"

3) For the formula, use =B1>100

4) Choose "Format", then "Font", then "Bold.

5) Click "OK" twice, and you're done.

Regards, Dale Watson
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top