Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 116
Default Conditional format failure

I have set the following conditional format: Cell Value is equal to =$C$3=Q1
in cell C2 and have the cell change color. The conditional format works if C2
is blank but whenever a value is present the color reverts back to the
default. Any suggestions?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default Conditional format failure

If you are going to use cell references use formula is instead of cell
value,
it's not clear to me what this is suppose to mean

=$C$3=Q1


do you mean that C2 is equal to C3 AND Q1, if so use

=AND(C2=$C$3,C2=Q1)

if you mean C3 OR Q1 replace AND with OR


--


Regards,


Peo Sjoblom


"marty" wrote in message
...
I have set the following conditional format: Cell Value is equal to
=$C$3=Q1
in cell C2 and have the cell change color. The conditional format works if
C2
is blank but whenever a value is present the color reverts back to the
default. Any suggestions?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,624
Default Conditional format failure

Well, when you enter a value (other than TRUE), the value is no longer
$C$3=Q1 (i.e., TRUE, presumably, since the format was applied), so the
conditional format goes away.

If you want to make the CF dependent only on C3 and Q1, use the
dropdowns and input box to read

Formula is =$C$3=Q1


e.g., "Formula is" rather than "Cell Value is"


In article ,
marty wrote:

I have set the following conditional format: Cell Value is equal to =$C$3=Q1
in cell C2 and have the cell change color. The conditional format works if C2
is blank but whenever a value is present the color reverts back to the
default. Any suggestions?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 116
Default Conditional format failure

Sorry for the confusion. I am looking for the value of C3 to be equal to Q1
(The value Q1 not a cell reference of Q1) (Q1 is referencing the first
quarter of the year)

"Peo Sjoblom" wrote:

If you are going to use cell references use formula is instead of cell
value,
it's not clear to me what this is suppose to mean

=$C$3=Q1


do you mean that C2 is equal to C3 AND Q1, if so use

=AND(C2=$C$3,C2=Q1)

if you mean C3 OR Q1 replace AND with OR


--


Regards,


Peo Sjoblom


"marty" wrote in message
...
I have set the following conditional format: Cell Value is equal to
=$C$3=Q1
in cell C2 and have the cell change color. The conditional format works if
C2
is blank but whenever a value is present the color reverts back to the
default. Any suggestions?




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 116
Default Conditional format failure

Thank you, that did it!

"JE McGimpsey" wrote:

Well, when you enter a value (other than TRUE), the value is no longer
$C$3=Q1 (i.e., TRUE, presumably, since the format was applied), so the
conditional format goes away.

If you want to make the CF dependent only on C3 and Q1, use the
dropdowns and input box to read

Formula is =$C$3=Q1


e.g., "Formula is" rather than "Cell Value is"


In article ,
marty wrote:

I have set the following conditional format: Cell Value is equal to =$C$3=Q1
in cell C2 and have the cell change color. The conditional format works if C2
is blank but whenever a value is present the color reverts back to the
default. Any suggestions?


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 conditional format by referencing failure/success? Thomas from Ezipin Canada Excel Worksheet Functions 2 September 19th 06 11:41 PM
Conditional Format - Format Transfer To Chart ju1eshart Excel Discussion (Misc queries) 0 June 1st 06 02:46 PM
Failure to display currency format SWAN_943 Excel Discussion (Misc queries) 2 October 2nd 05 03:00 PM
copy conditional format to regular format GDC Setting up and Configuration of Excel 3 May 4th 05 09:35 PM
copy conditional format as ACTUAL format Dana Zulager Excel Discussion (Misc queries) 7 December 7th 04 11:02 PM


All times are GMT +1. The time now is 08:43 PM.

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"