+ Reply to Thread
Results 1 to 5 of 5

Find date using start date and number of network days

  1. #1
    Registered User
    Join Date
    05-05-2012
    Location
    Athens, Greece
    MS-Off Ver
    Excel 2010
    Posts
    33

    Find date using start date and number of network days

    Hello,
    I have the following problem

    In A1 i have the today date
    In colum B i have some values e.g B1=2, B2=5, B3=3, .....
    I want in column C to find the date using A1 as start date and adding values of column B as networkdays

    E.g C1= 9/7/12 (today+2 networks days)
    C2 = 12/7/12 (today + 5)


    Is it possible?

    Thank you in advance
    Last edited by v!ctor; 07-06-2012 at 05:20 PM.

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Find date

    Use

    =$A$1+B1+(B1-NETWORKDAYS($A$1,$A$1+B1))
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: Find date

    HI Victor,


    Yes.. this is possible, try using below formula :-

    =WORKDAY($A$1,B1)-1

    See attachment :- find date.xlsx


    Regards,
    DILIPandey

    <click on below 'star' if this helps>
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), [email protected]

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

    Re: Find date

    @Victor

    We wouldn't want people searching for companionship (or whatever) ending up here by mistake so could you please amend your title to be more descriptive of your problem.

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.
    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.


  5. #5
    Registered User
    Join Date
    05-05-2012
    Location
    Athens, Greece
    MS-Off Ver
    Excel 2010
    Posts
    33

    Re: Find date using start date and number of network days

    Thank you guys!!! it works perfect

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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