+ Reply to Thread
Results 1 to 5 of 5

Formula calculating start/end dates using today and Blank if no dates

  1. #1
    Registered User
    Join Date
    11-28-2017
    Location
    Bakersfield, CA
    MS-Off Ver
    Numbers and office 365
    Posts
    3

    Smile Formula calculating start/end dates using today and Blank if no dates

    Hello,

    I am looking for a Formula for calculating the days between a start and install date (end date), while using “TODAY” as the end date calculation if there is no end date yet. If there is no start date yet, because there is no job in that cell yet (wanting the formula ready for when there is) that it will leave that field blank until a start date has been entered.

    Start date = F6
    Install Date (end date) = G6
    Job Length (formula cell with blank option) = H6

    Thanks in advance!!

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,156

    Re: Formula calculating start/end dates using today and Blank if no dates

    welcome to the forum. how about:
    =IF(F6="","",IF(G6<>"",G6-F6,TODAY()-F6))

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    11-28-2017
    Location
    Bakersfield, CA
    MS-Off Ver
    Numbers and office 365
    Posts
    3

    Re: Formula calculating start/end dates using today and Blank if no dates

    I think we’re close, it says “42d” and when I drag down the formula, they all say 42d and cell formula are the original paste reference, it doesn’t change to the new row.

    This is what I wrote that was generating an in correct length answer:

    IF(G6=“DATE”,G6−F6,TODAY()−F6)+IFERROR(F6=“BLANK”,“BLANK”)

  4. #4
    Registered User
    Join Date
    11-28-2017
    Location
    Bakersfield, CA
    MS-Off Ver
    Numbers and office 365
    Posts
    3

    Re: Formula calculating start/end dates using today and Blank if no dates

    In numbers <> is showing up as ≠....could that be the issue?

  5. #5
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,156

    Re: Formula calculating start/end dates using today and Blank if no dates

    do upload an excel sample so that we do not have to manually key in your data to do a testing.

    input the desired results so that we don't have to second-guess if what we are doing is correct or not. you may look at my signature to upload an eg that is easier to understand.

    the upload attachment must be done by going to Go Advanced. click on Manage Attachments. Choose file, upload and close the window.

    try to use the solution i have given and we'll help to advise what went wrong.

+ 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] Calculating Start and End Dates
    By Peelah in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 09-22-2016, 06:46 PM
  2. [SOLVED] Creating a formula to populate range of cells between dates based on start and end dates
    By Rainmain82 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-20-2014, 07:42 PM
  3. [SOLVED] Creating a formula to populate range of cells between dates based on start and end dates
    By Rainmain82 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-18-2014, 07:55 AM
  4. Replies: 4
    Last Post: 01-29-2014, 05:34 PM
  5. Replies: 3
    Last Post: 10-01-2013, 02:35 PM
  6. Calculating dates using the TODAY function
    By xangi in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-05-2012, 10:21 PM
  7. Excel 2007 : Calculating Quarter Start Dates
    By mlh4041 in forum Excel General
    Replies: 2
    Last Post: 10-19-2009, 10:26 AM

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