Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
DF DF is offline
external usenet poster
 
Posts: 3
Default Finding Particular Day of Month

Is there a way to find the second Wednesday of each month using Excel
97?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default Finding Particular Day of Month

Try

=DATE(YEAR(A1),MONTH(A1),15)-WEEKDAY(DATE(YEAR(A1),MONTH(A1),4))


where A1 holds any day of the particular month you want to check for


--
Regards,

Peo Sjoblom



"DF" wrote in message
ups.com...
Is there a way to find the second Wednesday of each month using Excel
97?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Finding Particular Day of Month

=11-WEEKDAY(DATE(YEAR(TODAY()),MONTH(TODAY()),1))+DATE (YEAR(TODAY()),MONTH(TODAY()),1)


"DF" wrote:

Is there a way to find the second Wednesday of each month using Excel
97?


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,651
Default Finding Particular Day of Month

On 18 Apr 2007 08:54:16 -0700, DF wrote:

Is there a way to find the second Wednesday of each month using Excel
97?


With some date in the month of concern in A1, try:

=A1-DAY(A1)+15-WEEKDAY(A1-DAY(A1)+4)


--ron
  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Finding Particular Day of Month

"DF" wrote in message
...
In article . com, DF
wrote:

Is there a way to find the second Wednesday of each month using Excel
97?


Hey, it works!!

I tried the formulas given by Peo Sjoblom and Ron Rosenfeld and both work
equally as well. The third formula given by whomever, works but only for
the current month. Thanks for your help. This is neat.


Did you try replacing TODAY() in that third formula by A1?
--
David Biddulph


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
Help finding the date of the last Saturday of a given month Chuck M Excel Worksheet Functions 9 May 23rd 07 08:38 PM
Finding the number of Days in the month? Will Excel Discussion (Misc queries) 1 April 13th 07 09:37 PM
Finding the last day of a month comotoman Excel Discussion (Misc queries) 3 October 18th 05 11:12 PM
Finding the Sum of value each month Pjcan1 Excel Discussion (Misc queries) 6 June 15th 05 09:33 PM
Finding min and max date of a given month Caro-Kann Defence Excel Worksheet Functions 2 May 13th 05 06:33 PM


All times are GMT +1. The time now is 06:36 AM.

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

About Us

"It's about Microsoft Excel"