Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Onion
 
Posts: n/a
Default Conditional format (word change)

I would like to add a second Conditional format to just
Column C (specifically C3 to C2000)to change the word Open
to Closed based on this criteria:
=OR(AND(ISNUMBER($AC3),$AD3="N"),AND(ISNUMBER
($AE3),ISNUMBER($AC3),$AD3="Y"))
which is used to change the color of the entire row
through Conditional formatting.

AC is a date Column
AD contains Y or N
AE is a date Column

Working examples:
1) If AC has a date and AD has a Y then AE needs a date to
make C3 = Closed, otherwise C3 stays as Open.
2) If AC has a date and AD has a N then C3 Open goes to
Closed.
('Open' is always in Column C by default)

I cannot get my Column C to change and any help would be
appreciated!

TIA

  #2   Report Post  
Onion
 
Posts: n/a
Default

Perhaps CF is not the way to go!
Can someone help me with a formula to put 'Closed' in
Column C when AC date is entered and AD=N. Also when AC
date is entered, AD=Y and AE date is entered? I can leave
Column C blank.

Thanks

-----Original Message-----
I would like to add a second Conditional format to just
Column C (specifically C3 to C2000)to change the word

Open
to Closed based on this criteria:
=OR(AND(ISNUMBER($AC3),$AD3="N"),AND(ISNUMBER
($AE3),ISNUMBER($AC3),$AD3="Y"))
which is used to change the color of the entire row
through Conditional formatting.

AC is a date Column
AD contains Y or N
AE is a date Column

Working examples:
1) If AC has a date and AD has a Y then AE needs a date

to
make C3 = Closed, otherwise C3 stays as Open.
2) If AC has a date and AD has a N then C3 Open goes to
Closed.
('Open' is always in Column C by default)

I cannot get my Column C to change and any help would be
appreciated!

TIA

.

  #3   Report Post  
Onion
 
Posts: n/a
Default

=IF(AND(ISNUMBER(AC3),AD="N",ISNUMBER(AE)),"Open", "Closed")
is getting me close, not sure how to finish it!
TIA
-----Original Message-----
Perhaps CF is not the way to go!
Can someone help me with a formula to put 'Closed' in
Column C when AC date is entered and AD=N. Also when AC
date is entered, AD=Y and AE date is entered? I can leave
Column C blank.

Thanks

-----Original Message-----
I would like to add a second Conditional format to just
Column C (specifically C3 to C2000)to change the word

Open
to Closed based on this criteria:
=OR(AND(ISNUMBER($AC3),$AD3="N"),AND(ISNUMBER
($AE3),ISNUMBER($AC3),$AD3="Y"))
which is used to change the color of the entire row
through Conditional formatting.

AC is a date Column
AD contains Y or N
AE is a date Column

Working examples:
1) If AC has a date and AD has a Y then AE needs a date

to
make C3 = Closed, otherwise C3 stays as Open.
2) If AC has a date and AD has a N then C3 Open goes to
Closed.
('Open' is always in Column C by default)

I cannot get my Column C to change and any help would be
appreciated!

TIA

.

.

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
Embedded word doc changed to image-need to change back to word. cflores Excel Discussion (Misc queries) 0 January 23rd 05 06:45 AM
How do i change numbers in text format to number format? Greg New Users to Excel 1 December 14th 04 05:22 PM
copy conditional format as ACTUAL format Dana Zulager Excel Discussion (Misc queries) 7 December 7th 04 11:02 PM
Copying a conditional format Meaux Excel Worksheet Functions 2 November 29th 04 10:19 AM
change bahttext format to different format style sumon Excel Worksheet Functions 0 November 11th 04 12:11 PM


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