+ Reply to Thread
Results 1 to 8 of 8

Formula to count down months remaining?

  1. #1
    Registered User
    Join Date
    04-18-2012
    Location
    PA, USA
    MS-Off Ver
    Excel 2010
    Posts
    4

    Question Formula to count down months remaining?

    Hello I'm pretty competent with MS software but when it comes to the equation side of Excel I'm at a loss. My goal here is to create a spreadsheet of many cars and countdown the months remaining on their warranty. I wanted to have my whole car list in one excel file and a column displaying the remaining months (I would be able to enter "30" months or whatever I have no idea) I would go by the 1st of each month remaining I guess just to give an idea around when it would expire. Any help would be greatly appreciated. Thank you!

    Jon

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Formula to count down months remaining?

    Perhaps the DATEDIF() function: http://www.cpearson.com/excel/datedif.aspx

  3. #3
    Registered User
    Join Date
    04-18-2012
    Location
    PA, USA
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Formula to count down months remaining?

    Hey thanks, I'm really oblivious to all this...Okay. Hmm. I tried it and my result is a "#NAME?"

    =DATEDIF(1-APRIL-2012,1-JAN-2013,"M") is what I entered. i was hoping for a "9" as the result, showing 9months remaining. Any other suggestions or corrections?

  4. #4
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Formula to count down months remaining?

    Make sure the 1-APRIL-2012 and 1-JAN-2013 are date values. They look like text as is.
    You can have the date values in cells and use the cell references within the formula.

  5. #5
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Formula to count down months remaining?

    Oh, and when you input the dates directly in the formula (instead of referncing cells that hold them) you have to put the dates within double quotation marks.

    So (on my comp) it would be: =DATEDIF("12/4/1","13/1/1","m") which results in 9

  6. #6
    Registered User
    Join Date
    04-18-2012
    Location
    PA, USA
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Formula to count down months remaining?

    Alright I c/p'd yours and it gave me a #VALUE! result, but I changed the date structure to (1/4/12) instead of (12/4/1) and it worked! Thank you so very much for your assistance!

  7. #7
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Formula to count down months remaining?

    That's why I said (on my comp) - I'm north of the border, eh. Different date formats / metric system / etc
    You're welcome.

  8. #8
    Registered User
    Join Date
    04-18-2012
    Location
    PA, USA
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Formula to count down months remaining?

    lol ah-ha! gotcha Thanks much brother of the North!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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