Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 10-23-2019, 10:41 PM
ArviLaanemets ArviLaanemets is offline Novice still: I need a forumula to use in a calendar to highlight every 2nd Wednesday of every month Windows 8 Novice still: I need a forumula to use in a calendar to highlight every 2nd Wednesday of every month Office 2016
Expert
 
Join Date: May 2017
Posts: 960
ArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant future
Default

A formula to calculate 2nd Wednesday of month from any date (DOM) of this month:


Code:
=DATE(YEAR(DOM);MONTH(DOM),1) + (2-1)*7 + (WEEKDAY(DATE(YEAR(DOM),MONTH(DOM),2))<3)*(3-WEEKDAY(DATE(YEAR(DOM),MONTH(DOM),2))) + (WEEKDAY(DATE(YEAR(DOM),MONTH(DOM),2))>3)*(7+3-WEEKDAY(DATE(YEAR(DOM),MONTH(DOM),2)))
I have used WEEKDAY() with 2 as 2nd parameter (weekdays are numbered from Monday to Sunday - i.e. European week definition);
In ...WEEKDAY(...,2)<3... and ...WEEKDAY(...,2)>3... the number 3 represents weekday number the returned date must have - for Wednesday it is 3;
In ...(2-1)*7... the number 2 represents the number of occurrence of asked weekday in this month.
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Novice still: I need a forumula to use in a calendar to highlight every 2nd Wednesday of every month Open Outlook to Month View Calendar komobu Outlook 5 03-17-2015 09:26 AM
Novice still: I need a forumula to use in a calendar to highlight every 2nd Wednesday of every month Adjust display in calendar month view Dovidle Outlook 1 01-07-2015 10:16 AM
Novice still: I need a forumula to use in a calendar to highlight every 2nd Wednesday of every month Configure for 30 days, not calendar month teapea21 Outlook 1 07-31-2014 09:05 AM
start-stop month dates in calendar madison320 Project 0 06-24-2011 08:15 AM
Can't see delegates calendar past next month. enviroko Outlook 3 08-08-2010 01:10 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 03:02 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft