how to incorporate WORKDAY into the following formula

LaurenHancy

Board Regular
Joined
Aug 5, 2010
Messages
179
Hi All,

I have a drop down with a specific month, my forula does the trick and displays all dates for that month, but how can I display WORKDAY's only? I am a bit stuck, your help is appreciated.

A1 = Dropdown date:

=IF(A1="","",DATEVALUE("1 "&A1))

The in next cell this formula:

=IF(F6="","",IF(MONTH(F6)<>MONTH(F6+1),"",F6+1))

Thank you :)
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Are you familiar with and have you tried the NETWORKDAYS() function in Excel? It sounds like that might help to resolve any issue that you have with counting or displaying only working days (since you can also set up holidays on another range or worksheet, and those will not be counted as "working days" as well as whatever weekend or other days you also exclude).
 
Upvote 0

Forum statistics

Threads
1,215,018
Messages
6,122,703
Members
449,093
Latest member
Mnur

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