Excel Formula to find 15th Day of Month (excluding Weekends)

Chris Waller

Board Regular
Joined
Jan 18, 2009
Messages
183
Office Version
  1. 365
Platform
  1. Windows
Hi All, my brain is feeling a little scrambled this afternoon and I just cannot think how to use an Excel formula to find the 15th of every month. I have a Spreadsheet which contains the year in the following format dd/mm/yyyy in cell H2. What I am trying to do is create a virtual calendar with tasks on certain days, but the 15th of the month (providing it is not a weekend) when payments go into the bank however at the moment it eludes me as to how to do this. Can anyone help? Thank you.

Please ignore the Excluding Weekends in the Title (I cannot get the right).
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
What do you mean by find the 15th?
Do you just want a formula to return the date of the 15th of whatever data is in H2?
 
Upvote 0
In that case how about
+Fluff v2.xlsm
HI
1
201/10/2020Thu
Main
Cell Formulas
RangeFormula
I2I2=TEXT(EOMONTH(H2,-1)+15,"ddd")
 
Upvote 0
T202010b.xlsm
BCDE
214-Sep-20Tue 15-Sep-20Tue 15-Sep-20
314-Oct-20Thu 15-Oct-20Thu 15-Oct-20
414-Nov-20Mon 16-Nov-20Sun 15-Nov-20
514-Dec-20Tue 15-Dec-20Tue 15-Dec-20
614-Jan-21Fri 15-Jan-21Fri 15-Jan-21
714-Feb-21Mon 15-Feb-21Mon 15-Feb-21
814-Mar-21Mon 15-Mar-21Mon 15-Mar-21
9
10Custom Formatddd dd-mmm-yy
11
2a
Cell Formulas
RangeFormula
C2C2=WORKDAY(B2,1)
B3B3=EDATE(B2,1)
 
Upvote 0
Thanks guys. There are a few formulae that I can take away from this discussion. Thanks once again.
 
Upvote 0
Glad we could help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,618
Messages
6,120,544
Members
448,970
Latest member
kennimack

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