+ Reply to Thread
Results 1 to 13 of 13

Calculating elapsed days

  1. #1
    Registered User
    Join Date
    09-19-2019
    Location
    Massachusetts
    MS-Off Ver
    2016
    Posts
    7

    Calculating elapsed days

    Hey all - thanks for having me here! I have almost zero experience with Excel, and have searched Google extensively but cannot seem to find out how to do this... Basically, I'm setting up a cannabis grow journal (it's legal to grow here in Massachusetts) with multiple plants/strains. What I want to do is calculate the number of days between a specific column date (say, column D) and the current date (say, column K). For instance, column D would contain the dates the seeds were planted, and column K would be the amount of days that has passed since they were planted. Thank you!!!

    EDIT: Decided to add a screenshot. I need the column K to show the amount of days since Column D, and Column L to show the amount of days since Column J. Thanks again!!!

    cBkyzZR.jpg
    Last edited by Glenn Kennedy; 09-19-2019 at 12:17 PM.

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,023

    Re: New Guy Needs Help With Days Between Dates...

    Lucky you!!

    =today()-D2

    and
    =TODAY-J2

    both copied down. ...failing that, please attach a worksheet, not a non-editable picture of one.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,023

    Re: Calculating elapsed days

    Also. Your thread title was very weak. See Rule 1. What would you have used as a search term on Google? That's the sort of title we expect to see. Since you're new, I have changed it for you... on this occasion. You may expect to find your threads locked until you do it yourself, in the future.

  4. #4
    Registered User
    Join Date
    09-19-2019
    Location
    Massachusetts
    MS-Off Ver
    2016
    Posts
    7

    Re: Calculating elapsed days

    Quote Originally Posted by Glenn Kennedy View Post
    Also. Your thread title was very weak. See Rule 1. What would you have used as a search term on Google? That's the sort of title we expect to see. Since you're new, I have changed it for you... on this occasion. You may expect to find your threads locked until you do it yourself, in the future.
    Thank you!

  5. #5
    Registered User
    Join Date
    09-19-2019
    Location
    Massachusetts
    MS-Off Ver
    2016
    Posts
    7

    Re: Calculating elapsed days

    Quote Originally Posted by Glenn Kennedy View Post
    Lucky you!!

    =today()-D2

    and
    =TODAY-J2

    both copied down. ...failing that, please attach a worksheet, not a non-editable picture of one.
    Thanks! I don't know how to apply formulae yet. I should take a course on Lynda.com to at least learn the basics. In the meantime, I can't attach the worksheet for some reason. Maybe it's because I'm a new member?

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,023

    Re: Calculating elapsed days

    Just copy/paste

    =today()-D2

    into K2 and hit Enter. Then click (and hold) the black blob at the bottom right of K2 and drag the formula down. Release the mouse key. Done.

    Re attachments, no there is no restriction on new members. You may have been trying to use the paperclip icon. Very annoyingly, it's been broken for years.

    So, to attach an Excel file you have to do the following: Just before posting, scroll down to Go Advanced and then scroll down to Manage Attachments. Now follow the instructions at the top of that screen.

  7. #7
    Registered User
    Join Date
    09-19-2019
    Location
    Massachusetts
    MS-Off Ver
    2016
    Posts
    7

    Re: Calculating elapsed days

    Quote Originally Posted by Glenn Kennedy View Post
    Just copy/paste

    =today()-D2

    into K2 and hit Enter. Then click (and hold) the black blob at the bottom right of K2 and drag the formula down. Release the mouse key. Done.
    Now all the cells say "1/1/1900"

  8. #8
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,023

    Re: Calculating elapsed days

    Try again to post a sheet. Your pic is impossible to read...

  9. #9
    Registered User
    Join Date
    09-19-2019
    Location
    Massachusetts
    MS-Off Ver
    2016
    Posts
    7

    Re: Calculating elapsed days

    Quote Originally Posted by Glenn Kennedy View Post
    Re attachments, no there is no restriction on new members. You may have been trying to use the paperclip icon. Very annoyingly, it's been broken for years.

    So, to attach an Excel file you have to do the following: Just before posting, scroll down to Go Advanced and then scroll down to Manage Attachments. Now follow the instructions at the top of that screen.
    Yup, that's what I was trying to do. Lemme try again right now - and THANK YOU for your help!!!

  10. #10
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,023

    Re: Calculating elapsed days

    Yes. the problem was that column K was formatted as a date. It's not a date just a number of days between dates. Set format as general, and add a wee bit to remove silly answers when blank cells are encountered:

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

  11. #11
    Registered User
    Join Date
    09-19-2019
    Location
    Massachusetts
    MS-Off Ver
    2016
    Posts
    7

    Re: Calculating elapsed days

    Quote Originally Posted by Glenn Kennedy View Post
    Yes. the problem was that column K was formatted as a date. It's not a date just a number of days between dates. Set format as general, and add a wee bit to remove silly answers when blank cells are encountered:

    =IF(D2="","",TODAY()-D2)
    You're absolutely fantastic - thank you! I did the same thing with column L and replaced with J and everything is working perfectly. Off to Lynda.com to see what they have or courses. Thanks again!

  12. #12
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,023

    Re: Calculating elapsed days

    You're welcome.



    If that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.

    It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a solution.

  13. #13
    Registered User
    Join Date
    09-19-2019
    Location
    Massachusetts
    MS-Off Ver
    2016
    Posts
    7

    Re: Calculating elapsed days

    Quote Originally Posted by Glenn Kennedy View Post
    You're welcome.



    If that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.

    It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a solution.
    Done and done. Thanks again!

+ 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 Years, Months, Week, Days, Hours, Minutes for Work Days between two dates
    By hecgroups in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 08-23-2019, 12:09 AM
  2. Replies: 7
    Last Post: 08-19-2019, 07:28 AM
  3. Replies: 10
    Last Post: 02-19-2019, 03:28 AM
  4. [SOLVED] How many WEEKEND DAYS & HOLIDAY DAYS between 2 dates in September
    By leovfx in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-12-2017, 07:32 PM
  5. Replies: 0
    Last Post: 10-31-2014, 10:32 AM
  6. [SOLVED] Number of Days Between Dates but if no Date go to next and return # of Days
    By Bikeman in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-14-2012, 12:02 PM
  7. [SOLVED] Subtract Two Dates By The Number of Days, But Only Inlcude Work Days
    By ptho16 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-16-2012, 11:31 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