#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 43
Default Condition formating

Been trying to get a condition formating to work, using 2007, trying to get
the cell to turn red if greater than 0 the problem is that there is a formula
in this cell that means the cell thinks it's greater than 0 so always is red,
how do I fix this problem.

thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Condition formating

The grouping facility has a Years option just as it has a Months option.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Dreamstar_1961" wrote in message
...
Been trying to get a condition formating to work, using 2007, trying to
get
the cell to turn red if greater than 0 the problem is that there is a
formula
in this cell that means the cell thinks it's greater than 0 so always is
red,
how do I fix this problem.

thanks



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 43
Default Condition formating

that was office 2007 not the year 2007, all changed with this version

"Bob Phillips" wrote:

The grouping facility has a Years option just as it has a Months option.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Dreamstar_1961" wrote in message
...
Been trying to get a condition formating to work, using 2007, trying to
get
the cell to turn red if greater than 0 the problem is that there is a
formula
in this cell that means the cell thinks it's greater than 0 so always is
red,
how do I fix this problem.

thanks




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Condition formating

Well, you haven't told us what condition you are using for your conditional
formatting, and you haven't told us what the formula in the cell is doing,
so you are relying on contributors to the group using a lot of guess-work or
extra-sensory perception. Would like to give us a few clues to narrow
things down a bit?

If, by any chance, you have a formula that is returning an empty string "",
and your CF is merely looking for A10, you could change the latter to
Formula Is =AND(A1<"",A10)
--
David Biddulph

"Dreamstar_1961" wrote in message
...
that was office 2007 not the year 2007, all changed with this version

"Bob Phillips" wrote:

The grouping facility has a Years option just as it has a Months option.


"Dreamstar_1961" wrote in
message
...
Been trying to get a condition formating to work, using 2007, trying to
get
the cell to turn red if greater than 0 the problem is that there is a
formula
in this cell that means the cell thinks it's greater than 0 so always
is
red,
how do I fix this problem.

thanks






  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 43
Default Condition formating

That was what I needed
Thankyou very much

"David Biddulph" wrote:

Well, you haven't told us what condition you are using for your conditional
formatting, and you haven't told us what the formula in the cell is doing,
so you are relying on contributors to the group using a lot of guess-work or
extra-sensory perception. Would like to give us a few clues to narrow
things down a bit?

If, by any chance, you have a formula that is returning an empty string "",
and your CF is merely looking for A10, you could change the latter to
Formula Is =AND(A1<"",A10)
--
David Biddulph

"Dreamstar_1961" wrote in message
...
that was office 2007 not the year 2007, all changed with this version

"Bob Phillips" wrote:

The grouping facility has a Years option just as it has a Months option.


"Dreamstar_1961" wrote in
message
...
Been trying to get a condition formating to work, using 2007, trying to
get
the cell to turn red if greater than 0 the problem is that there is a
formula
in this cell that means the cell thinks it's greater than 0 so always
is
red,
how do I fix this problem.

thanks








  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default Condition formating



"Dreamstar_1961" wrote:

That was what I needed
Thankyou very much

"David Biddulph" wrote:

Well, you haven't told us what condition you are using for your conditional
formatting, and you haven't told us what the formula in the cell is doing,
so you are relying on contributors to the group using a lot of guess-work or
extra-sensory perception. Would like to give us a few clues to narrow
things down a bit?

If, by any chance, you have a formula that is returning an empty string "",
and your CF is merely looking for A10, you could change the latter to
Formula Is =AND(A1<"",A10)
--
David Biddulph

"Dreamstar_1961" wrote in message
...
that was office 2007 not the year 2007, all changed with this version

"Bob Phillips" wrote:

The grouping facility has a Years option just as it has a Months option.


"Dreamstar_1961" wrote in
message
...
Been trying to get a condition formating to work, using 2007, trying to
get
the cell to turn red if greater than 0 the problem is that there is a
formula
in this cell that means the cell thinks it's greater than 0 so always
is
red,
how do I fix this problem.

thanks






  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default Condition formating

From my last blank post you should be able to get a pretty good idea of my
computing abilities. My question should have been:

I too am attempting to get a cell to change its background color based upon
its relationship to another cell. If the projected annual number of injuries
is greater than the previous 3 - year average, then I would like the cell to
be red. If we are doing better and it is projected that we will experience
fewer incidents, then I would like the cell to change to green. The
projection changes on a daily basis. Any help would be greatly appreciated.
Thanks.

"Dreamstar_1961" wrote:

That was what I needed
Thankyou very much

"David Biddulph" wrote:

Well, you haven't told us what condition you are using for your conditional
formatting, and you haven't told us what the formula in the cell is doing,
so you are relying on contributors to the group using a lot of guess-work or
extra-sensory perception. Would like to give us a few clues to narrow
things down a bit?

If, by any chance, you have a formula that is returning an empty string "",
and your CF is merely looking for A10, you could change the latter to
Formula Is =AND(A1<"",A10)
--
David Biddulph

"Dreamstar_1961" wrote in message
...
that was office 2007 not the year 2007, all changed with this version

"Bob Phillips" wrote:

The grouping facility has a Years option just as it has a Months option.


"Dreamstar_1961" wrote in
message
...
Been trying to get a condition formating to work, using 2007, trying to
get
the cell to turn red if greater than 0 the problem is that there is a
formula
in this cell that means the cell thinks it's greater than 0 so always
is
red,
how do I fix this problem.

thanks






  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default Condition formating

Nevermind. I looked back through a couple days on this site and
voila...there was the answer.

"REJesser" wrote:

From my last blank post you should be able to get a pretty good idea of my
computing abilities. My question should have been:

I too am attempting to get a cell to change its background color based upon
its relationship to another cell. If the projected annual number of injuries
is greater than the previous 3 - year average, then I would like the cell to
be red. If we are doing better and it is projected that we will experience
fewer incidents, then I would like the cell to change to green. The
projection changes on a daily basis. Any help would be greatly appreciated.
Thanks.

"Dreamstar_1961" wrote:

That was what I needed
Thankyou very much

"David Biddulph" wrote:

Well, you haven't told us what condition you are using for your conditional
formatting, and you haven't told us what the formula in the cell is doing,
so you are relying on contributors to the group using a lot of guess-work or
extra-sensory perception. Would like to give us a few clues to narrow
things down a bit?

If, by any chance, you have a formula that is returning an empty string "",
and your CF is merely looking for A10, you could change the latter to
Formula Is =AND(A1<"",A10)
--
David Biddulph

"Dreamstar_1961" wrote in message
...
that was office 2007 not the year 2007, all changed with this version

"Bob Phillips" wrote:

The grouping facility has a Years option just as it has a Months option.

"Dreamstar_1961" wrote in
message
...
Been trying to get a condition formating to work, using 2007, trying to
get
the cell to turn red if greater than 0 the problem is that there is a
formula
in this cell that means the cell thinks it's greater than 0 so always
is
red,
how do I fix this problem.

thanks






  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Condition formating

If the cell you are trying to format is the one which contains the projected
annual number of injuries, and if the cell which contains the previous
3-year average is B2, then
Format/ Conditional Formatting/ Cell Value Is/ greater than/ =B2/ Format...
/ Patterns/ and choose your red colour.
Add / Cell Value Is/ less than/ =B2/ Format... / Patterns/ and choose your
green colour.
OK.
--
David Biddulph

"REJesser" wrote in message
...
From my last blank post you should be able to get a pretty good idea of my
computing abilities. My question should have been:

I too am attempting to get a cell to change its background color based
upon
its relationship to another cell. If the projected annual number of
injuries
is greater than the previous 3 - year average, then I would like the cell
to
be red. If we are doing better and it is projected that we will
experience
fewer incidents, then I would like the cell to change to green. The
projection changes on a daily basis. Any help would be greatly
appreciated.
Thanks.

"Dreamstar_1961" wrote:

That was what I needed
Thankyou very much

"David Biddulph" wrote:

Well, you haven't told us what condition you are using for your
conditional
formatting, and you haven't told us what the formula in the cell is
doing,
so you are relying on contributors to the group using a lot of
guess-work or
extra-sensory perception. Would like to give us a few clues to narrow
things down a bit?

If, by any chance, you have a formula that is returning an empty string
"",
and your CF is merely looking for A10, you could change the latter to
Formula Is =AND(A1<"",A10)
--
David Biddulph

"Dreamstar_1961" wrote in
message
...
that was office 2007 not the year 2007, all changed with this version

"Bob Phillips" wrote:

The grouping facility has a Years option just as it has a Months
option.

"Dreamstar_1961" wrote in
message
...
Been trying to get a condition formating to work, using 2007,
trying to
get
the cell to turn red if greater than 0 the problem is that there
is a
formula
in this cell that means the cell thinks it's greater than 0 so
always
is
red,
how do I fix this problem.

thanks








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
Can I add More than three condition in conditional formating jai Excel Discussion (Misc queries) 1 April 26th 07 08:09 AM
Condition Formating Rodger Excel Discussion (Misc queries) 6 November 1st 06 09:43 PM
condition formating sb Excel Worksheet Functions 2 August 27th 06 11:09 AM
condition formating I think Dreamstar_1961 Excel Discussion (Misc queries) 3 May 5th 06 05:30 PM
condition formating chiuinggum Excel Worksheet Functions 2 April 2nd 06 12:57 AM


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

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"