Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 180
Default If-then font bold language

In a nutshell, I have a list of test applicants whose names are in Column A.
If they pass the test (several different columns of scores are needed to know
if they passed) I want their names bolded, if not, their names should remain
in the normal font state.
So column A is the name, column B needs to be 75 or above, column C needs to
be 80 or above, column D needs to be 77 or above, etc. If all of these
criteria are met (ie, the value in the cell is = 75 in B and 80 in C, etc.,
then column A should be bold font.
How would I write code for this? Thanks in advance for your help.
  #2   Report Post  
Posted to microsoft.public.excel.programming
Max Max is offline
external usenet poster
 
Posts: 9,221
Default If-then font bold language

Try conditional formatting ?

Select col A
Click Format Conditional Formatting

Under Condition 1, put it as
Formula is: =AND(B1=75,C1=80,D1=77)
Click Format button Font tab Bold? OK
Click OK at the main dialog

Adapt the formula to suit ..
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--
"Donna" wrote in message
...
In a nutshell, I have a list of test applicants whose names are in Column

A.
If they pass the test (several different columns of scores are needed to

know
if they passed) I want their names bolded, if not, their names should

remain
in the normal font state.
So column A is the name, column B needs to be 75 or above, column C needs

to
be 80 or above, column D needs to be 77 or above, etc. If all of these
criteria are met (ie, the value in the cell is = 75 in B and 80 in C,

etc.,
then column A should be bold font.
How would I write code for this? Thanks in advance 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
Bold Font Peter Piper Excel Discussion (Misc queries) 2 August 12th 09 09:49 AM
Bold font if statement drb Excel Worksheet Functions 3 March 9th 08 09:01 PM
Bold Font question bj Excel Discussion (Misc queries) 1 August 17th 07 01:48 AM
How to show only bold font ? hamz Excel Worksheet Functions 2 March 8th 06 04:51 AM
Add bold font to Totals row? CLR Excel Programming 4 May 9th 04 02:31 AM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"