|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Select the blank cell..........say A1
Home tab>Styles>Conditional Formatting>Manage Rules
New Rule>Use a Formula to determine............
=B1=50% Format to a fill color and OK
Gord
On Thu, 5 Feb 2009 11:41:04 -0800, Brian <Brian@discussions.microsoft.com>
wrote:
>Ok, I was reading and I have the same issue for Excel 2007, I want to
>conditionally format a blank cell, based on the % value of another cell. How
>do I do that??
>
>Thanks
>brian_watson@interact.ccsd.net
>
>"Gord Dibben" wrote:
>
>> Click on the dropdown arrow at Format>CF>Condition1 "Cell Value is"
>>
>>
>> Gord Dibben MS Excel MVP
>>
>> On Fri, 2 May 2008 15:07:01 -0700, Please explain more specifically <Please
>> explain more specifically@discussions.microsoft.com> wrote:
>>
>> >Dear SteveG
>> >
>> >I don't understand how to change the cell value is option to formula is.
>> >Can you explain more specifically ?
>> >
>> >Thanks in advance.
>> >
>> >Peter
>> >
>> >"SteveG" wrote:
>> >
>> >>
>> >> Christine,
>> >>
>> >> Yes. In A1 go to Conditional Formatting. Change the Cell Value is
>> >> option to Formula is. Enter
>> >>
>> >> =B1="Your Text"
>> >>
>> >> Click Format, Font select the color you want. Click OK, OK.
>> >>
>> >> HTH
>> >>
>> >> Steve
>> >>
>> >>
>> >> --
>> >> SteveG
>> >> ------------------------------------------------------------------------
>> >> SteveG's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=7571
>> >> View this thread: http://www.excelforum.com/showthread.php?threadid=570036
>> >>
>> >>
>>
>>
|
| |
|
| |
Was this post helpful to you? |
|
|
|
|
|
|
|
Reply |
| |
 |
|
Top |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Select cell C3
Goto Home tab>Styles>Conditional Formatting>Manage Rules
Click New Rule>Use a formula to determine...
Format values where this formula is true:
=AND(COUNT(A1,B1,C3)=3,C3<>A1+B1)
Click the Format button
Select the desired style(s)
OK>OK
Click New Rule again and repeat the above proccess for the second
condition. Use this formula:
=AND(COUNT(A1,B1,C3)=3,C3=A1+B1)
Then, OK>OK>Apply>OK
--
Biff
Microsoft Excel MVP
"KMorris" <KMorris@discussions.microsoft.com> wrote in message
news:26FC85C9-8E21-43E4-9BF0-AD9F6A288E13@microsoft.com...
> Christine<
>
> In Excell 2007, I want to be able to set a formula for a single cell (c3)
> such that it turns red when its numerical contents are =not(a1+b1 = c3)
> and
> the cell turns green when its numerical contents =(a1+b1=c3). How do I
> set
> both of these condiions for a single cell in Excel 2007?
>
> Thanks,
>
> Karen
>
> "SteveG" wrote:
>
>>
>> Christine,
>>
>> Yes. In A1 go to Conditional Formatting. Change the Cell Value is
>> option to Formula is. Enter
>>
>> =B1="Your Text"
>>
>> Click Format, Font select the color you want. Click OK, OK.
>>
>> HTH
>>
>> Steve
>>
>>
>> --
>> SteveG
>> ------------------------------------------------------------------------
>> SteveG's Profile:
>> http://www.excelforum.com/member.php?action=getinfo&userid=7571
>> View this thread:
>> http://www.excelforum.com/showthread.php?threadid=570036
>>
>>
|
| |
|
| |
Was this post helpful to you? |
|
|
|
|
|
|
|
Reply |
| |
 |
|
Top |
|
|
|
|
|
|
|
|
|
| |
Biff,
Thanks, but I'm not clear why the command now needs to include the
AND(COUNT(a1,b1,c3)=3 statement prior to what used to be the =(c3=a1 +b1)
statement.
What are we now telling Excel to do in that first portion of the statement?
"T. Valko" wrote:
> Select cell C3
>
> Goto Home tab>Styles>Conditional Formatting>Manage Rules
>
> Click New Rule>Use a formula to determine...
> Format values where this formula is true:
> =AND(COUNT(A1,B1,C3)=3,C3<>A1+B1)
> Click the Format button
> Select the desired style(s)
> OK>OK
> Click New Rule again and repeat the above proccess for the second
> condition. Use this formula:
> =AND(COUNT(A1,B1,C3)=3,C3=A1+B1)
>
> Then, OK>OK>Apply>OK
>
>
> --
> Biff
> Microsoft Excel MVP
>
>
> "KMorris" <KMorris@discussions.microsoft.com> wrote in message
> news:26FC85C9-8E21-43E4-9BF0-AD9F6A288E13@microsoft.com...
> > Christine<
> >
> > In Excell 2007, I want to be able to set a formula for a single cell (c3)
> > such that it turns red when its numerical contents are =not(a1+b1 = c3)
> > and
> > the cell turns green when its numerical contents =(a1+b1=c3). How do I
> > set
> > both of these condiions for a single cell in Excel 2007?
> >
> > Thanks,
> >
> > Karen
> >
> > "SteveG" wrote:
> >
> >>
> >> Christine,
> >>
> >> Yes. In A1 go to Conditional Formatting. Change the Cell Value is
> >> option to Formula is. Enter
> >>
> >> =B1="Your Text"
> >>
> >> Click Format, Font select the color you want. Click OK, OK.
> >>
> >> HTH
> >>
> >> Steve
> >>
> >>
> >> --
> >> SteveG
> >> ------------------------------------------------------------------------
> >> SteveG's Profile:
> >> http://www.excelforum.com/member.php?action=getinfo&userid=7571
> >> View this thread:
> >> http://www.excelforum.com/showthread.php?threadid=570036
> >>
> >>
>
>
> |
| |
|
| |
Was this post helpful to you? |
|
|
|
|
|
|
|
Reply |
| |
 |
|
Top |
|
|
|
|
|