+ Reply to Thread
Results 1 to 4 of 4

Return dates based on julian weekday only calendar

  1. #1
    Registered User
    Join Date
    03-18-2015
    Location
    Kansas City, Missouri
    MS-Off Ver
    2013
    Posts
    2

    Return dates based on julian weekday only calendar

    Hello Everyone,

    I've been wracking my brain all day and I'm hoping someone can help me.

    I need my worksheet to populate due dates based on the date materials are received. I manually enter the date that I receive the materials, and need my due date to auto populate in another column. The tricky part is that my due dates are in business days. I created a julian calendar that excludes the weekends to assist me.

    Essentially I want to enter a date (IE 20 [February 2nd is the 20th workday of the year excluding my companies holidays]). and have it return 4 business days later. (2/6).

    If possible i'd like the formula to produce a blank (" ") cell if the receive date is empty as well.

    Can someone help me?

    Thank you!

  2. #2
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,947

    Re: Return dates based on julian weekday only calendar

    The tricky part is you are re-inventing the wheel.

    With 2/2/15 in cell A2, the formula

    =WORKDAY(A2,4,$J$1:$J$19)

    where J1:J19 have dates of holidays, will return the date 2/6
    Bernie Deitrick
    Excel MVP 2000-2010

  3. #3
    Registered User
    Join Date
    03-18-2015
    Location
    Kansas City, Missouri
    MS-Off Ver
    2013
    Posts
    2

    Re: Return dates based on julian weekday only calendar

    well that was easy. I had no idea that formula existed.

    Thank you!!!

  4. #4
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,947

    Re: Return dates based on julian weekday only calendar

    oops - I forgot the blanks part:

    =IF(A2="","",WORKDAY(A2,4,$J$1:$J$19))

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Determining the date from lot codes written in Perpetual Julian Calendar Dates
    By Anesu in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-12-2013, 10:54 AM
  2. Weekday Calendar Function
    By willmeister in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-16-2011, 12:45 AM
  3. Dates from Julian calendar
    By y_not in forum Excel General
    Replies: 1
    Last Post: 10-24-2005, 02:05 PM
  4. Julian Calendar
    By Pete in forum Excel General
    Replies: 1
    Last Post: 05-15-2005, 01:06 PM
  5. [SOLVED] Toggle a range of Julian dates to Gregorian Dates and Back
    By PSKelligan in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-18-2005, 10:06 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1