+ Reply to Thread
Results 1 to 3 of 3

Formula Help: Determine days total from arrival to current date then stop adding days

  1. #1
    Registered User
    Join Date
    05-24-2014
    Posts
    34

    Formula Help: Determine days total from arrival to current date then stop adding days

    I am looking for help for a formula that calculates the number of days between an entered date and the current date and then once another cell has been filled, it will lock the days at that number and stop accumulating more days.
    As in How many days has unit been in shop calculated from units arrival date to current date, but once there is a shipped date, how many days in shop stops calculating more days.

    Attached is an example of my sheet that may help you understand it better since I do not think I am doing a very good job at wording it.
    Attached Files Attached Files

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Formula Help: Determine days total from arrival to current date then stop adding days

    In E2 and copied down:

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    BSB

  3. #3
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Formula Help: Determine days total from arrival to current date then stop adding days

    Try

    =IF(D2="",TODAY(),D2)-B2

+ 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. [SOLVED] calculate total number of days between two days based on 365 days year
    By aparunkumar in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 03-14-2016, 12:51 AM
  2. Replies: 1
    Last Post: 08-21-2013, 02:14 PM
  3. [SOLVED] Adding Total Number of Days Elapsed and Displaying >31 Days
    By cwwazy in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-03-2013, 08:18 AM
  4. excel formula: days remaining=end date-todays date+extention days
    By fsprings in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 01-04-2013, 06:45 AM
  5. Formula/Macro to determine when 90 days have passed from pre-defined date
    By maacmaac in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-23-2011, 12:23 AM
  6. Replies: 3
    Last Post: 04-10-2009, 06:02 PM

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