+ Reply to Thread
Results 1 to 6 of 6

Formula Assistance

  1. #1
    Registered User
    Join Date
    02-25-2008
    Location
    Rhode Island
    Posts
    56

    Question Formula Assistance

    Hello!

    I'm not sure how to fix this one. I need to put my formula to calculate working days opposed to calendar days.

    The formula that I'm using now is:

    =IF(OR(U8=0,U8=""),"",IF(U8="N/A","N/A",IF(OR(U8="Same Day",U8<=7),"Compliant","Non Compliant")))

    How could I change this to add working days?
    Attached Files Attached Files

  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,

    If you want working Monday-Friday, use NETWORKDAYS

    http://support.microsoft.com/kb/259200
    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
    02-25-2008
    Location
    Rhode Island
    Posts
    56

    Question

    Thank you Chippy! I'm still not sure how I would use this for my calculation. I tried to type:

    =NETWORKDAYS IF(OR(U9=0,U9=""),"",IF(U9="N/A","N/A",IF(OR(U9="Same Day",U9<=7),"Compliant","Non Compliant")))

    & =NETWORKDAYS IF(T9="","",IF(T9="Not Completed",T9,IF(T9="n/a",T9,IF(T9-S9=0,"Same Day",T9-S9))))

    I tried to evaluate the formula but, I'm just not understanding how to correct this.

  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,

    Does this work for you?

    =IF(K3="","",IF(K3="Not Completed",K3,IF(K3="n/a",K3,IF(K3-J3=0,"Same Day",NETWORKDAYS(J3,K3)))))

  5. #5
    Registered User
    Join Date
    02-25-2008
    Location
    Rhode Island
    Posts
    56

    Thumbs up Thank you VERY much!

    OldChippy,

    Thank you so much. I'm still learning... This site is teaching me soooo much! I wouldn't have thought to put the Networkdays at the end of the formula.

    Hugs to you for your help!

    ~Dawn

  6. #6
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    Glad it helped - thanks for the feedback

+ 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