Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy conditional format without using format painter | Excel Worksheet Functions | |||
New Conditional Format Overriding Previous Conditional Format | Excel Discussion (Misc queries) | |||
Multiple conditional on conditional format formula | Excel Programming | |||
Multiple conditional on conditional format formula | Excel Programming | |||
Keep format after paste from other worksheets - conditional format or EnableControl solution doesn't work | Excel Programming |