• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Date if function

ridwanr

New Member
Hi all,

Am looking for a formula in which if the date is = or > than 6 month then the date should be highlight in green colors.

On contrast to it if its < than 6 month then it should be in red.

Pls see attached example for better understanding.

Thanking you for your help in advance.

Regards,
Ridwan
 

Attachments

  • Ridwan example5.xlsx
    10.1 KB · Views: 4
Why did you delay responding to all this?
You can try to make it by YourSelf , by this
Code:
=DATEDIF(A2,TODAY(),"M")>6
 

Attachments

  • Ridwan example7.xlsx
    10.9 KB · Views: 4
Back
Top