Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 74
Default New Conditional Format Overriding Previous Conditional Format

In C6 I have the following formula =IF(E6="DONE",TRUE,FALSE), When "done" is
entered in E6, C6 turns into a certain pattern. I want C6 to revert to no
pattern when "done" is entered in E8. Is that possible? How?
--
Rene - Do appreciate your help
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,819
Default New Conditional Format Overriding Previous Conditional Format

Simply change the "conditional format" of C6. (Format, Conditional
formatting on the main minu)

Rene wrote:

In C6 I have the following formula =IF(E6="DONE",TRUE,FALSE), When "done" is
entered in E6, C6 turns into a certain pattern. I want C6 to revert to no
pattern when "done" is entered in E8. Is that possible? How?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default New Conditional Format Overriding Previous Conditional Format

Use 2nd one as first cf
formula is =$e$8="done"
add
formula is =$e$6="done"

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Rene" wrote in message
...
In C6 I have the following formula =IF(E6="DONE",TRUE,FALSE), When "done"
is
entered in E6, C6 turns into a certain pattern. I want C6 to revert to no
pattern when "done" is entered in E8. Is that possible? How?
--
Rene - Do appreciate your help


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default New Conditional Format Overriding Previous Conditional Format

I haven't seen the original question, but only Don's reply. I think what
the OP may be looking for is to change the formula in C6 from
=IF(E6="DONE",TRUE,FALSE) to =AND(E6="DONE",E8<"DONE")

[Note that the original =IF(E6="DONE",TRUE,FALSE) could have been simplified
to =E6="DONE", as that will return TRUE or FALSE without the IF function.]
--
David Biddulph

"Don Guillett" wrote in message
...
Use 2nd one as first cf
formula is =$e$8="done"
add
formula is =$e$6="done"


"Rene" wrote in message
...
In C6 I have the following formula =IF(E6="DONE",TRUE,FALSE), When
"done" is
entered in E6, C6 turns into a certain pattern. I want C6 to revert to
no
pattern when "done" is entered in E8. Is that possible? How?
--
Rene - Do appreciate your help




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 to create a conditional format that changes the number format tmbo Excel Discussion (Misc queries) 1 August 23rd 06 06:20 AM
Conditional Format - Format Transfer To Chart ju1eshart Excel Discussion (Misc queries) 0 June 1st 06 02:46 PM
conditional cell format based on cell in same row, previous column tamiluchi Excel Worksheet Functions 7 May 3rd 06 04:11 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 06:50 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"