RobinReumers Posted March 26, 2007 Posted March 26, 2007 Hi, I have a date entered and now I want to calculate another date 12 workdays before the entered date, what would be the best way for this please? Thanks Robin
mr_vodka Posted March 26, 2007 Posted March 26, 2007 Maybe one of these CF can help http://www.briandunning.com/cf/385 http://www.briandunning.com/cf/353
Lee Smith Posted March 26, 2007 Posted March 26, 2007 The CFs will give you a raw calculation of workdays. However, there are other factors involved that you should consider, such as holidays. If you want to account for holidays, then you should take a look at the example file by BobWeaver called WorkDay (in the sample file Topic Area). HTH Lee
Raybaudi Posted March 26, 2007 Posted March 26, 2007 Case( DayOfWeek ( yourDate ) = 1 ; yourDate - 17; DayOfWeek ( yourDate ) ≤ 3 ; yourDate - 18; yourDate - 16 )
RobinReumers Posted March 27, 2007 Author Posted March 27, 2007 Hi, http://www.briandunning.com/cf/385 is perfect, thank you very much, I don't need anything for holidays, this is perfect.... Robin
Joseph31 Posted April 3, 2007 Posted April 3, 2007 Can you show me how to show only a business days (5 day work week) not all days. Here is my equation that I use: Get(currentDate) - Broker_Date Any thoughts? Joseph
mr_vodka Posted April 3, 2007 Posted April 3, 2007 Wasnt the question answered here? This thread is the one that I pointed you out to. Since you dont have Advanced, look at the second thread.
Joseph31 Posted April 3, 2007 Posted April 3, 2007 Thank you I see it now just missed it... It works great --- It counts the current day --- is there a way not to do that? Joseph
Recommended Posts
This topic is 6446 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now