+ Reply to Thread
Results 1 to 4 of 4

Need a function to calculate the estimated arrival date

  1. #1
    Registered User
    Join Date
    12-30-2010
    Location
    somewhere, USA
    MS-Off Ver
    Excel 2010
    Posts
    86

    Need a function to calculate the estimated arrival date

    I have a sheet where I need to create a function to calculate the final arrival date to a shipped item.

    A1 is the Current Date
    A2 is the Shipping Date
    A3 is the number of days estimated for delivery
    A4 is the calculated date of arrival of shipped item.

    I need to be able to change the cell in A3 to the number of days expected for shipped item is to be delivered. A4 calculates the arrival date for the item in question. The shipping date is always greater than the current date.

    Any ideas on what function can do this? Thanks in advance.
    Attached Files Attached Files
    Last edited by DorothyFan1; 01-17-2011 at 04:33 PM.

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: Need a function to calculate the estimated arrival date

    This? =B2+B3

  3. #3
    Registered User
    Join Date
    12-30-2010
    Location
    somewhere, USA
    MS-Off Ver
    Excel 2010
    Posts
    86

    Re: Need a function to calculate the estimated arrival date

    Quote Originally Posted by zbor View Post
    This? =B2+B3
    The function needs to account for the current date. It needs to know if the shipping date is later than the current date before making the calculation. Otherwise simply adding B2 and B3 gives only a static answer irrespective of the current date. In other words if I change the date in B1 and it's later than the shipping date the function needs to return a text string saying the current date is later than the shipping date and the calculation can't continue the formula.

    Wait a minute. I just figured out the solution to my own question. Here's my formula

    if(B1>=B2,"can't calculate",B2+B3).

    But now I need a way to have the function tell me on what day the arrival date falls on...Mon, Tues, Weds, Thurs, Fri. Any way I can do that? Thanks.
    Last edited by DorothyFan1; 01-17-2011 at 03:56 PM.

  4. #4
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: Need a function to calculate the estimated arrival date

    Great...
    Now make =B4 (same date twice) and format it as ddd or dddd

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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