How do you get third Wednesday of the month that isn't dependent on another cell

redinator

New Member
Joined
Oct 20, 2021
Messages
5
Platform
  1. Windows
I've seen several posts stating how to get the correct result, but they are always dependent on a date in a particular cell. In my worksheet the dates in the cells are based on today's date =TODAY(), =TODAY() + 1 etc., so the formulas that require specific Day/Month/Year don't seem to work properly.
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
How about
Excel Formula:
=WORKDAY.INTL(EOMONTH(TODAY(),-1),3,"1101111")
 
Upvote 0
What do these numbers in the formula represent? I ask in case I want to do something like the 2nd Tues of the month, I know which ones to change
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0
This worked out perfectly. Once I knew what the different arguments represented I was also able to edit it for other sections as well. The only thing I had to change about my spreadsheet was adding a Notes column and put the first day of the month in it. Since I did that I adjusted the formula a bit by replacing the TODAY () argument with the Column and row identifier (J2, J3 etc.)
=WORKDAY.INTL(EOMONTH(j2,-1),3,"1101111"). This still isn't and independent formula, but it works for my purposes. Again thank you
 

Attachments

  • EXCEL 2_i3zGxFUtu9.png
    EXCEL 2_i3zGxFUtu9.png
    83.5 KB · Views: 4
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,959
Members
449,096
Latest member
Anshu121

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top