Number of Weekend Days between 2 Dates Q

S

Seanie

Is it possible to calculate the number of weekend days between two
dates? Below is my formula that returns the number of days between 2
inputted values, but what is the total weekend days between these two
values?

((Masters!I52-(Masters!I1-6))
 
A

Alan Moseley

The NETWORKDAYS function gives you the number of non-weekend days between two
given dates, so you could just subtract this result from your formula result.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top