ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Can i make text in cells c60@n60 bold & black if sum of C59 is gre (https://www.excelbanter.com/excel-worksheet-functions/219524-can-i-make-text-cells-c60%40n60-bold-black-if-sum-c59-gre.html)

Spartan C10

Can i make text in cells c60@n60 bold & black if sum of C59 is gre
 
I'v ebeen trying to work this out but honestly i'm more face to face than
cell to cell! Can anyone advise me? I'm using MSOffice 2007
--
Doing someowt is better than doing nowt!

Spartan C10

Can i make text in cells c60@n60 bold & black if sum of C59 is gre
 
Sorry meant to type "Can i make text in cells c60:n60 bold & black if sum of
C59 is greater than 1
--
Doing someowt is better than doing nowt!


"Spartan C10" wrote:

I'v ebeen trying to work this out but honestly i'm more face to face than
cell to cell! Can anyone advise me? I'm using MSOffice 2007
--
Doing someowt is better than doing nowt!


T. Valko

Can i make text in cells c60@n60 bold & black if sum of C59 is gre
 
Isn't the text already black? That's the default text color.

Try this:

Select the range of cells C60:N60
Goto Home tabStylesConditional FormattingManage rulesNew ruleUse a
formula to determine which cells to format
Enter this formula in the box below:
=N($C$59)1
Click the Format button
Select the desired style(s)
OK out

--
Biff
Microsoft Excel MVP


"Spartan C10" wrote in message
...
Sorry meant to type "Can i make text in cells c60:n60 bold & black if sum
of
C59 is greater than 1
--
Doing someowt is better than doing nowt!


"Spartan C10" wrote:

I'v ebeen trying to work this out but honestly i'm more face to face than
cell to cell! Can anyone advise me? I'm using MSOffice 2007
--
Doing someowt is better than doing nowt!




Fred Smith[_4_]

Can i make text in cells c60@n60 bold & black if sum of C59 is gre
 
Use conditional formatting. Highlight cells c60:n60. Use FormatConditional
Formatting...Formula is:

=$C$591
(format bold, black)

Regards,
Fred.

"Spartan C10" wrote in message
...
Sorry meant to type "Can i make text in cells c60:n60 bold & black if sum
of
C59 is greater than 1
--
Doing someowt is better than doing nowt!


"Spartan C10" wrote:

I'v ebeen trying to work this out but honestly i'm more face to face than
cell to cell! Can anyone advise me? I'm using MSOffice 2007
--
Doing someowt is better than doing nowt!



Spartan C10

Can i make text in cells c60@n60 bold & black if sum of C59 is
 
Thanks for this one, it works in cells where i only have numbers, but where
there is descriptive text the formatting isn't applied. I'm in UK so sorry
about the time difference.

Any ideas?

--
Doing someowt is better than doing nowt!


"T. Valko" wrote:

Isn't the text already black? That's the default text color.

Try this:

Select the range of cells C60:N60
Goto Home tabStylesConditional FormattingManage rulesNew ruleUse a
formula to determine which cells to format
Enter this formula in the box below:
=N($C$59)1
Click the Format button
Select the desired style(s)
OK out

--
Biff
Microsoft Excel MVP


"Spartan C10" wrote in message
...
Sorry meant to type "Can i make text in cells c60:n60 bold & black if sum
of
C59 is greater than 1
--
Doing someowt is better than doing nowt!


"Spartan C10" wrote:

I'v ebeen trying to work this out but honestly i'm more face to face than
cell to cell! Can anyone advise me? I'm using MSOffice 2007
--
Doing someowt is better than doing nowt!





Spartan C10

Can i make text in cells c60@n60 bold & black if sum of C59 is
 
Thanks for this, it works where the cells only contain numbers but not where
they contain text. Any ideas?
--
Doing someowt is better than doing nowt!


"T. Valko" wrote:

Isn't the text already black? That's the default text color.

Try this:

Select the range of cells C60:N60
Goto Home tabStylesConditional FormattingManage rulesNew ruleUse a
formula to determine which cells to format
Enter this formula in the box below:
=N($C$59)1
Click the Format button
Select the desired style(s)
OK out

--
Biff
Microsoft Excel MVP


"Spartan C10" wrote in message
...
Sorry meant to type "Can i make text in cells c60:n60 bold & black if sum
of
C59 is greater than 1
--
Doing someowt is better than doing nowt!


"Spartan C10" wrote:

I'v ebeen trying to work this out but honestly i'm more face to face than
cell to cell! Can anyone advise me? I'm using MSOffice 2007
--
Doing someowt is better than doing nowt!





T. Valko

Can i make text in cells c60@n60 bold & black if sum of C59 is
 
You said you wanted to format cells when cell C59 is 1. I don't understand
what TEXT entries have to do with it. How can a text entry be 1?

--
Biff
Microsoft Excel MVP


"Spartan C10" wrote in message
...
Thanks for this, it works where the cells only contain numbers but not
where
they contain text. Any ideas?
--
Doing someowt is better than doing nowt!


"T. Valko" wrote:

Isn't the text already black? That's the default text color.

Try this:

Select the range of cells C60:N60
Goto Home tabStylesConditional FormattingManage rulesNew ruleUse a
formula to determine which cells to format
Enter this formula in the box below:
=N($C$59)1
Click the Format button
Select the desired style(s)
OK out

--
Biff
Microsoft Excel MVP


"Spartan C10" wrote in message
...
Sorry meant to type "Can i make text in cells c60:n60 bold & black if
sum
of
C59 is greater than 1
--
Doing someowt is better than doing nowt!


"Spartan C10" wrote:

I'v ebeen trying to work this out but honestly i'm more face to face
than
cell to cell! Can anyone advise me? I'm using MSOffice 2007
--
Doing someowt is better than doing nowt!







Fred Smith[_4_]

Can i make text in cells c60@n60 bold & black if sum of C59 is
 
Assuming I understand you correctly, in C60, use a conditional format of :

=AND(N($C$59)1,NOT(ISTEXT(C60)))

and copy across the formatting.

Regards,
Fred.

"Spartan C10" wrote in message
...
Thanks for this, it works where the cells only contain numbers but not
where
they contain text. Any ideas?
--
Doing someowt is better than doing nowt!


"T. Valko" wrote:

Isn't the text already black? That's the default text color.

Try this:

Select the range of cells C60:N60
Goto Home tabStylesConditional FormattingManage rulesNew ruleUse a
formula to determine which cells to format
Enter this formula in the box below:
=N($C$59)1
Click the Format button
Select the desired style(s)
OK out

--
Biff
Microsoft Excel MVP


"Spartan C10" wrote in message
...
Sorry meant to type "Can i make text in cells c60:n60 bold & black if
sum
of
C59 is greater than 1
--
Doing someowt is better than doing nowt!


"Spartan C10" wrote:

I'v ebeen trying to work this out but honestly i'm more face to face
than
cell to cell! Can anyone advise me? I'm using MSOffice 2007
--
Doing someowt is better than doing nowt!







All times are GMT +1. The time now is 04:55 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com