Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 48
Default Conditional Formating and Recalc

Hello
Caclulation is set to automatic.
Cell B6 formula is =B19.
B118 =SUMPRODUCT(--(RIGHT($A119:$A190,5)="TOTAL"),--B119:B190)
Conditional formating for B6 is =B6<B118
If I make a change in B119:B190 that changes B118 to where it is no longer =
to B19 then CF does not update until I select B6 then hit F2 to enter edit
mode (make no changes) then hit enter. Manual recalc (F9) does not update
the CF.
Any ideas?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,104
Default Conditional Formating and Recalc

I cannot reproduce your problem in Excel 2003 or Excel 2007

Starting in A119 I have
a............3
b............4TOTAL.. 5
a........... 6
b............7
TOTAL.. 8

In B118 I have =SUMPRODUCT(--(RIGHT($A119:$A190,5)="TOTAL"),--B119:B190)
(see below) and it displays 13
In B6 I typed 13 and used conditional formatting Formula Is:=$B$6<$B$118
with a red pattern

If I alter B121 to have any value but 5, B118 is no longer 13 and B6 goes
red since it is not equal to B118.

Want to send me a file I can look at? Get my email from my website


By the way:
In =SUMPRODUCT(--(RIGHT($A119:$A190,5)="TOTAL"),--B119:B190)
there is no need for the double negation in the last argument
Use =SUMPRODUCT(--(RIGHT($A119:$A190,5)="TOTAL"),B119:B190)
The double negation is need in the first augment to convert Boolean
FALSE/TRUE to 0/1
see J.E McGimpsey at
http://mcgimpsey.com/excel/formulae/doubleneg.html


--best wishes
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email


"Thanks" wrote in message
...
Hello
Caclulation is set to automatic.
Cell B6 formula is =B19.
B118 =SUMPRODUCT(--(RIGHT($A119:$A190,5)="TOTAL"),--B119:B190)
Conditional formating for B6 is =B6<B118
If I make a change in B119:B190 that changes B118 to where it is no longer
=
to B19 then CF does not update until I select B6 then hit F2 to enter edit
mode (make no changes) then hit enter. Manual recalc (F9) does not update
the CF.
Any ideas?


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 48
Default Conditional Formating and Recalc

I did the same thing with the same result in a new work book and then on a
new sheet in the existing workbook. I have copied the old sheet to a new one
and it works on the new one.
Thanks for the reply!

"Bernard Liengme" wrote:

I cannot reproduce your problem in Excel 2003 or Excel 2007

Starting in A119 I have
a............3
b............4TOTAL.. 5
a........... 6
b............7
TOTAL.. 8

In B118 I have =SUMPRODUCT(--(RIGHT($A119:$A190,5)="TOTAL"),--B119:B190)
(see below) and it displays 13
In B6 I typed 13 and used conditional formatting Formula Is:=$B$6<$B$118
with a red pattern

If I alter B121 to have any value but 5, B118 is no longer 13 and B6 goes
red since it is not equal to B118.

Want to send me a file I can look at? Get my email from my website


By the way:
In =SUMPRODUCT(--(RIGHT($A119:$A190,5)="TOTAL"),--B119:B190)
there is no need for the double negation in the last argument
Use =SUMPRODUCT(--(RIGHT($A119:$A190,5)="TOTAL"),B119:B190)
The double negation is need in the first augment to convert Boolean
FALSE/TRUE to 0/1
see J.E McGimpsey at
http://mcgimpsey.com/excel/formulae/doubleneg.html


--best wishes
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email


"Thanks" wrote in message
...
Hello
Caclulation is set to automatic.
Cell B6 formula is =B19.
B118 =SUMPRODUCT(--(RIGHT($A119:$A190,5)="TOTAL"),--B119:B190)
Conditional formating for B6 is =B6<B118
If I make a change in B119:B190 that changes B118 to where it is no longer
=
to B19 then CF does not update until I select B6 then hit F2 to enter edit
mode (make no changes) then hit enter. Manual recalc (F9) does not update
the CF.
Any ideas?



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
conditional formating nk Excel Worksheet Functions 7 July 8th 07 04:36 PM
Conditional Formating Hru48 Excel Discussion (Misc queries) 1 February 1st 06 04:21 PM
Install dates formating using conditional formating? Jerry Eggleston Excel Discussion (Misc queries) 2 November 9th 05 05:49 PM
conditional formating Jed Excel Discussion (Misc queries) 3 June 14th 05 05:11 PM
Conditional Formating Daniell Excel Discussion (Misc queries) 3 May 10th 05 05:48 PM


All times are GMT +1. The time now is 03:10 AM.

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

About Us

"It's about Microsoft Excel"