+ Reply to Thread
Results 1 to 3 of 3

Can I get excel to count a date range? but slightly more complicated

  1. #1
    Registered User
    Join Date
    06-07-2011
    Location
    atlanta US
    MS-Off Ver
    Excel 2007
    Posts
    2

    Can I get excel to count a date range? but slightly more complicated

    Our company needs to be able to tell how long our clients have been with us (in days), either current or past so what I need excel to do is calculate the days in a date range and, if there is no end date, calculate the range to the current day's date. I know that it can be done for a simple range(with begin and end dates), and also for a range to NOW(from a start date to now), but can they be done together? Any help would be greatly appreciated.

  2. #2
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: Can I get excel to count a date range? but slightly more complicated

    daybreak,

    Welcome to the forum. See attached for an example of what you're trying to do. The formula is:
    =IF(C2="",TODAY()-B2,C2-B2)

    Hope that helps,
    ~tigeravatar
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    06-07-2011
    Location
    atlanta US
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Can I get excel to count a date range? but slightly more complicated

    Thats great. Thanks tiger

+ 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