Formula to Calculate the Last Wednesday of Each Month

dsami0122

New Member
Joined
Mar 31, 2016
Messages
43
Office Version
  1. 365
Platform
  1. Windows
Example: If Column B is the Start Date is the Month 12 of the year how would it calculate the date 12/25/2024 using a formula
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
I don't understand your title compared to your question. But try this:
Excel Formula:
=WORKDAY.INTL(EOMONTH(B2,0)+1,-1,"1101111")

Book1
BC
1
22024-12-012024-12-25
Sheet2
Cell Formulas
RangeFormula
C2C2=WORKDAY.INTL(EOMONTH(B2,0)+1,-1,"1101111")
 
Upvote 0
Dates and Time 2024.xlsm
AB
1
205-Dec-2425-Dec-24
3
3bbb
Cell Formulas
RangeFormula
B2B2=WORKDAY.INTL(EOMONTH(A2,0)+1,-1,"1101111")
 
Upvote 0

Forum statistics

Threads
1,221,629
Messages
6,160,926
Members
451,679
Latest member
BlueH1

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