+ Reply to Thread
Results 1 to 12 of 12

REALLY need your help with a function -- days360 network days format

  1. #1
    Registered User
    Join Date
    05-02-2012
    Location
    london
    MS-Off Ver
    Excel 2007
    Posts
    10

    REALLY need your help with a function -- days360 network days format

    So I am trying to calculate the number of days between two dates that are in dd/mm/yyyy form.
    Now I know that there are: Days360 and NetworkDays functions HOWEVER they work on mm/dd/yyyy forms

    I have over 3000 inputs that need to be done and I cannot change each and every date to a mm/dd/yyyy form so is there any way that either there is a formula that works on dd/mm/yyyy formats OR to change the dd/mm/yyyy automatically into mm/dd/yyyy when I copy paste it into the excel sheet so that the functions work??

    Please any help is appreciated thanks so much in advance

  2. #2
    Forum Expert Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    Office 2003, 2010, 2013, 2016, 365
    Posts
    3,284

    Re: REALLY need your help with a function -- days360 network days format

    Functions do not work on date formats, they work on the underlying dates. As long as your data is dates, not text, no matter how it is formatted, both of those functions will work upon it.

  3. #3
    Registered User
    Join Date
    05-02-2012
    Location
    london
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: REALLY need your help with a function -- days360 network days format

    But when its in dd/mm/yyyy format it doesnt work ==> it gives me #Value!
    but when i change it manually to mm/dd it works

  4. #4
    Forum Expert Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    Office 2003, 2010, 2013, 2016, 365
    Posts
    3,284

    Re: REALLY need your help with a function -- days360 network days format

    That must be because they must be text, not real dates.

    Post the workbook and le's take a look.

  5. #5
    Registered User
    Join Date
    05-02-2012
    Location
    london
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: REALLY need your help with a function -- days360 network days format

    Yes its text! how to fix this? im copy pasting it from a page.

  6. #6
    Registered User
    Join Date
    05-02-2012
    Location
    london
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: REALLY need your help with a function -- days360 network days format

    here's the workbook
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    05-02-2012
    Location
    london
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: REALLY need your help with a function -- days360 network days format

    bumping up.. anyone?

  8. #8
    Forum Expert Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    Office 2003, 2010, 2013, 2016, 365
    Posts
    3,284

    Re: REALLY need your help with a function -- days360 network days format

    Try this

    =IFERROR(NETWORKDAYS(C14,$A$1),NETWORKDAYS(SUBSTITUTE(C14,".","/"),$A$1))

  9. #9
    Registered User
    Join Date
    05-02-2012
    Location
    london
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: REALLY need your help with a function -- days360 network days format

    where do i paste this?

  10. #10
    Registered User
    Join Date
    05-02-2012
    Location
    london
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: REALLY need your help with a function -- days360 network days format

    stil doesnt give me values for 14 and 18..

    if i edit c14 and c18 manually into a mm/dd format, it works... but i need smthing that changed them into mm/dd so i dont have to manually change each one
    Last edited by cen03; 05-02-2012 at 08:40 AM.

  11. #11
    Forum Contributor
    Join Date
    01-24-2011
    Location
    Sheppey
    MS-Off Ver
    Excel 2010
    Posts
    239

    Re: REALLY need your help with a function -- days360 network days format

    Can you use this in a hidden column
    Please Login or Register  to view this content.
    and calculate days from here.

  12. #12
    Forum Expert Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    Office 2003, 2010, 2013, 2016, 365
    Posts
    3,284

    Re: REALLY need your help with a function -- days360 network days format

    Works for me.

    Actually this is better, handles the empty dates

    =IFERROR(NETWORKDAYS(SUBSTITUTE(C5,".","/"),$A$1),"")

+ 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