+ Reply to Thread
Results 1 to 6 of 6

calculate the number of days opened

  1. #1
    Registered User
    Join Date
    05-05-2008
    Posts
    4

    calculate the number of days opened

    Hi

    I am trying to calculate the number of days an issue has been opened. I used the fomula below with this details

    =NETWORKDAYS(E6,$E$1)


    date opened
    24/04/2008

    But instead of getting '9' days . I am getting '-28264'

    Can anyone help please.

    thanks

  2. #2
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    Hi,

    With NETWORKDAYS you need a start date and an end date, presumably you do not have a date entered in E1? To get 9 you need 06/05/2008 in E1
    oldchippy
    -------------


    Blessed are those who can give without remembering and take without forgetting

    If you are happy with the help you have received, please click the <--- STAR icon on the left - Thanks.

    Click here >>> Top Excel links for beginners to Experts

    Forum Rules >>>Please don't forget to read these

  3. #3
    Registered User
    Join Date
    05-05-2008
    Posts
    4

    formula

    Well, I dont have an end date as of yet and I am trying to make it calculate days opened to current date.

    thanks

  4. #4
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    Hi,

    In E1 put

    =TODAY() does that work for you?

  5. #5
    Registered User
    Join Date
    05-05-2008
    Posts
    4

    calculate the number of days opened

    Yes it did.

    Thanks a million

  6. #6
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    You could leave E1 blank until you have an end date to put in there. This formula will calculate until today while E1 is blank then use the date in E1 once inserted

    =NETWORKDAYS(E6,IF(ISNUMBER($E$1),$E$1,TODAY()))

+ 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