I have a document that I need to keep track of the number of work days (5 a week) we go without an issue. I have it set up currently to count the number of days with a formula:

= today()-A1 with A1 holding the date of the last occurance. The issue with this is that it counts weekends.

Is there an easy way to calculate only work days?

Thanks,
Josh