ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   how many Fridays in a specific month in Excel (https://www.excelbanter.com/excel-programming/349843-how-many-fridays-specific-month-excel.html)

Don Ray

how many Fridays in a specific month in Excel
 
I need to be able to produce a number represneting the amount of times a
specific day occurs in any given month. Thanks fo any help in advance

Ron Coderre[_5_]

how many Fridays in a specific month in Excel
 
Try this:
A1: (Enter Any Date)
B1: (Enter a number from 1 to 7)
Note: 1=Sun, 2=Mon, 3=Tue, etc....7=Sat

C1: =SUMPRODUCT(--(WEEKDAY(A1-1+ROW($A$1:INDEX(A:A,DAY(EOMONTH(A1,0)))))=B1))
That formula returns the count of days of the type referenced in B1 there
are in the month including the value in A1.

Example:
A1: 2/1/2006
B1: 2 (Monday)
C1: returns 4

Is that what you're looking for?

***********
Regards,
Ron

XL2002, WinXP-Pro


"Don Ray" wrote:

I need to be able to produce a number represneting the amount of times a
specific day occurs in any given month. Thanks fo any help in advance


Ron Rosenfeld

how many Fridays in a specific month in Excel
 
On Sun, 8 Jan 2006 16:46:02 -0800, "Don Ray" <Don
wrote:

I need to be able to produce a number represneting the amount of times a
specific day occurs in any given month. Thanks fo any help in advance



With some date in the month in A1:

=4+(DAY(A1-DAY(A1)+1-WEEKDAY(A1-DAY(A1+5))+35)7)

will give the number of Fridays in a month.

For a different weekday, change the '5' near the end accordingly:

1:Monday 7:Sunday


--ron


All times are GMT +1. The time now is 11:10 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com