+ Reply to Thread
Results 1 to 4 of 4

Formula for showing dates for next service due vehicle

  1. #1
    Registered User
    Join Date
    09-15-2014
    Location
    India
    MS-Off Ver
    2007
    Posts
    8

    Formula for showing dates for next service due vehicle

    Hi All,

    I am looking for a formula to show me the next service due date for vehicles. For example please check below

    Date Customer Name Vehicle Name Service Due

    1-Sep-14 Mr. ABC MH20 U678 The formula over here should calculate date after 3 months ie Nov '14

    10-Oct-14 Mr. XYZ MH16 I564 The formula over here should calculate date after 3 months ie Dec '14

    20-Nov-14 Mr. LMP MH20 L234 The formula over here should calculate date after 3 months ie Jan '15

    We can keep the vehicle name as the unique id.

    Awaiting for response.

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Formula for showing dates for next service due vehicle

    3 months after September is not November, its December
    Same goes for the others

    Try this
    =DATE(YEAR(A1),MONTH(A1)+2,DAY(A1))

    where A1 is the date.
    Change the 2 to 3 if necessary.
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    09-15-2014
    Location
    India
    MS-Off Ver
    2007
    Posts
    8

    Re: Formula for showing dates for next service due vehicle

    Noted, Thank you Special-K

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Formula for showing dates for next service due vehicle

    Edate works really well for this...
    =EDATE(A1,3)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. make vehicle service year plan
    By buddika in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 02-22-2014, 07:10 AM
  2. Replies: 3
    Last Post: 11-24-2013, 09:54 PM
  3. Replies: 2
    Last Post: 01-30-2013, 12:06 PM
  4. [SOLVED] Need Help with formula showing Expiring Dates And targets that are met
    By al3xwhit3 in forum Excel Formulas & Functions
    Replies: 25
    Last Post: 01-18-2013, 06:41 AM
  5. Need formula to tie cost of service to service code
    By mkrebs in forum Excel General
    Replies: 1
    Last Post: 03-23-2005, 01:53 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