Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Conditional formatting does not change when values change. ??

My spreadsheet was created w an earlier version of XL. Now with Excel 2007
the conditional formatting does not change when one of the values involved
changes.

Example: The spreadsheet calculates a total value for something and places
it in v1. If that value is entered in a specific cell (example: N86), then
N86 should turn yellow. If the value entered in N86 is less than that in v1
it should turn red, and if greater than that in v1, it should be green. In
earlier version of XL that was working fine.

In Excel 2007, if I enter the value in N86 which matches the value in V1, it
correctly turns yellow. But, if I change the value in N86 (say to something
greater than the value of V1, it stays yellow and does not pick up the other
formatting(ie: does not turn green) - it just stays yellow. It just looks
like it is not dynamically applying the conditional formatting.

Thoughts please? Thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Conditional formatting does not change when values change. ??

One thing is to check that your calculation mode is set to automatic.

Also worth checking exactly what formula you've got in CF for each of the
conditions. Excel can often throw in unwanted quote marks or absolute
references where you haven't asked for them. [You can usually avoid this by
typing in the = sign at the beginning of the formula, rather than letting
excrel supply it.]

If you're still struggling, copy each of the conditions from your CF
formulae to here in the group (don't retype them , just copy and paste), in
the order in which they are specified (remembering that it will test them in
that order until one of the conditions is satisfied), tell us whether they
are specified as "Cell Value Is" with a relationship, or as "Formula Is",
and tell us what values you think you've got in the relevant data cells.

Also worth checking whether you've got numbers or text values in the various
cells. Try ISNUMBER(cellref) and ISTEXT(cellref) for each of the relevant
cells.
--
David Biddulph

"Texana" wrote in message
...
My spreadsheet was created w an earlier version of XL. Now with Excel
2007
the conditional formatting does not change when one of the values involved
changes.

Example: The spreadsheet calculates a total value for something and
places
it in v1. If that value is entered in a specific cell (example: N86),
then
N86 should turn yellow. If the value entered in N86 is less than that in
v1
it should turn red, and if greater than that in v1, it should be green.
In
earlier version of XL that was working fine.

In Excel 2007, if I enter the value in N86 which matches the value in V1,
it
correctly turns yellow. But, if I change the value in N86 (say to
something
greater than the value of V1, it stays yellow and does not pick up the
other
formatting(ie: does not turn green) - it just stays yellow. It just
looks
like it is not dynamically applying the conditional formatting.

Thoughts please? Thanks in advance.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,510
Default Conditional formatting does not change when values change. ??

Look up Conditional formatting in Help and take particular notice of the
'Stop if true' feature. When you work your way through this you might resolve
your problem.

Regards,

OssieMac


"Texana" wrote:

My spreadsheet was created w an earlier version of XL. Now with Excel 2007
the conditional formatting does not change when one of the values involved
changes.

Example: The spreadsheet calculates a total value for something and places
it in v1. If that value is entered in a specific cell (example: N86), then
N86 should turn yellow. If the value entered in N86 is less than that in v1
it should turn red, and if greater than that in v1, it should be green. In
earlier version of XL that was working fine.

In Excel 2007, if I enter the value in N86 which matches the value in V1, it
correctly turns yellow. But, if I change the value in N86 (say to something
greater than the value of V1, it stays yellow and does not pick up the other
formatting(ie: does not turn green) - it just stays yellow. It just looks
like it is not dynamically applying the conditional formatting.

Thoughts please? Thanks in advance.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Conditional formatting does not change when values change. ??

Thanks David - indeed calc mode was automatic, but there were unwanted quote
marks. I retyped the formulae and all is working as it should.
Thanks for your support! Texana

"David Biddulph" wrote:

One thing is to check that your calculation mode is set to automatic.

Also worth checking exactly what formula you've got in CF for each of the
conditions. Excel can often throw in unwanted quote marks or absolute
references where you haven't asked for them. [You can usually avoid this by
typing in the = sign at the beginning of the formula, rather than letting
excrel supply it.]

If you're still struggling, copy each of the conditions from your CF
formulae to here in the group (don't retype them , just copy and paste), in
the order in which they are specified (remembering that it will test them in
that order until one of the conditions is satisfied), tell us whether they
are specified as "Cell Value Is" with a relationship, or as "Formula Is",
and tell us what values you think you've got in the relevant data cells.

Also worth checking whether you've got numbers or text values in the various
cells. Try ISNUMBER(cellref) and ISTEXT(cellref) for each of the relevant
cells.
--
David Biddulph

"Texana" wrote in message
...
My spreadsheet was created w an earlier version of XL. Now with Excel
2007
the conditional formatting does not change when one of the values involved
changes.

Example: The spreadsheet calculates a total value for something and
places
it in v1. If that value is entered in a specific cell (example: N86),
then
N86 should turn yellow. If the value entered in N86 is less than that in
v1
it should turn red, and if greater than that in v1, it should be green.
In
earlier version of XL that was working fine.

In Excel 2007, if I enter the value in N86 which matches the value in V1,
it
correctly turns yellow. But, if I change the value in N86 (say to
something
greater than the value of V1, it stays yellow and does not pick up the
other
formatting(ie: does not turn green) - it just stays yellow. It just
looks
like it is not dynamically applying the conditional formatting.

Thoughts please? Thanks in advance.




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Conditional formatting does not change when values change. ??

Thanks for your assistance. It was the darned extra quotes that snuck into
the formulae. Regards, Texana

"OssieMac" wrote:

Look up Conditional formatting in Help and take particular notice of the
'Stop if true' feature. When you work your way through this you might resolve
your problem.

Regards,

OssieMac


"Texana" wrote:

My spreadsheet was created w an earlier version of XL. Now with Excel 2007
the conditional formatting does not change when one of the values involved
changes.

Example: The spreadsheet calculates a total value for something and places
it in v1. If that value is entered in a specific cell (example: N86), then
N86 should turn yellow. If the value entered in N86 is less than that in v1
it should turn red, and if greater than that in v1, it should be green. In
earlier version of XL that was working fine.

In Excel 2007, if I enter the value in N86 which matches the value in V1, it
correctly turns yellow. But, if I change the value in N86 (say to something
greater than the value of V1, it stays yellow and does not pick up the other
formatting(ie: does not turn green) - it just stays yellow. It just looks
like it is not dynamically applying the conditional formatting.

Thoughts please? Thanks in advance.

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
How do I use Conditional Formatting to change pos No to a Neg No Wannabegeek Excel Discussion (Misc queries) 1 August 6th 07 04:49 AM
Conditional Formatting to Change Cell Alignment? Sam Chambers[_2_] Excel Discussion (Misc queries) 3 June 11th 07 04:10 PM
Cell color change without using conditional formatting Trese Excel Discussion (Misc queries) 2 August 26th 05 06:00 PM
How do I use conditional formatting to change subtotals row format Ken Peterson Excel Worksheet Functions 3 March 24th 05 04:58 PM
why cant i change font size when i use conditional formatting? cbwindycity Excel Discussion (Misc queries) 1 January 6th 05 10:45 PM


All times are GMT +1. The time now is 01:57 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"