+ Reply to Thread
Results 1 to 4 of 4

Need Help in calculating number if Days from current date.

  1. #1
    Registered User
    Join Date
    08-18-2017
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    62

    Post Need Help in calculating number if Days from current date.

    For Example -
    I have 2 columns - A (Working Days) & B (Dates),

    So if my current date is 19th Feb 2018 then in Cell D it should populate 101 + 1 more day i.e. 102 days

    Attached excel sheet for reference.
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    07-06-2013
    Location
    Singapore
    MS-Off Ver
    Excel 2016
    Posts
    192

    Re: Need Help in calculating number if Days from current date.

    you mean like this?

    =INDEX(A:A,MATCH(TODAY(),B:B,0))+1

  3. #3
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Need Help in calculating number if Days from current date.

    Try this
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Or this
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Last edited by AlKey; 02-19-2018 at 11:21 AM.
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  4. #4
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: Need Help in calculating number if Days from current date.

    Or from the example, where there appear to be no holidays

    =NETWORKDAYS(43007,TODAY())

+ 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. Replies: 16
    Last Post: 08-22-2017, 11:20 AM
  2. [SOLVED] calculate number of days from current date
    By sarat47 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-28-2017, 02:36 PM
  3. Replies: 4
    Last Post: 02-28-2016, 06:09 PM
  4. Replies: 6
    Last Post: 08-27-2015, 06:40 PM
  5. Replies: 14
    Last Post: 04-06-2015, 09:19 PM
  6. Calculating Number of days from one date to another
    By Renz09 in forum Excel General
    Replies: 2
    Last Post: 05-03-2006, 05:20 AM
  7. Replies: 2
    Last Post: 02-10-2005, 04:06 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