+ Reply to Thread
Results 1 to 4 of 4

Calculate End Date based on value assigned to String and user-input Start Date

  1. #1
    Registered User
    Join Date
    01-16-2014
    Location
    Germany
    MS-Off Ver
    Excel 2010
    Posts
    4

    Calculate End Date based on value assigned to String and user-input Start Date

    Hello Excel Experts!

    I've had a search around and not having much luck finding an answer to my query, although I must admit I ain't exactly sure how to phrase my search terms.

    Col. A = Text (An Event)
    Col. B = Start Date (User Input)
    Col. C = End date (Generated)

    There is a variety of Events, with different durations, but those durations do not change, but their Start Date does.

    The ultimate goal is simply to select your event and start date and have excel return the end date.

    Any help is hugely appreciated!

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

    Re: Calculate End Date based on value assigned to String and user-input Start Date

    The end date could be simply calculated with =B2+10

    Where 10 is the designated duration in days.

    If you wanted that duration somehow 'automatically' calculated, you'd need a table on your sheet somwhere that tells the formula which duration applies to each event..
    Say F2:G10

    F2:F10 = Event Names
    G2:G10 = Corresponding Durations

    Then use
    =B2+VLOOKUP(A2,$F$2:$G$10,2,0)

  3. #3
    Registered User
    Join Date
    01-16-2014
    Location
    Germany
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Calculate End Date based on value assigned to String and user-input Start Date

    Works like a charm! Thank you!

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

    Re: Calculate End Date based on value assigned to String and user-input Start Date

    You're welcome.

+ 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. Calculate End Date & Time Based on User Input
    By sdawson83 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-23-2015, 06:36 AM
  2. Calculate next due date based on start date frequency and current date
    By ironoverload in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-09-2014, 07:08 AM
  3. Replies: 0
    Last Post: 03-21-2013, 12:22 PM
  4. Calculate START date based on duration (work hours) and END date
    By kaaver in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-06-2010, 12:21 PM
  5. Take user input start date and end date. Create a column for each month between these
    By TheCyrusVirus in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-07-2010, 11:46 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