Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 24
Default Conditional Formatting bug?

Id appreciate help understanding why an apparently simple conditional
formatting is not working as expected. A group of rows was formatted at one
time but responded erratically to changes in cell entries. What I did was -
*open a new workbook,
*select rows 1-10
*in the Conditional Format menu, choose Formula is
*enter =if($A$1=,TRUE, FALSE)
*choose fill color, for ex. red
*hit the ENTER key
*rows 1-10 turned red, as expected.

Heres the problem. When I typed into cell A1 a few random letters, some of
the rows returned to the default color of white. Why not all? Even more
confusing, if I minimize and expand the window, the formatting of all rows is
now correct.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,080
Default Conditional Formatting bug?

The conition should be just:

Formula Is =$A$1=""
__________________________________________________ ______________________

"johnston" wrote in message
...
I'd appreciate help understanding why an apparently simple conditional
formatting is not working as expected. A group of rows was formatted at
one
time but responded erratically to changes in cell entries. What I did
was -
*open a new workbook,
*select rows 1-10
*in the Conditional Format menu, choose "Formula is"
*enter =if($A$1="",TRUE, FALSE)
*choose fill color, for ex. red
*hit the ENTER key
*rows 1-10 turned red, as expected.

Here's the problem. When I typed into cell A1 a few random letters, some
of
the rows returned to the default color of white. Why not all? Even more
confusing, if I minimize and expand the window, the formatting of all rows
is
now correct.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,080
Default Conditional Formatting bug?

Actually, I think it's a screen repainting issue. Not sure what's causing
it.
__________________________________________________ _____________________


"johnston" wrote in message
...
I'd appreciate help understanding why an apparently simple conditional
formatting is not working as expected. A group of rows was formatted at
one
time but responded erratically to changes in cell entries. What I did
was -
*open a new workbook,
*select rows 1-10
*in the Conditional Format menu, choose "Formula is"
*enter =if($A$1="",TRUE, FALSE)
*choose fill color, for ex. red
*hit the ENTER key
*rows 1-10 turned red, as expected.

Here's the problem. When I typed into cell A1 a few random letters, some
of
the rows returned to the default color of white. Why not all? Even more
confusing, if I minimize and expand the window, the formatting of all rows
is
now correct.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 24
Default Conditional Formatting bug?

Thank you, but the same problem is still there.

"Vasant Nanavati" wrote:

The conition should be just:

Formula Is =$A$1=""
__________________________________________________ ______________________

"johnston" wrote in message
...
I'd appreciate help understanding why an apparently simple conditional
formatting is not working as expected. A group of rows was formatted at
one
time but responded erratically to changes in cell entries. What I did
was -
*open a new workbook,
*select rows 1-10
*in the Conditional Format menu, choose "Formula is"
*enter =if($A$1="",TRUE, FALSE)
*choose fill color, for ex. red
*hit the ENTER key
*rows 1-10 turned red, as expected.

Here's the problem. When I typed into cell A1 a few random letters, some
of
the rows returned to the default color of white. Why not all? Even more
confusing, if I minimize and expand the window, the formatting of all rows
is
now correct.




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 24
Default Conditional Formatting bug?

Thank you for trying.

Can someone else help?

"Vasant Nanavati" wrote:

Actually, I think it's a screen repainting issue. Not sure what's causing
it.
__________________________________________________ _____________________


"johnston" wrote in message
...
I'd appreciate help understanding why an apparently simple conditional
formatting is not working as expected. A group of rows was formatted at
one
time but responded erratically to changes in cell entries. What I did
was -
*open a new workbook,
*select rows 1-10
*in the Conditional Format menu, choose "Formula is"
*enter =if($A$1="",TRUE, FALSE)
*choose fill color, for ex. red
*hit the ENTER key
*rows 1-10 turned red, as expected.

Here's the problem. When I typed into cell A1 a few random letters, some
of
the rows returned to the default color of white. Why not all? Even more
confusing, if I minimize and expand the window, the formatting of all rows
is
now correct.






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Conditional Formatting bug?

I can't help other than to say =if($A$1="",TRUE, FALSE) does as it should.

Also =$A$1="" works for me.

With A1 empty............color

With anything in A1.............no color rows 1:10

I think you should not be looking at Excel as the source of your problem.

Perhaps a video driver issue?


Gord Dibben MS Excel MVP

On Sun, 17 Jun 2007 05:39:00 -0700, johnston
wrote:

Thank you for trying.

Can someone else help?

"Vasant Nanavati" wrote:

Actually, I think it's a screen repainting issue. Not sure what's causing
it.
__________________________________________________ _____________________


"johnston" wrote in message
...
I'd appreciate help understanding why an apparently simple conditional
formatting is not working as expected. A group of rows was formatted at
one
time but responded erratically to changes in cell entries. What I did
was -
*open a new workbook,
*select rows 1-10
*in the Conditional Format menu, choose "Formula is"
*enter =if($A$1="",TRUE, FALSE)
*choose fill color, for ex. red
*hit the ENTER key
*rows 1-10 turned red, as expected.

Here's the problem. When I typed into cell A1 a few random letters, some
of
the rows returned to the default color of white. Why not all? Even more
confusing, if I minimize and expand the window, the formatting of all rows
is
now correct.





  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 24
Default Conditional Formatting bug?

Thank you for the reply. I also found an article on the Microsoft website
(http://support.microsoft.com/kb/213243/en-us) titled "Odd refresh behavior
after you specify a conditional format in Excel." Could this be applicable?

Any advice on how to check the video driver?

Thanks

"Gord Dibben" wrote:

I can't help other than to say =if($A$1="",TRUE, FALSE) does as it should.

Also =$A$1="" works for me.

With A1 empty............color

With anything in A1.............no color rows 1:10

I think you should not be looking at Excel as the source of your problem.

Perhaps a video driver issue?


Gord Dibben MS Excel MVP

On Sun, 17 Jun 2007 05:39:00 -0700, johnston
wrote:

Thank you for trying.

Can someone else help?

"Vasant Nanavati" wrote:

Actually, I think it's a screen repainting issue. Not sure what's causing
it.
__________________________________________________ _____________________


"johnston" wrote in message
...
I'd appreciate help understanding why an apparently simple conditional
formatting is not working as expected. A group of rows was formatted at
one
time but responded erratically to changes in cell entries. What I did
was -
*open a new workbook,
*select rows 1-10
*in the Conditional Format menu, choose "Formula is"
*enter =if($A$1="",TRUE, FALSE)
*choose fill color, for ex. red
*hit the ENTER key
*rows 1-10 turned red, as expected.

Here's the problem. When I typed into cell A1 a few random letters, some
of
the rows returned to the default color of white. Why not all? Even more
confusing, if I minimize and expand the window, the formatting of all rows
is
now correct.






  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Conditional Formatting bug?

Could the article be applicable?

Only you know for sure.

Are you referring to a UDF? Doesn't appear so.

Try with the shortened version of the formula and see what you get.

Could be Excel is confused by the IF and TRUE, FALSE although as I
said.........worked for me on 2003

I'm not a hardware person so all I can think of is to go to your driver
manufacturer's site and download the latest driver.


Gord


On Sun, 17 Jun 2007 08:39:00 -0700, johnston
wrote:

Thank you for the reply. I also found an article on the Microsoft website
(http://support.microsoft.com/kb/213243/en-us) titled "Odd refresh behavior
after you specify a conditional format in Excel." Could this be applicable?

Any advice on how to check the video driver?

Thanks

"Gord Dibben" wrote:

I can't help other than to say =if($A$1="",TRUE, FALSE) does as it should.

Also =$A$1="" works for me.

With A1 empty............color

With anything in A1.............no color rows 1:10

I think you should not be looking at Excel as the source of your problem.

Perhaps a video driver issue?


Gord Dibben MS Excel MVP

On Sun, 17 Jun 2007 05:39:00 -0700, johnston
wrote:

Thank you for trying.

Can someone else help?

"Vasant Nanavati" wrote:

Actually, I think it's a screen repainting issue. Not sure what's causing
it.
__________________________________________________ _____________________


"johnston" wrote in message
...
I'd appreciate help understanding why an apparently simple conditional
formatting is not working as expected. A group of rows was formatted at
one
time but responded erratically to changes in cell entries. What I did
was -
*open a new workbook,
*select rows 1-10
*in the Conditional Format menu, choose "Formula is"
*enter =if($A$1="",TRUE, FALSE)
*choose fill color, for ex. red
*hit the ENTER key
*rows 1-10 turned red, as expected.

Here's the problem. When I typed into cell A1 a few random letters, some
of
the rows returned to the default color of white. Why not all? Even more
confusing, if I minimize and expand the window, the formatting of all rows
is
now correct.







  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 24
Default Conditional Formatting bug?

Thanks for the advice. I entered the shortened formula. What happened was
odd. If the cells were blank when I did the conditional format, I had the
same problem. If I first typed something into the cells and then applied the
conditional format, it worked the way it should - all cells either with or
without color.

I will try the manufacturer's site also.

"Gord Dibben" wrote:

Could the article be applicable?

Only you know for sure.

Are you referring to a UDF? Doesn't appear so.

Try with the shortened version of the formula and see what you get.

Could be Excel is confused by the IF and TRUE, FALSE although as I
said.........worked for me on 2003

I'm not a hardware person so all I can think of is to go to your driver
manufacturer's site and download the latest driver.


Gord


On Sun, 17 Jun 2007 08:39:00 -0700, johnston
wrote:

Thank you for the reply. I also found an article on the Microsoft website
(http://support.microsoft.com/kb/213243/en-us) titled "Odd refresh behavior
after you specify a conditional format in Excel." Could this be applicable?

Any advice on how to check the video driver?

Thanks

"Gord Dibben" wrote:

I can't help other than to say =if($A$1="",TRUE, FALSE) does as it should.

Also =$A$1="" works for me.

With A1 empty............color

With anything in A1.............no color rows 1:10

I think you should not be looking at Excel as the source of your problem.

Perhaps a video driver issue?


Gord Dibben MS Excel MVP

On Sun, 17 Jun 2007 05:39:00 -0700, johnston
wrote:

Thank you for trying.

Can someone else help?

"Vasant Nanavati" wrote:

Actually, I think it's a screen repainting issue. Not sure what's causing
it.
__________________________________________________ _____________________


"johnston" wrote in message
...
I'd appreciate help understanding why an apparently simple conditional
formatting is not working as expected. A group of rows was formatted at
one
time but responded erratically to changes in cell entries. What I did
was -
*open a new workbook,
*select rows 1-10
*in the Conditional Format menu, choose "Formula is"
*enter =if($A$1="",TRUE, FALSE)
*choose fill color, for ex. red
*hit the ENTER key
*rows 1-10 turned red, as expected.

Here's the problem. When I typed into cell A1 a few random letters, some
of
the rows returned to the default color of white. Why not all? Even more
confusing, if I minimize and expand the window, the formatting of all rows
is
now correct.








  #10   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Conditional Formatting bug?

Sounds like the cells have a space(s) in them.

--
HTH

Bob

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

"johnston" wrote in message
...
Thanks for the advice. I entered the shortened formula. What happened
was
odd. If the cells were blank when I did the conditional format, I had the
same problem. If I first typed something into the cells and then applied
the
conditional format, it worked the way it should - all cells either with or
without color.

I will try the manufacturer's site also.

"Gord Dibben" wrote:

Could the article be applicable?

Only you know for sure.

Are you referring to a UDF? Doesn't appear so.

Try with the shortened version of the formula and see what you get.

Could be Excel is confused by the IF and TRUE, FALSE although as I
said.........worked for me on 2003

I'm not a hardware person so all I can think of is to go to your driver
manufacturer's site and download the latest driver.


Gord


On Sun, 17 Jun 2007 08:39:00 -0700, johnston
wrote:

Thank you for the reply. I also found an article on the Microsoft
website
(http://support.microsoft.com/kb/213243/en-us) titled "Odd refresh
behavior
after you specify a conditional format in Excel." Could this be
applicable?

Any advice on how to check the video driver?

Thanks

"Gord Dibben" wrote:

I can't help other than to say =if($A$1="",TRUE, FALSE) does as it
should.

Also =$A$1="" works for me.

With A1 empty............color

With anything in A1.............no color rows 1:10

I think you should not be looking at Excel as the source of your
problem.

Perhaps a video driver issue?


Gord Dibben MS Excel MVP

On Sun, 17 Jun 2007 05:39:00 -0700, johnston
wrote:

Thank you for trying.

Can someone else help?

"Vasant Nanavati" wrote:

Actually, I think it's a screen repainting issue. Not sure what's
causing
it.
__________________________________________________ _____________________


"johnston" wrote in message
...
I'd appreciate help understanding why an apparently simple
conditional
formatting is not working as expected. A group of rows was
formatted at
one
time but responded erratically to changes in cell entries. What
I did
was -
*open a new workbook,
*select rows 1-10
*in the Conditional Format menu, choose "Formula is"
*enter =if($A$1="",TRUE, FALSE)
*choose fill color, for ex. red
*hit the ENTER key
*rows 1-10 turned red, as expected.

Here's the problem. When I typed into cell A1 a few random
letters, some
of
the rows returned to the default color of white. Why not all?
Even more
confusing, if I minimize and expand the window, the formatting of
all rows
is
now correct.












  #11   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 24
Default Conditional Formatting bug?

I tried "edit" "clear all" and then entered conditional format. Same problem.

"Bob Phillips" wrote:

Sounds like the cells have a space(s) in them.

--
HTH

Bob

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

"johnston" wrote in message
...
Thanks for the advice. I entered the shortened formula. What happened
was
odd. If the cells were blank when I did the conditional format, I had the
same problem. If I first typed something into the cells and then applied
the
conditional format, it worked the way it should - all cells either with or
without color.

I will try the manufacturer's site also.

"Gord Dibben" wrote:

Could the article be applicable?

Only you know for sure.

Are you referring to a UDF? Doesn't appear so.

Try with the shortened version of the formula and see what you get.

Could be Excel is confused by the IF and TRUE, FALSE although as I
said.........worked for me on 2003

I'm not a hardware person so all I can think of is to go to your driver
manufacturer's site and download the latest driver.


Gord


On Sun, 17 Jun 2007 08:39:00 -0700, johnston
wrote:

Thank you for the reply. I also found an article on the Microsoft
website
(http://support.microsoft.com/kb/213243/en-us) titled "Odd refresh
behavior
after you specify a conditional format in Excel." Could this be
applicable?

Any advice on how to check the video driver?

Thanks

"Gord Dibben" wrote:

I can't help other than to say =if($A$1="",TRUE, FALSE) does as it
should.

Also =$A$1="" works for me.

With A1 empty............color

With anything in A1.............no color rows 1:10

I think you should not be looking at Excel as the source of your
problem.

Perhaps a video driver issue?


Gord Dibben MS Excel MVP

On Sun, 17 Jun 2007 05:39:00 -0700, johnston
wrote:

Thank you for trying.

Can someone else help?

"Vasant Nanavati" wrote:

Actually, I think it's a screen repainting issue. Not sure what's
causing
it.
__________________________________________________ _____________________


"johnston" wrote in message
...
I'd appreciate help understanding why an apparently simple
conditional
formatting is not working as expected. A group of rows was
formatted at
one
time but responded erratically to changes in cell entries. What
I did
was -
*open a new workbook,
*select rows 1-10
*in the Conditional Format menu, choose "Formula is"
*enter =if($A$1="",TRUE, FALSE)
*choose fill color, for ex. red
*hit the ENTER key
*rows 1-10 turned red, as expected.

Here's the problem. When I typed into cell A1 a few random
letters, some
of
the rows returned to the default color of white. Why not all?
Even more
confusing, if I minimize and expand the window, the formatting of
all rows
is
now correct.











  #12   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Conditional Formatting bug?

Are you typing the $ signs for =$A$1="" to lock A1 as the trigger cell?

Or did you mean =$A1 to lock just the column?


Gord


On Sun, 17 Jun 2007 09:30:00 -0700, johnston
wrote:

Thanks for the advice. I entered the shortened formula. What happened was
odd. If the cells were blank when I did the conditional format, I had the
same problem. If I first typed something into the cells and then applied the
conditional format, it worked the way it should - all cells either with or
without color.

I will try the manufacturer's site also.

"Gord Dibben" wrote:

Could the article be applicable?

Only you know for sure.

Are you referring to a UDF? Doesn't appear so.

Try with the shortened version of the formula and see what you get.

Could be Excel is confused by the IF and TRUE, FALSE although as I
said.........worked for me on 2003

I'm not a hardware person so all I can think of is to go to your driver
manufacturer's site and download the latest driver.


Gord


On Sun, 17 Jun 2007 08:39:00 -0700, johnston
wrote:

Thank you for the reply. I also found an article on the Microsoft website
(http://support.microsoft.com/kb/213243/en-us) titled "Odd refresh behavior
after you specify a conditional format in Excel." Could this be applicable?

Any advice on how to check the video driver?

Thanks

"Gord Dibben" wrote:

I can't help other than to say =if($A$1="",TRUE, FALSE) does as it should.

Also =$A$1="" works for me.

With A1 empty............color

With anything in A1.............no color rows 1:10

I think you should not be looking at Excel as the source of your problem.

Perhaps a video driver issue?


Gord Dibben MS Excel MVP

On Sun, 17 Jun 2007 05:39:00 -0700, johnston
wrote:

Thank you for trying.

Can someone else help?

"Vasant Nanavati" wrote:

Actually, I think it's a screen repainting issue. Not sure what's causing
it.
__________________________________________________ _____________________


"johnston" wrote in message
...
I'd appreciate help understanding why an apparently simple conditional
formatting is not working as expected. A group of rows was formatted at
one
time but responded erratically to changes in cell entries. What I did
was -
*open a new workbook,
*select rows 1-10
*in the Conditional Format menu, choose "Formula is"
*enter =if($A$1="",TRUE, FALSE)
*choose fill color, for ex. red
*hit the ENTER key
*rows 1-10 turned red, as expected.

Here's the problem. When I typed into cell A1 a few random letters, some
of
the rows returned to the default color of white. Why not all? Even more
confusing, if I minimize and expand the window, the formatting of all rows
is
now correct.









  #13   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 24
Default Conditional Formatting bug?

I was trying to lock A1 as the trigger cell ($A$1). However I just tried it
the other way ($A1) as you suggested, and the outcome was correct, i.e. color
in row 2 or 3 or 6 when the cells A2, A3, or A6 were blank and white when I
typed letters or numbers into the cells. Have no idea what's going on.

"Gord Dibben" wrote:

Are you typing the $ signs for =$A$1="" to lock A1 as the trigger cell?

Or did you mean =$A1 to lock just the column?


Gord


On Sun, 17 Jun 2007 09:30:00 -0700, johnston
wrote:

Thanks for the advice. I entered the shortened formula. What happened was
odd. If the cells were blank when I did the conditional format, I had the
same problem. If I first typed something into the cells and then applied the
conditional format, it worked the way it should - all cells either with or
without color.

I will try the manufacturer's site also.

"Gord Dibben" wrote:

Could the article be applicable?

Only you know for sure.

Are you referring to a UDF? Doesn't appear so.

Try with the shortened version of the formula and see what you get.

Could be Excel is confused by the IF and TRUE, FALSE although as I
said.........worked for me on 2003

I'm not a hardware person so all I can think of is to go to your driver
manufacturer's site and download the latest driver.


Gord


On Sun, 17 Jun 2007 08:39:00 -0700, johnston
wrote:

Thank you for the reply. I also found an article on the Microsoft website
(http://support.microsoft.com/kb/213243/en-us) titled "Odd refresh behavior
after you specify a conditional format in Excel." Could this be applicable?

Any advice on how to check the video driver?

Thanks

"Gord Dibben" wrote:

I can't help other than to say =if($A$1="",TRUE, FALSE) does as it should.

Also =$A$1="" works for me.

With A1 empty............color

With anything in A1.............no color rows 1:10

I think you should not be looking at Excel as the source of your problem.

Perhaps a video driver issue?


Gord Dibben MS Excel MVP

On Sun, 17 Jun 2007 05:39:00 -0700, johnston
wrote:

Thank you for trying.

Can someone else help?

"Vasant Nanavati" wrote:

Actually, I think it's a screen repainting issue. Not sure what's causing
it.
__________________________________________________ _____________________


"johnston" wrote in message
...
I'd appreciate help understanding why an apparently simple conditional
formatting is not working as expected. A group of rows was formatted at
one
time but responded erratically to changes in cell entries. What I did
was -
*open a new workbook,
*select rows 1-10
*in the Conditional Format menu, choose "Formula is"
*enter =if($A$1="",TRUE, FALSE)
*choose fill color, for ex. red
*hit the ENTER key
*rows 1-10 turned red, as expected.

Here's the problem. When I typed into cell A1 a few random letters, some
of
the rows returned to the default color of white. Why not all? Even more
confusing, if I minimize and expand the window, the formatting of all rows
is
now correct.










  #14   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 24
Default Conditional Formatting bug?



"johnston" wrote:

I was trying to lock A1 as the trigger cell ($A$1). However I just tried it
the other way ($A1) as you suggested, and the outcome was correct, i.e. color
in row 2 or 3 or 6 when the cells A2, A3, or A6 were blank and white when I
typed letters or numbers into the cells.


Have no idea what's going on - but will try this on my work computer
tomorrow. If I don't have the problem there, it may be a driver problem as
you suggested earlier.

"Gord Dibben" wrote:

Are you typing the $ signs for =$A$1="" to lock A1 as the trigger cell?

Or did you mean =$A1 to lock just the column?


Gord


On Sun, 17 Jun 2007 09:30:00 -0700, johnston
wrote:

Thanks for the advice. I entered the shortened formula. What happened was
odd. If the cells were blank when I did the conditional format, I had the
same problem. If I first typed something into the cells and then applied the
conditional format, it worked the way it should - all cells either with or
without color.

I will try the manufacturer's site also.

"Gord Dibben" wrote:

Could the article be applicable?

Only you know for sure.

Are you referring to a UDF? Doesn't appear so.

Try with the shortened version of the formula and see what you get.

Could be Excel is confused by the IF and TRUE, FALSE although as I
said.........worked for me on 2003

I'm not a hardware person so all I can think of is to go to your driver
manufacturer's site and download the latest driver.


Gord


On Sun, 17 Jun 2007 08:39:00 -0700, johnston
wrote:

Thank you for the reply. I also found an article on the Microsoft website
(http://support.microsoft.com/kb/213243/en-us) titled "Odd refresh behavior
after you specify a conditional format in Excel." Could this be applicable?

Any advice on how to check the video driver?

Thanks

"Gord Dibben" wrote:

I can't help other than to say =if($A$1="",TRUE, FALSE) does as it should.

Also =$A$1="" works for me.

With A1 empty............color

With anything in A1.............no color rows 1:10

I think you should not be looking at Excel as the source of your problem.

Perhaps a video driver issue?


Gord Dibben MS Excel MVP

On Sun, 17 Jun 2007 05:39:00 -0700, johnston
wrote:

Thank you for trying.

Can someone else help?

"Vasant Nanavati" wrote:

Actually, I think it's a screen repainting issue. Not sure what's causing
it.
__________________________________________________ _____________________


"johnston" wrote in message
...
I'd appreciate help understanding why an apparently simple conditional
formatting is not working as expected. A group of rows was formatted at
one
time but responded erratically to changes in cell entries. What I did
was -
*open a new workbook,
*select rows 1-10
*in the Conditional Format menu, choose "Formula is"
*enter =if($A$1="",TRUE, FALSE)
*choose fill color, for ex. red
*hit the ENTER key
*rows 1-10 turned red, as expected.

Here's the problem. When I typed into cell A1 a few random letters, some
of
the rows returned to the default color of white. Why not all? Even more
confusing, if I minimize and expand the window, the formatting of all rows
is
now correct.










  #15   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 24
Default Conditional Formatting bug?

Tried this on my work computer and had the same issue so unlikely to be a
hardware issue. Thanks to everyone who offered their advice.

"johnston" wrote:



"johnston" wrote:

I was trying to lock A1 as the trigger cell ($A$1). However I just tried it
the other way ($A1) as you suggested, and the outcome was correct, i.e. color
in row 2 or 3 or 6 when the cells A2, A3, or A6 were blank and white when I
typed letters or numbers into the cells.


Have no idea what's going on - but will try this on my work computer
tomorrow. If I don't have the problem there, it may be a driver problem as
you suggested earlier.

"Gord Dibben" wrote:

Are you typing the $ signs for =$A$1="" to lock A1 as the trigger cell?

Or did you mean =$A1 to lock just the column?


Gord


On Sun, 17 Jun 2007 09:30:00 -0700, johnston
wrote:

Thanks for the advice. I entered the shortened formula. What happened was
odd. If the cells were blank when I did the conditional format, I had the
same problem. If I first typed something into the cells and then applied the
conditional format, it worked the way it should - all cells either with or
without color.

I will try the manufacturer's site also.

"Gord Dibben" wrote:

Could the article be applicable?

Only you know for sure.

Are you referring to a UDF? Doesn't appear so.

Try with the shortened version of the formula and see what you get.

Could be Excel is confused by the IF and TRUE, FALSE although as I
said.........worked for me on 2003

I'm not a hardware person so all I can think of is to go to your driver
manufacturer's site and download the latest driver.


Gord


On Sun, 17 Jun 2007 08:39:00 -0700, johnston
wrote:

Thank you for the reply. I also found an article on the Microsoft website
(http://support.microsoft.com/kb/213243/en-us) titled "Odd refresh behavior
after you specify a conditional format in Excel." Could this be applicable?

Any advice on how to check the video driver?

Thanks

"Gord Dibben" wrote:

I can't help other than to say =if($A$1="",TRUE, FALSE) does as it should.

Also =$A$1="" works for me.

With A1 empty............color

With anything in A1.............no color rows 1:10

I think you should not be looking at Excel as the source of your problem.

Perhaps a video driver issue?


Gord Dibben MS Excel MVP

On Sun, 17 Jun 2007 05:39:00 -0700, johnston
wrote:

Thank you for trying.

Can someone else help?

"Vasant Nanavati" wrote:

Actually, I think it's a screen repainting issue. Not sure what's causing
it.
__________________________________________________ _____________________


"johnston" wrote in message
...
I'd appreciate help understanding why an apparently simple conditional
formatting is not working as expected. A group of rows was formatted at
one
time but responded erratically to changes in cell entries. What I did
was -
*open a new workbook,
*select rows 1-10
*in the Conditional Format menu, choose "Formula is"
*enter =if($A$1="",TRUE, FALSE)
*choose fill color, for ex. red
*hit the ENTER key
*rows 1-10 turned red, as expected.

Here's the problem. When I typed into cell A1 a few random letters, some
of
the rows returned to the default color of white. Why not all? Even more
confusing, if I minimize and expand the window, the formatting of all rows
is
now correct.










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 Formatting based on cell formatting Totom Excel Worksheet Functions 3 January 20th 07 02:02 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 0 January 15th 07 04:35 PM
Conditional Formatting Les Excel Worksheet Functions 1 December 30th 05 07:37 PM
Conditional Formatting Monty Excel Discussion (Misc queries) 1 December 13th 05 10:37 AM
Conditional Formatting that will display conditional data BrainFart Excel Worksheet Functions 1 September 13th 05 05:45 PM


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