Forum Discussion
- QuickBaseCoachDQrew CaptainThe function WeekdaySub([(Finish Date], [Start Date])
will return a numeric value if the number of weekdays not counting weekends, between two dates. - AdamTannerQrew TraineeI would only like this to calculate if [assigned]=false
weekdaysub(now(), [date created], if([assigned]=null))
Could you help me with this formula please? - QuickBaseCoachDQrew CaptainIF (not [Assigned], WeekDaySub(Today(), ToDate([Date Created]))
- AdamTannerQrew TraineeYou are the man! Thank you so much!
- LeslieMeyerQrew MemberCan you provide me with a variation on the formula above? I need the max of the last two dates, and this formula attempt isn't right: WeekdaySub([Date Completed], (max[Assigned Date],[Re-assignment Date]))
- QuickBaseCoachDQrew CaptainCan you post the error message or describe the problem with the result of your formula?
Are all the field involved date field types or are some of them a different field type such as date/time of text? - LeslieMeyerQrew Memberthank you for the quick reply. It turns out I had the wrong field type in my formula field. it should have been a formula-duration and not a formula-number.