Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
Try this
WeekdayAdd([Start Date],0)
WeekdayAdd([Start Date],0)
ArchiveUser
8 years agoQrew Captain
First one worked perfectly, 2nd one gave me an error. But now I'm trying to filter out holidays for my Estimated Started Date (which was just a Work Date formula field, [Start Date with Check]} and tried this calc to add a day after the holidays and this didn't work:
If([Start Date with Check]=ToDate("01-01-2018"),WeekdayAdd([Start Date with Check],1),
[Start Date with Check])
yikes I'm off somewhere again! :(
If([Start Date with Check]=ToDate("01-01-2018"),WeekdayAdd([Start Date with Check],1),
[Start Date with Check])
yikes I'm off somewhere again! :(