Friday Dates

R

rob

Oops! That formula I gave gives funky output if there are
4 fridays in a month. Here is the fix.

I love a challenge.

=DAY(NthDayOfWeek(YEAR(A1),(MONTH(A1)),1,6))&", "&DAY
(NthDayOfWeek(YEAR(A1),(MONTH(A1)),2,6))&", "&DAY
(NthDayOfWeek(YEAR(A1),(MONTH(A1)),3,6))&", "&DAY
(NthDayOfWeek(YEAR(A1),(MONTH(A1)),4,6))&IF(DAY
(NthDayOfWeek(YEAR(A1),(MONTH(A1)),5,6))<10,"",", "&DAY
(NthDayOfWeek(YEAR(A1),(MONTH(A1)),5,6)))
 

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