excel - If Date Exceeds Certain Date Then -
excel - If Date Exceeds Certain Date Then -
how set formula or vba around this?
if date listed in column + (7 days) exceed 5th of upcoming month something.
its 5th of each month deadline. if column = 30th march 2015 +(7days)left = 6th apr 2015 column b = "holycrap" else "you're safe"
i appreciate help on this.
let's seek formula:
=if(and(day(a1+7)>5,day(a1+7)<13),"screwed","safe")
the date in a1
in either date or number format. right number format after pressing ctrl+;.
please test , allow me know if date not homecoming right result.
excel date excel-formula worksheet-function deadlines
Comments
Post a Comment