Forum Discussion
QuickBaseCoachD
9 years agoQrew Captain
Assuming that you have a date field to indicate the month,
ToDays(LastDayOfMonth([My date field]) -FirstDayOfMonth([My date field])) + 1
ToDays(LastDayOfMonth([My date field]) -FirstDayOfMonth([My date field])) + 1
- MaryPearl9 years agoQrew Member
should I create a 2 date field ?
- QuickBaseCoachD9 years agoQrew Captainsorry, I am not understanding your question.
You asked how many weekdays there are in a month. Which month?
Maybe it's good enough to use 365.25 / 12 = on average 30.4 days in a month. - TonyGonzalez2 years agoQrew Trainee
Thank you for this. I just used this today. (I had NO idea QB even existed 7 years ago. I love that help provided back then is still relevant today.)