A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

help with formula for bolding font



 
 
Thread Tools Display Modes
  #1  
Old December 5th, 2007, 03:32 PM posted to microsoft.public.excel.worksheet.functions
Roger
external usenet poster
 
Posts: 438
Default help with formula for bolding font

I need a calcualtion formula that will result in the bolding of a cell.

If cell A1 is less than half the amount of cell B1 then bold cell B1.

example

A1 = 50 B1= 110 = Bold B1

A1 = 50 B1 = 100 = nothing

Thanks in advance for the assistance.
  #2  
Old December 5th, 2007, 03:36 PM posted to microsoft.public.excel.worksheet.functions
Mike H
external usenet poster
 
Posts: 8,419
Default help with formula for bolding font

Hi,

Select A1 then

Format|conditional format
select
Cell value is
Less than
enter this formula
=$B$1/2
and select bold as your condition


Mike

"Roger" wrote:

I need a calcualtion formula that will result in the bolding of a cell.

If cell A1 is less than half the amount of cell B1 then bold cell B1.

example

A1 = 50 B1= 110 = Bold B1

A1 = 50 B1 = 100 = nothing

Thanks in advance for the assistance.

  #3  
Old December 5th, 2007, 03:42 PM posted to microsoft.public.excel.worksheet.functions
Niek Otten
external usenet poster
 
Posts: 2,533
Default help with formula for bolding font

Select B1. FormatConditional formatting, choose Formula is and in the formula box, enter =A1(B1/2)
Press Format, Font tab and select Bold.

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Roger" wrote in message ...
|I need a calcualtion formula that will result in the bolding of a cell.
|
| If cell A1 is less than half the amount of cell B1 then bold cell B1.
|
| example
|
| A1 = 50 B1= 110 = Bold B1
|
| A1 = 50 B1 = 100 = nothing
|
| Thanks in advance for the assistance.


  #4  
Old December 5th, 2007, 04:08 PM posted to microsoft.public.excel.worksheet.functions
Roger
external usenet poster
 
Posts: 438
Default help with formula for bolding font

perfect thanks. Although I realized why questions was incorrect shortly
after I implemented the solution. What if I needed to bold a separate cell
that has no numerical significances to the values of the cells that the
formula is reading.

Example:

If cell B1 is less than half of Cell C1 then bold Cell A1.

Sorry for the miscommunication.

"Mike H" wrote:

Hi,

Select A1 then

Format|conditional format
select
Cell value is
Less than
enter this formula
=$B$1/2
and select bold as your condition


Mike

"Roger" wrote:

I need a calcualtion formula that will result in the bolding of a cell.

If cell A1 is less than half the amount of cell B1 then bold cell B1.

example

A1 = 50 B1= 110 = Bold B1

A1 = 50 B1 = 100 = nothing

Thanks in advance for the assistance.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 03:51 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.