Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default Counting calendar Days - not including Sundays

Is there a way to do a formula that returns a count of days remaining in a
month (or specified date range) that doesn't include Sundays?

Ex. Today's Date: =today()
End Date: May 22nd

Formula to calculate how many (Non-Sunday) days left between today and
May 22nd.

This board rocks, thanks in advance for the help!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default Counting calendar Days - not including Sundays

Look he

http://www.cpearson.com/excel/betternetworkdays.aspx

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"KenCanuck" wrote in message
...
Is there a way to do a formula that returns a count of days remaining in a
month (or specified date range) that doesn't include Sundays?

Ex. Today's Date: =today()
End Date: May 22nd

Formula to calculate how many (Non-Sunday) days left between today and
May 22nd.

This board rocks, thanks in advance for the help!


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default Counting calendar Days - not including Sundays

Try this link...

http://www.cpearson.com/excel/betternetworkdays.aspx
--
HTH...

Jim Thomlinson


"KenCanuck" wrote:

Is there a way to do a formula that returns a count of days remaining in a
month (or specified date range) that doesn't include Sundays?

Ex. Today's Date: =today()
End Date: May 22nd

Formula to calculate how many (Non-Sunday) days left between today and
May 22nd.

This board rocks, thanks in advance for the help!

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Counting calendar Days - not including Sundays

Try with a future date in A1

=SUM(INT((A1-WEEKDAY(A1+1-{2;3;4;5;6;7})-TODAY()+8)/7))

If this post helps click Yes
---------------
Jacob Skaria


"KenCanuck" wrote:

Is there a way to do a formula that returns a count of days remaining in a
month (or specified date range) that doesn't include Sundays?

Ex. Today's Date: =today()
End Date: May 22nd

Formula to calculate how many (Non-Sunday) days left between today and
May 22nd.

This board rocks, thanks in advance for the help!

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I get no of Sundays and working days of the month? Narnimar Excel Discussion (Misc queries) 6 April 13th 09 11:52 PM
Networkdays including sundays Frank Pytel Excel Discussion (Misc queries) 0 April 21st 08 07:53 PM
Working Days excluding Sundays danh Excel Discussion (Misc queries) 6 March 31st 07 08:52 PM
Excel - list days of a month, excluding Sundays John Excel Discussion (Misc queries) 1 January 3rd 06 04:43 PM
Count Days excluding Sundays KENNY Excel Worksheet Functions 3 November 11th 04 05:26 PM


All times are GMT +1. The time now is 03:40 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"