+ Reply to Thread
Results 1 to 8 of 8

A number of days into weeks and days

  1. #1
    Bob Phillips
    Guest

    Re: A number of days into weeks and days

    =INT((H1-G1)/7)&" weeks"&IF(MOD(H1-G1,7)=0,"",", "&MOD(H1-G1,7)&" days")

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Robert Christie" <[email protected]> wrote in message
    news:[email protected]...
    > Hi
    >
    > Taking date of the 5-8-2005 from 30-8-2005 then dividing the answer by 7
    > gives 3.571429.......weeks.
    > How do you convert the decimal part of 0.571429 into number of days?. i.e.

    4
    > Can an Excel formula give the correct answer of 3 weeks 4 days.
    > --
    > Thank you
    >
    > Regards
    > Aussie Bob C.
    > Using Windows XP Home + Office 2003 Pro




  2. #2
    Mangesh Yadav
    Guest

    Re: A number of days into weeks and days

    =INT(3.571429)
    will give you 3 weeks

    =(3.571429-INT(3.571429))*7
    will give you 4 days

    Replace 3.571429 with your formula

    Mangesh





    "Robert Christie" <[email protected]> wrote in message
    news:[email protected]...
    > Hi
    >
    > Taking date of the 5-8-2005 from 30-8-2005 then dividing the answer by 7
    > gives 3.571429.......weeks.
    > How do you convert the decimal part of 0.571429 into number of days?. i.e.

    4
    > Can an Excel formula give the correct answer of 3 weeks 4 days.
    > --
    > Thank you
    >
    > Regards
    > Aussie Bob C.
    > Using Windows XP Home + Office 2003 Pro




  3. #3
    Robert Christie
    Guest

    Re: A number of days into weeks and days

    Thank you Bob, Mangesh and Alex for your quick replies.
    --
    Thank you

    Regards
    Aussie Bob C.
    Using Windows XP Home + Office 2003 Pro


    "Bob Phillips" wrote:

    > =INT((H1-G1)/7)&" weeks"&IF(MOD(H1-G1,7)=0,"",", "&MOD(H1-G1,7)&" days")
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "Robert Christie" <[email protected]> wrote in message
    > news:[email protected]...
    > > Hi
    > >
    > > Taking date of the 5-8-2005 from 30-8-2005 then dividing the answer by 7
    > > gives 3.571429.......weeks.
    > > How do you convert the decimal part of 0.571429 into number of days?. i.e.

    > 4
    > > Can an Excel formula give the correct answer of 3 weeks 4 days.
    > > --
    > > Thank you
    > >
    > > Regards
    > > Aussie Bob C.
    > > Using Windows XP Home + Office 2003 Pro

    >
    >
    >


  4. #4
    Robert Christie
    Guest

    A number of days into weeks and days

    Hi

    Taking date of the 5-8-2005 from 30-8-2005 then dividing the answer by 7
    gives 3.571429.......weeks.
    How do you convert the decimal part of 0.571429 into number of days?. i.e. 4
    Can an Excel formula give the correct answer of 3 weeks 4 days.
    --
    Thank you

    Regards
    Aussie Bob C.
    Using Windows XP Home + Office 2003 Pro

  5. #5
    Bob Phillips
    Guest

    Re: A number of days into weeks and days

    =INT((H1-G1)/7)&" weeks"&IF(MOD(H1-G1,7)=0,"",", "&MOD(H1-G1,7)&" days")

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Robert Christie" <[email protected]> wrote in message
    news:[email protected]...
    > Hi
    >
    > Taking date of the 5-8-2005 from 30-8-2005 then dividing the answer by 7
    > gives 3.571429.......weeks.
    > How do you convert the decimal part of 0.571429 into number of days?. i.e.

    4
    > Can an Excel formula give the correct answer of 3 weeks 4 days.
    > --
    > Thank you
    >
    > Regards
    > Aussie Bob C.
    > Using Windows XP Home + Office 2003 Pro




  6. #6
    Mangesh Yadav
    Guest

    Re: A number of days into weeks and days

    =INT(3.571429)
    will give you 3 weeks

    =(3.571429-INT(3.571429))*7
    will give you 4 days

    Replace 3.571429 with your formula

    Mangesh





    "Robert Christie" <[email protected]> wrote in message
    news:[email protected]...
    > Hi
    >
    > Taking date of the 5-8-2005 from 30-8-2005 then dividing the answer by 7
    > gives 3.571429.......weeks.
    > How do you convert the decimal part of 0.571429 into number of days?. i.e.

    4
    > Can an Excel formula give the correct answer of 3 weeks 4 days.
    > --
    > Thank you
    >
    > Regards
    > Aussie Bob C.
    > Using Windows XP Home + Office 2003 Pro




  7. #7
    Robert Christie
    Guest

    Re: A number of days into weeks and days

    Thank you Bob, Mangesh and Alex for your quick replies.
    --
    Thank you

    Regards
    Aussie Bob C.
    Using Windows XP Home + Office 2003 Pro


    "Bob Phillips" wrote:

    > =INT((H1-G1)/7)&" weeks"&IF(MOD(H1-G1,7)=0,"",", "&MOD(H1-G1,7)&" days")
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "Robert Christie" <[email protected]> wrote in message
    > news:[email protected]...
    > > Hi
    > >
    > > Taking date of the 5-8-2005 from 30-8-2005 then dividing the answer by 7
    > > gives 3.571429.......weeks.
    > > How do you convert the decimal part of 0.571429 into number of days?. i.e.

    > 4
    > > Can an Excel formula give the correct answer of 3 weeks 4 days.
    > > --
    > > Thank you
    > >
    > > Regards
    > > Aussie Bob C.
    > > Using Windows XP Home + Office 2003 Pro

    >
    >
    >


  8. #8
    Robert Christie
    Guest

    Re: A number of days into weeks and days

    Thank you Bob, Mangesh and Alex for your quick replies.
    --
    Thank you

    Regards
    Aussie Bob C.
    Using Windows XP Home + Office 2003 Pro


    "Bob Phillips" wrote:

    > =INT((H1-G1)/7)&" weeks"&IF(MOD(H1-G1,7)=0,"",", "&MOD(H1-G1,7)&" days")
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "Robert Christie" <[email protected]> wrote in message
    > news:[email protected]...
    > > Hi
    > >
    > > Taking date of the 5-8-2005 from 30-8-2005 then dividing the answer by 7
    > > gives 3.571429.......weeks.
    > > How do you convert the decimal part of 0.571429 into number of days?. i.e.

    > 4
    > > Can an Excel formula give the correct answer of 3 weeks 4 days.
    > > --
    > > Thank you
    > >
    > > Regards
    > > Aussie Bob C.
    > > Using Windows XP Home + Office 2003 Pro

    >
    >
    >


+ 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