Another one;

=INT((WEEKDAY(A1-*1*)+B1-A1)/7)

Note: There are 2 opening brackets before WEEKDAY.

A1 = Start_Date
B1 = End_Date

*1* = Sun, *2* = Mon, *3* = Tue, *4* = Wed, *5* = Thu, *6* = Fri, *7* = Sat

If you want to count multiple days between 2 dates use then inside an Array 
separated by comma, 

For Eg: If you want to count Sun, Tue, Sat, use like this,

=SUM(INT((WEEKDAY(A1-{*1*,*3*,*7*})+B1-A1)/7))

Change the appropriate weekday numbers, whichever day(s) you want to count.

HTH
Haseeb

For free MS product help & tips, visit;
http://www.excelfox.com/forum/

-- 
----------------------------------------------------------------------------------
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com

<><><><><><><><><><><><><><><><><><><><><><>
Like our page on facebook , Just follow below link
http://www.facebook.com/discussexcel

Reply via email to