Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 65
Default Conditional Format

i have cell B12 that i want to score through the text if todays date is equal
to or has passed from A12. i know about the conditional formating control but
if i check the date in A12 i want the answer to cause B12 to change?

Thanks in advance
Arnie
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Conditional Format

If I understand you correctly, you have a date in A12 and want to see if
that date is equal to or prior to today's date and, if so, make the text in
B12 show as "strikethrough". If that is correct, then select B12 and click
Format/ConditionalFormatting on the menu. Change the drop-down to "Formula
Is" and then put this formula in the formula field...

=A12<=TODAY()

Then click the Format button, select the Font tab and put a check mark in
the Strikethrough box in the Effects section. Finally, OK your way back to
the worksheet.

Rick


"Arnie" wrote in message
...
i have cell B12 that i want to score through the text if todays date is
equal
to or has passed from A12. i know about the conditional formating control
but
if i check the date in A12 i want the answer to cause B12 to change?

Thanks in advance
Arnie


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 65
Default Conditional Format

Ruddy Marvellous TA a long time since i did programming

"Rick Rothstein (MVP - VB)" wrote:

If I understand you correctly, you have a date in A12 and want to see if
that date is equal to or prior to today's date and, if so, make the text in
B12 show as "strikethrough". If that is correct, then select B12 and click
Format/ConditionalFormatting on the menu. Change the drop-down to "Formula
Is" and then put this formula in the formula field...

=A12<=TODAY()

Then click the Format button, select the Font tab and put a check mark in
the Strikethrough box in the Effects section. Finally, OK your way back to
the worksheet.

Rick


"Arnie" wrote in message
...
i have cell B12 that i want to score through the text if todays date is
equal
to or has passed from A12. i know about the conditional formating control
but
if i check the date in A12 i want the answer to cause B12 to change?

Thanks in advance
Arnie



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
copy conditional format without using format painter MsConfused Excel Worksheet Functions 2 May 4th 09 07:16 AM
New Conditional Format Overriding Previous Conditional Format Rene Excel Discussion (Misc queries) 3 February 27th 08 06:08 PM
Multiple conditional on conditional format formula Frank Kabel Excel Programming 1 July 27th 04 06:24 PM
Multiple conditional on conditional format formula Bob Phillips[_7_] Excel Programming 0 July 27th 04 05:30 PM
Keep format after paste from other worksheets - conditional format or EnableControl solution doesn't work No Name Excel Programming 0 May 3rd 04 12:22 PM


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