Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Column A is not formatted as a date but does contain the year and
month as 2010 03. How can I use Conditional Formatting to highlight that row when it is the current month and current year? thanks to all... |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use the formula
=AND(--LEFT(A2,4)=YEAR(TODAY()),--RIGHT(A2,2)=MONTH(TODAY())) as your condition. Or =AND(--LEFT($A2,4)=YEAR(TODAY()),--RIGHT($A2,2)=MONTH(TODAY())) if you want to highlight the whole row. -- David Biddulph "Jack Deuce" wrote in message ... Column A is not formatted as a date but does contain the year and month as 2010 03. How can I use Conditional Formatting to highlight that row when it is the current month and current year? thanks to all... |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
CF:
=DATE(LEFT(A1,4),RIGHT(A1,2),1)=DATE(YEAR(TODAY()) ,MONTH(TODAY()),1) "Jack Deuce" wrote: Column A is not formatted as a date but does contain the year and month as 2010 03. How can I use Conditional Formatting to highlight that row when it is the current month and current year? thanks to all... . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I highlight rows based on conditional formatting | Excel Worksheet Functions | |||
Conditional Format to highlight entire row if a condition is met | Excel Worksheet Functions | |||
Conditional Format to Highlight entire Row? | Excel Worksheet Functions | |||
Conditional Format to highlight entrire Row | Excel Worksheet Functions | |||
Conditional Format to highlight blank cell | Excel Worksheet Functions |