ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Highlight the cell date of current month (https://www.excelbanter.com/excel-discussion-misc-queries/244246-highlight-cell-date-current-month.html)

kashish

Highlight the cell date of current month
 
If Any Row having different due dates , So I want a Conditional formula for
showing current month dates highlighted.

Fred Smith[_4_]

Highlight the cell date of current month
 
You want something like:
=month(a1)=month(today())

Regards,
Fred.

"kashish" wrote in message
...
If Any Row having different due dates , So I want a Conditional formula
for
showing current month dates highlighted.



Jacob Skaria

Highlight the cell date of current month
 
=AND(E10,MONTH(E1)=MONTH(TODAY()))

If you are new to CF

1. Select the cell/Range (say E1:E10).
2. From menu FormatConditional Formatting
3. For Condition1Select 'Formula Is' and enter the formula. Please note
that the cell reference E1 mentioned in the formula is the active cell in the
selection. Active cell will have a white background even after selection
4. Click Format ButtonPattern and select your color (say Red)
5. Hit OK


If this post helps click Yes
---------------
Jacob Skaria


"kashish" wrote:

If Any Row having different due dates , So I want a Conditional formula for
showing current month dates highlighted.


Jacob Skaria

Highlight the cell date of current month
 
Better to include year...
=AND(E10,TEXT(E1,"mmyyyy")=TEXT(TODAY(),"mmyyyy") )

If this post helps click Yes
---------------
Jacob Skaria


"Jacob Skaria" wrote:

=AND(E10,MONTH(E1)=MONTH(TODAY()))

If you are new to CF

1. Select the cell/Range (say E1:E10).
2. From menu FormatConditional Formatting
3. For Condition1Select 'Formula Is' and enter the formula. Please note
that the cell reference E1 mentioned in the formula is the active cell in the
selection. Active cell will have a white background even after selection
4. Click Format ButtonPattern and select your color (say Red)
5. Hit OK


If this post helps click Yes
---------------
Jacob Skaria


"kashish" wrote:

If Any Row having different due dates , So I want a Conditional formula for
showing current month dates highlighted.



All times are GMT +1. The time now is 03:19 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com