#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Conditonal Format

I have one cell which u can choose 3 options out on 1 of them being Done and
i want to make another cell respond to done by changing it to done aswell but
i want to be able to put a date in thereif the logical question is wrong e.g.
=IF($B$23="Done",$C$24="Done")
Whats wrong with this?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Conditonal Format

=IF($B$23="Done",$C$24="Done")
Whats wrong with this?


Based on your formula it looks like you want this to appear in C24.

Enter this formula in C24:

=IF($B$23="Done","Done",DATE(year,month,day))

Fill in the date parameters to suit. For example, for the date 7/4/2008:

=IF($B$23="Done","Done",DATE(2008,7,4))

--
Biff
Microsoft Excel MVP


"TxcPhtm" wrote in message
...
I have one cell which u can choose 3 options out on 1 of them being Done
and
i want to make another cell respond to done by changing it to done aswell
but
i want to be able to put a date in thereif the logical question is wrong
e.g.
=IF($B$23="Done",$C$24="Done")
Whats wrong with this?



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
Matching specifc dates using Conditonal format Sibbs Excel Worksheet Functions 3 April 8th 08 03:46 PM
Conditonal Format Problem Dave Excel Discussion (Misc queries) 3 March 7th 07 05:47 PM
Pivot Table Conditonal Format of the Grand Total michelle Excel Worksheet Functions 3 November 2nd 06 11:39 PM
Conditonal Format Formula Yogi_Bear_79 Excel Worksheet Functions 5 June 3rd 05 05:35 PM
Conditonal Format with a date format Kevin Excel Discussion (Misc queries) 2 April 27th 05 10:20 PM


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