Good Day,
I have the below formula where the workday formula would return the 15th of a month.
What i am looking for is to update the cell with Overdue if the date range falls between >=15 and <=20 of the any given month.
=IF(TODAY()>=15,"Overdue",WORKDAY.INTL(EOMONTH(EDATE(TODAY(),1),-1),13,11))
please help.
I have the below formula where the workday formula would return the 15th of a month.
What i am looking for is to update the cell with Overdue if the date range falls between >=15 and <=20 of the any given month.
=IF(TODAY()>=15,"Overdue",WORKDAY.INTL(EOMONTH(EDATE(TODAY(),1),-1),13,11))
please help.