I want a formula that writes yes when the date in column A is within 6 months from today's date....
thanks
I want a formula that writes yes when the date in column A is within 6 months from today's date....
thanks
maybe you can use it like this as per my understanding
=DATE(YEAR(TODAY()),MONTH(TODAY())+6,DAY(TODAY()))>A1
I think people forget the word "THANK YOU!!!!" Do you still know it???
There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "
Regards,
Vladimir
this seems to work! thank you. is there anyway i can get it to not show as TRUE if the date is column A is past today's date?
if you want 6 months all the time, use this...
=TODAY()-365.25/2
you can change the last part to adjust for more/less than 6 mths
edit: try =if(A1>=today(),"",TODAY()-365.25/2)
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
In cell B2
=IF(A2>TODAY()+182.625,"","Yes")
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks