+ Reply to Thread
Results 1 to 47 of 47

I need help calculating dates?

  1. #1
    Registered User
    Join Date
    08-30-2005
    Location
    Australia
    Posts
    3

    Red face I need help calculating dates?

    Hi All,

    I am trying to figure out a formula for the following:

    I want a blank calculation spreadsheet so I can calculate the number of days from two different dates it will never be over 365 days.
    My spreadsheet will have in one cell START DATE (A2) and END DATE (A3) and then I want the number of days to come up say in TOTAL (A4) so what would be the formula =?????????(A2,A3) I have seen the =360DAYS() formula and I don't think this is the right one!!!!

    I would really appreciate some help.

    Thanks

  2. #2
    Forum Contributor
    Join Date
    02-19-2005
    Location
    Gurgaon,India
    MS-Off Ver
    2007,2010,2013
    Posts
    180
    Hi,

    Try,

    =DATEDIF(A2,A3,"d")

    You will have to install the add-in Analysis Toolpak.

    Tool/Add-Ins check Analysis Toolpak.

    HTH
    Kris

  3. #3
    Forum Contributor
    Join Date
    08-02-2005
    Posts
    102
    Are you trying to subract the later date from the earler one?. If A2 is your start date (say 15/12/05) and the end date in A3 is later than this one (say 30/01/06), then the formula to calculate the number of days between these is a3-a2. You will need to change the format of the answer cell (A4) to General rather than Date otherwise you will get an answer of 15/02/1900 00:00

    Cheers
    Jon

  4. #4
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    =A3-A2

    no need for the Analysis Toolpak.

    --

    HTH

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


    "jeda67" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi All,
    >
    > I am trying to figure out a formula for the following:
    >
    > I want a blank calculation spreadsheet so I can calculate the number of
    > days from two different dates it will never be over 365 days.
    > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > and then I want the number of days to come up say in TOTAL (A4) so
    > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > formula and I don't think this is the right one!!!!
    >
    > I would really appreciate some help.
    >
    > Thanks
    >
    >
    > --
    > jeda67
    > ------------------------------------------------------------------------
    > jeda67's Profile:

    http://www.excelforum.com/member.php...o&userid=26781
    > View this thread: http://www.excelforum.com/showthread...hreadid=400387
    >




  5. #5
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    But format as general, Excel will try and make it a date

    --

    HTH

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


    "Bob Phillips" <[email protected]> wrote in message
    news:%[email protected]...
    > =A3-A2
    >
    > no need for the Analysis Toolpak.
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "jeda67" <[email protected]> wrote in
    > message news:[email protected]...
    > >
    > > Hi All,
    > >
    > > I am trying to figure out a formula for the following:
    > >
    > > I want a blank calculation spreadsheet so I can calculate the number of
    > > days from two different dates it will never be over 365 days.
    > > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > > and then I want the number of days to come up say in TOTAL (A4) so
    > > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > > formula and I don't think this is the right one!!!!
    > >
    > > I would really appreciate some help.
    > >
    > > Thanks
    > >
    > >
    > > --
    > > jeda67
    > > ------------------------------------------------------------------------
    > > jeda67's Profile:

    > http://www.excelforum.com/member.php...o&userid=26781
    > > View this thread:

    http://www.excelforum.com/showthread...hreadid=400387
    > >

    >
    >




  6. #6
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    =A3-A2

    no need for the Analysis Toolpak.

    --

    HTH

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


    "jeda67" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi All,
    >
    > I am trying to figure out a formula for the following:
    >
    > I want a blank calculation spreadsheet so I can calculate the number of
    > days from two different dates it will never be over 365 days.
    > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > and then I want the number of days to come up say in TOTAL (A4) so
    > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > formula and I don't think this is the right one!!!!
    >
    > I would really appreciate some help.
    >
    > Thanks
    >
    >
    > --
    > jeda67
    > ------------------------------------------------------------------------
    > jeda67's Profile:

    http://www.excelforum.com/member.php...o&userid=26781
    > View this thread: http://www.excelforum.com/showthread...hreadid=400387
    >




  7. #7
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    But format as general, Excel will try and make it a date

    --

    HTH

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


    "Bob Phillips" <[email protected]> wrote in message
    news:%[email protected]...
    > =A3-A2
    >
    > no need for the Analysis Toolpak.
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "jeda67" <[email protected]> wrote in
    > message news:[email protected]...
    > >
    > > Hi All,
    > >
    > > I am trying to figure out a formula for the following:
    > >
    > > I want a blank calculation spreadsheet so I can calculate the number of
    > > days from two different dates it will never be over 365 days.
    > > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > > and then I want the number of days to come up say in TOTAL (A4) so
    > > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > > formula and I don't think this is the right one!!!!
    > >
    > > I would really appreciate some help.
    > >
    > > Thanks
    > >
    > >
    > > --
    > > jeda67
    > > ------------------------------------------------------------------------
    > > jeda67's Profile:

    > http://www.excelforum.com/member.php...o&userid=26781
    > > View this thread:

    http://www.excelforum.com/showthread...hreadid=400387
    > >

    >
    >




  8. #8
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    But format as general, Excel will try and make it a date

    --

    HTH

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


    "Bob Phillips" <[email protected]> wrote in message
    news:%[email protected]...
    > =A3-A2
    >
    > no need for the Analysis Toolpak.
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "jeda67" <[email protected]> wrote in
    > message news:[email protected]...
    > >
    > > Hi All,
    > >
    > > I am trying to figure out a formula for the following:
    > >
    > > I want a blank calculation spreadsheet so I can calculate the number of
    > > days from two different dates it will never be over 365 days.
    > > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > > and then I want the number of days to come up say in TOTAL (A4) so
    > > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > > formula and I don't think this is the right one!!!!
    > >
    > > I would really appreciate some help.
    > >
    > > Thanks
    > >
    > >
    > > --
    > > jeda67
    > > ------------------------------------------------------------------------
    > > jeda67's Profile:

    > http://www.excelforum.com/member.php...o&userid=26781
    > > View this thread:

    http://www.excelforum.com/showthread...hreadid=400387
    > >

    >
    >




  9. #9
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    =A3-A2

    no need for the Analysis Toolpak.

    --

    HTH

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


    "jeda67" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi All,
    >
    > I am trying to figure out a formula for the following:
    >
    > I want a blank calculation spreadsheet so I can calculate the number of
    > days from two different dates it will never be over 365 days.
    > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > and then I want the number of days to come up say in TOTAL (A4) so
    > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > formula and I don't think this is the right one!!!!
    >
    > I would really appreciate some help.
    >
    > Thanks
    >
    >
    > --
    > jeda67
    > ------------------------------------------------------------------------
    > jeda67's Profile:

    http://www.excelforum.com/member.php...o&userid=26781
    > View this thread: http://www.excelforum.com/showthread...hreadid=400387
    >




  10. #10
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    But format as general, Excel will try and make it a date

    --

    HTH

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


    "Bob Phillips" <[email protected]> wrote in message
    news:%[email protected]...
    > =A3-A2
    >
    > no need for the Analysis Toolpak.
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "jeda67" <[email protected]> wrote in
    > message news:[email protected]...
    > >
    > > Hi All,
    > >
    > > I am trying to figure out a formula for the following:
    > >
    > > I want a blank calculation spreadsheet so I can calculate the number of
    > > days from two different dates it will never be over 365 days.
    > > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > > and then I want the number of days to come up say in TOTAL (A4) so
    > > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > > formula and I don't think this is the right one!!!!
    > >
    > > I would really appreciate some help.
    > >
    > > Thanks
    > >
    > >
    > > --
    > > jeda67
    > > ------------------------------------------------------------------------
    > > jeda67's Profile:

    > http://www.excelforum.com/member.php...o&userid=26781
    > > View this thread:

    http://www.excelforum.com/showthread...hreadid=400387
    > >

    >
    >




  11. #11
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    =A3-A2

    no need for the Analysis Toolpak.

    --

    HTH

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


    "jeda67" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi All,
    >
    > I am trying to figure out a formula for the following:
    >
    > I want a blank calculation spreadsheet so I can calculate the number of
    > days from two different dates it will never be over 365 days.
    > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > and then I want the number of days to come up say in TOTAL (A4) so
    > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > formula and I don't think this is the right one!!!!
    >
    > I would really appreciate some help.
    >
    > Thanks
    >
    >
    > --
    > jeda67
    > ------------------------------------------------------------------------
    > jeda67's Profile:

    http://www.excelforum.com/member.php...o&userid=26781
    > View this thread: http://www.excelforum.com/showthread...hreadid=400387
    >




  12. #12
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    =A3-A2

    no need for the Analysis Toolpak.

    --

    HTH

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


    "jeda67" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi All,
    >
    > I am trying to figure out a formula for the following:
    >
    > I want a blank calculation spreadsheet so I can calculate the number of
    > days from two different dates it will never be over 365 days.
    > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > and then I want the number of days to come up say in TOTAL (A4) so
    > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > formula and I don't think this is the right one!!!!
    >
    > I would really appreciate some help.
    >
    > Thanks
    >
    >
    > --
    > jeda67
    > ------------------------------------------------------------------------
    > jeda67's Profile:

    http://www.excelforum.com/member.php...o&userid=26781
    > View this thread: http://www.excelforum.com/showthread...hreadid=400387
    >




  13. #13
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    But format as general, Excel will try and make it a date

    --

    HTH

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


    "Bob Phillips" <[email protected]> wrote in message
    news:%[email protected]...
    > =A3-A2
    >
    > no need for the Analysis Toolpak.
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "jeda67" <[email protected]> wrote in
    > message news:[email protected]...
    > >
    > > Hi All,
    > >
    > > I am trying to figure out a formula for the following:
    > >
    > > I want a blank calculation spreadsheet so I can calculate the number of
    > > days from two different dates it will never be over 365 days.
    > > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > > and then I want the number of days to come up say in TOTAL (A4) so
    > > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > > formula and I don't think this is the right one!!!!
    > >
    > > I would really appreciate some help.
    > >
    > > Thanks
    > >
    > >
    > > --
    > > jeda67
    > > ------------------------------------------------------------------------
    > > jeda67's Profile:

    > http://www.excelforum.com/member.php...o&userid=26781
    > > View this thread:

    http://www.excelforum.com/showthread...hreadid=400387
    > >

    >
    >




  14. #14
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    But format as general, Excel will try and make it a date

    --

    HTH

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


    "Bob Phillips" <[email protected]> wrote in message
    news:%[email protected]...
    > =A3-A2
    >
    > no need for the Analysis Toolpak.
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "jeda67" <[email protected]> wrote in
    > message news:[email protected]...
    > >
    > > Hi All,
    > >
    > > I am trying to figure out a formula for the following:
    > >
    > > I want a blank calculation spreadsheet so I can calculate the number of
    > > days from two different dates it will never be over 365 days.
    > > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > > and then I want the number of days to come up say in TOTAL (A4) so
    > > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > > formula and I don't think this is the right one!!!!
    > >
    > > I would really appreciate some help.
    > >
    > > Thanks
    > >
    > >
    > > --
    > > jeda67
    > > ------------------------------------------------------------------------
    > > jeda67's Profile:

    > http://www.excelforum.com/member.php...o&userid=26781
    > > View this thread:

    http://www.excelforum.com/showthread...hreadid=400387
    > >

    >
    >




  15. #15
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    =A3-A2

    no need for the Analysis Toolpak.

    --

    HTH

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


    "jeda67" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi All,
    >
    > I am trying to figure out a formula for the following:
    >
    > I want a blank calculation spreadsheet so I can calculate the number of
    > days from two different dates it will never be over 365 days.
    > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > and then I want the number of days to come up say in TOTAL (A4) so
    > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > formula and I don't think this is the right one!!!!
    >
    > I would really appreciate some help.
    >
    > Thanks
    >
    >
    > --
    > jeda67
    > ------------------------------------------------------------------------
    > jeda67's Profile:

    http://www.excelforum.com/member.php...o&userid=26781
    > View this thread: http://www.excelforum.com/showthread...hreadid=400387
    >




  16. #16
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    =A3-A2

    no need for the Analysis Toolpak.

    --

    HTH

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


    "jeda67" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi All,
    >
    > I am trying to figure out a formula for the following:
    >
    > I want a blank calculation spreadsheet so I can calculate the number of
    > days from two different dates it will never be over 365 days.
    > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > and then I want the number of days to come up say in TOTAL (A4) so
    > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > formula and I don't think this is the right one!!!!
    >
    > I would really appreciate some help.
    >
    > Thanks
    >
    >
    > --
    > jeda67
    > ------------------------------------------------------------------------
    > jeda67's Profile:

    http://www.excelforum.com/member.php...o&userid=26781
    > View this thread: http://www.excelforum.com/showthread...hreadid=400387
    >




  17. #17
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    But format as general, Excel will try and make it a date

    --

    HTH

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


    "Bob Phillips" <[email protected]> wrote in message
    news:%[email protected]...
    > =A3-A2
    >
    > no need for the Analysis Toolpak.
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "jeda67" <[email protected]> wrote in
    > message news:[email protected]...
    > >
    > > Hi All,
    > >
    > > I am trying to figure out a formula for the following:
    > >
    > > I want a blank calculation spreadsheet so I can calculate the number of
    > > days from two different dates it will never be over 365 days.
    > > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > > and then I want the number of days to come up say in TOTAL (A4) so
    > > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > > formula and I don't think this is the right one!!!!
    > >
    > > I would really appreciate some help.
    > >
    > > Thanks
    > >
    > >
    > > --
    > > jeda67
    > > ------------------------------------------------------------------------
    > > jeda67's Profile:

    > http://www.excelforum.com/member.php...o&userid=26781
    > > View this thread:

    http://www.excelforum.com/showthread...hreadid=400387
    > >

    >
    >




  18. #18
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    But format as general, Excel will try and make it a date

    --

    HTH

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


    "Bob Phillips" <[email protected]> wrote in message
    news:%[email protected]...
    > =A3-A2
    >
    > no need for the Analysis Toolpak.
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "jeda67" <[email protected]> wrote in
    > message news:[email protected]...
    > >
    > > Hi All,
    > >
    > > I am trying to figure out a formula for the following:
    > >
    > > I want a blank calculation spreadsheet so I can calculate the number of
    > > days from two different dates it will never be over 365 days.
    > > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > > and then I want the number of days to come up say in TOTAL (A4) so
    > > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > > formula and I don't think this is the right one!!!!
    > >
    > > I would really appreciate some help.
    > >
    > > Thanks
    > >
    > >
    > > --
    > > jeda67
    > > ------------------------------------------------------------------------
    > > jeda67's Profile:

    > http://www.excelforum.com/member.php...o&userid=26781
    > > View this thread:

    http://www.excelforum.com/showthread...hreadid=400387
    > >

    >
    >




  19. #19
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    =A3-A2

    no need for the Analysis Toolpak.

    --

    HTH

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


    "jeda67" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi All,
    >
    > I am trying to figure out a formula for the following:
    >
    > I want a blank calculation spreadsheet so I can calculate the number of
    > days from two different dates it will never be over 365 days.
    > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > and then I want the number of days to come up say in TOTAL (A4) so
    > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > formula and I don't think this is the right one!!!!
    >
    > I would really appreciate some help.
    >
    > Thanks
    >
    >
    > --
    > jeda67
    > ------------------------------------------------------------------------
    > jeda67's Profile:

    http://www.excelforum.com/member.php...o&userid=26781
    > View this thread: http://www.excelforum.com/showthread...hreadid=400387
    >




  20. #20
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    But format as general, Excel will try and make it a date

    --

    HTH

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


    "Bob Phillips" <[email protected]> wrote in message
    news:%[email protected]...
    > =A3-A2
    >
    > no need for the Analysis Toolpak.
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "jeda67" <[email protected]> wrote in
    > message news:[email protected]...
    > >
    > > Hi All,
    > >
    > > I am trying to figure out a formula for the following:
    > >
    > > I want a blank calculation spreadsheet so I can calculate the number of
    > > days from two different dates it will never be over 365 days.
    > > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > > and then I want the number of days to come up say in TOTAL (A4) so
    > > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > > formula and I don't think this is the right one!!!!
    > >
    > > I would really appreciate some help.
    > >
    > > Thanks
    > >
    > >
    > > --
    > > jeda67
    > > ------------------------------------------------------------------------
    > > jeda67's Profile:

    > http://www.excelforum.com/member.php...o&userid=26781
    > > View this thread:

    http://www.excelforum.com/showthread...hreadid=400387
    > >

    >
    >




  21. #21
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    =A3-A2

    no need for the Analysis Toolpak.

    --

    HTH

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


    "jeda67" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi All,
    >
    > I am trying to figure out a formula for the following:
    >
    > I want a blank calculation spreadsheet so I can calculate the number of
    > days from two different dates it will never be over 365 days.
    > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > and then I want the number of days to come up say in TOTAL (A4) so
    > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > formula and I don't think this is the right one!!!!
    >
    > I would really appreciate some help.
    >
    > Thanks
    >
    >
    > --
    > jeda67
    > ------------------------------------------------------------------------
    > jeda67's Profile:

    http://www.excelforum.com/member.php...o&userid=26781
    > View this thread: http://www.excelforum.com/showthread...hreadid=400387
    >




  22. #22
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    But format as general, Excel will try and make it a date

    --

    HTH

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


    "Bob Phillips" <[email protected]> wrote in message
    news:%[email protected]...
    > =A3-A2
    >
    > no need for the Analysis Toolpak.
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "jeda67" <[email protected]> wrote in
    > message news:[email protected]...
    > >
    > > Hi All,
    > >
    > > I am trying to figure out a formula for the following:
    > >
    > > I want a blank calculation spreadsheet so I can calculate the number of
    > > days from two different dates it will never be over 365 days.
    > > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > > and then I want the number of days to come up say in TOTAL (A4) so
    > > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > > formula and I don't think this is the right one!!!!
    > >
    > > I would really appreciate some help.
    > >
    > > Thanks
    > >
    > >
    > > --
    > > jeda67
    > > ------------------------------------------------------------------------
    > > jeda67's Profile:

    > http://www.excelforum.com/member.php...o&userid=26781
    > > View this thread:

    http://www.excelforum.com/showthread...hreadid=400387
    > >

    >
    >




  23. #23
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    =A3-A2

    no need for the Analysis Toolpak.

    --

    HTH

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


    "jeda67" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi All,
    >
    > I am trying to figure out a formula for the following:
    >
    > I want a blank calculation spreadsheet so I can calculate the number of
    > days from two different dates it will never be over 365 days.
    > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > and then I want the number of days to come up say in TOTAL (A4) so
    > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > formula and I don't think this is the right one!!!!
    >
    > I would really appreciate some help.
    >
    > Thanks
    >
    >
    > --
    > jeda67
    > ------------------------------------------------------------------------
    > jeda67's Profile:

    http://www.excelforum.com/member.php...o&userid=26781
    > View this thread: http://www.excelforum.com/showthread...hreadid=400387
    >




  24. #24
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    But format as general, Excel will try and make it a date

    --

    HTH

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


    "Bob Phillips" <[email protected]> wrote in message
    news:%[email protected]...
    > =A3-A2
    >
    > no need for the Analysis Toolpak.
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "jeda67" <[email protected]> wrote in
    > message news:[email protected]...
    > >
    > > Hi All,
    > >
    > > I am trying to figure out a formula for the following:
    > >
    > > I want a blank calculation spreadsheet so I can calculate the number of
    > > days from two different dates it will never be over 365 days.
    > > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > > and then I want the number of days to come up say in TOTAL (A4) so
    > > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > > formula and I don't think this is the right one!!!!
    > >
    > > I would really appreciate some help.
    > >
    > > Thanks
    > >
    > >
    > > --
    > > jeda67
    > > ------------------------------------------------------------------------
    > > jeda67's Profile:

    > http://www.excelforum.com/member.php...o&userid=26781
    > > View this thread:

    http://www.excelforum.com/showthread...hreadid=400387
    > >

    >
    >




  25. #25
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    =A3-A2

    no need for the Analysis Toolpak.

    --

    HTH

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


    "jeda67" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi All,
    >
    > I am trying to figure out a formula for the following:
    >
    > I want a blank calculation spreadsheet so I can calculate the number of
    > days from two different dates it will never be over 365 days.
    > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > and then I want the number of days to come up say in TOTAL (A4) so
    > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > formula and I don't think this is the right one!!!!
    >
    > I would really appreciate some help.
    >
    > Thanks
    >
    >
    > --
    > jeda67
    > ------------------------------------------------------------------------
    > jeda67's Profile:

    http://www.excelforum.com/member.php...o&userid=26781
    > View this thread: http://www.excelforum.com/showthread...hreadid=400387
    >




  26. #26
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    But format as general, Excel will try and make it a date

    --

    HTH

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


    "Bob Phillips" <[email protected]> wrote in message
    news:%[email protected]...
    > =A3-A2
    >
    > no need for the Analysis Toolpak.
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "jeda67" <[email protected]> wrote in
    > message news:[email protected]...
    > >
    > > Hi All,
    > >
    > > I am trying to figure out a formula for the following:
    > >
    > > I want a blank calculation spreadsheet so I can calculate the number of
    > > days from two different dates it will never be over 365 days.
    > > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > > and then I want the number of days to come up say in TOTAL (A4) so
    > > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > > formula and I don't think this is the right one!!!!
    > >
    > > I would really appreciate some help.
    > >
    > > Thanks
    > >
    > >
    > > --
    > > jeda67
    > > ------------------------------------------------------------------------
    > > jeda67's Profile:

    > http://www.excelforum.com/member.php...o&userid=26781
    > > View this thread:

    http://www.excelforum.com/showthread...hreadid=400387
    > >

    >
    >




  27. #27
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    =A3-A2

    no need for the Analysis Toolpak.

    --

    HTH

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


    "jeda67" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi All,
    >
    > I am trying to figure out a formula for the following:
    >
    > I want a blank calculation spreadsheet so I can calculate the number of
    > days from two different dates it will never be over 365 days.
    > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > and then I want the number of days to come up say in TOTAL (A4) so
    > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > formula and I don't think this is the right one!!!!
    >
    > I would really appreciate some help.
    >
    > Thanks
    >
    >
    > --
    > jeda67
    > ------------------------------------------------------------------------
    > jeda67's Profile:

    http://www.excelforum.com/member.php...o&userid=26781
    > View this thread: http://www.excelforum.com/showthread...hreadid=400387
    >




  28. #28
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    But format as general, Excel will try and make it a date

    --

    HTH

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


    "Bob Phillips" <[email protected]> wrote in message
    news:%[email protected]...
    > =A3-A2
    >
    > no need for the Analysis Toolpak.
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "jeda67" <[email protected]> wrote in
    > message news:[email protected]...
    > >
    > > Hi All,
    > >
    > > I am trying to figure out a formula for the following:
    > >
    > > I want a blank calculation spreadsheet so I can calculate the number of
    > > days from two different dates it will never be over 365 days.
    > > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > > and then I want the number of days to come up say in TOTAL (A4) so
    > > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > > formula and I don't think this is the right one!!!!
    > >
    > > I would really appreciate some help.
    > >
    > > Thanks
    > >
    > >
    > > --
    > > jeda67
    > > ------------------------------------------------------------------------
    > > jeda67's Profile:

    > http://www.excelforum.com/member.php...o&userid=26781
    > > View this thread:

    http://www.excelforum.com/showthread...hreadid=400387
    > >

    >
    >




  29. #29
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    =A3-A2

    no need for the Analysis Toolpak.

    --

    HTH

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


    "jeda67" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi All,
    >
    > I am trying to figure out a formula for the following:
    >
    > I want a blank calculation spreadsheet so I can calculate the number of
    > days from two different dates it will never be over 365 days.
    > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > and then I want the number of days to come up say in TOTAL (A4) so
    > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > formula and I don't think this is the right one!!!!
    >
    > I would really appreciate some help.
    >
    > Thanks
    >
    >
    > --
    > jeda67
    > ------------------------------------------------------------------------
    > jeda67's Profile:

    http://www.excelforum.com/member.php...o&userid=26781
    > View this thread: http://www.excelforum.com/showthread...hreadid=400387
    >




  30. #30
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    =A3-A2

    no need for the Analysis Toolpak.

    --

    HTH

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


    "jeda67" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi All,
    >
    > I am trying to figure out a formula for the following:
    >
    > I want a blank calculation spreadsheet so I can calculate the number of
    > days from two different dates it will never be over 365 days.
    > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > and then I want the number of days to come up say in TOTAL (A4) so
    > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > formula and I don't think this is the right one!!!!
    >
    > I would really appreciate some help.
    >
    > Thanks
    >
    >
    > --
    > jeda67
    > ------------------------------------------------------------------------
    > jeda67's Profile:

    http://www.excelforum.com/member.php...o&userid=26781
    > View this thread: http://www.excelforum.com/showthread...hreadid=400387
    >




  31. #31
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    But format as general, Excel will try and make it a date

    --

    HTH

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


    "Bob Phillips" <[email protected]> wrote in message
    news:%[email protected]...
    > =A3-A2
    >
    > no need for the Analysis Toolpak.
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "jeda67" <[email protected]> wrote in
    > message news:[email protected]...
    > >
    > > Hi All,
    > >
    > > I am trying to figure out a formula for the following:
    > >
    > > I want a blank calculation spreadsheet so I can calculate the number of
    > > days from two different dates it will never be over 365 days.
    > > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > > and then I want the number of days to come up say in TOTAL (A4) so
    > > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > > formula and I don't think this is the right one!!!!
    > >
    > > I would really appreciate some help.
    > >
    > > Thanks
    > >
    > >
    > > --
    > > jeda67
    > > ------------------------------------------------------------------------
    > > jeda67's Profile:

    > http://www.excelforum.com/member.php...o&userid=26781
    > > View this thread:

    http://www.excelforum.com/showthread...hreadid=400387
    > >

    >
    >




  32. #32
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    But format as general, Excel will try and make it a date

    --

    HTH

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


    "Bob Phillips" <[email protected]> wrote in message
    news:%[email protected]...
    > =A3-A2
    >
    > no need for the Analysis Toolpak.
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "jeda67" <[email protected]> wrote in
    > message news:[email protected]...
    > >
    > > Hi All,
    > >
    > > I am trying to figure out a formula for the following:
    > >
    > > I want a blank calculation spreadsheet so I can calculate the number of
    > > days from two different dates it will never be over 365 days.
    > > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > > and then I want the number of days to come up say in TOTAL (A4) so
    > > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > > formula and I don't think this is the right one!!!!
    > >
    > > I would really appreciate some help.
    > >
    > > Thanks
    > >
    > >
    > > --
    > > jeda67
    > > ------------------------------------------------------------------------
    > > jeda67's Profile:

    > http://www.excelforum.com/member.php...o&userid=26781
    > > View this thread:

    http://www.excelforum.com/showthread...hreadid=400387
    > >

    >
    >




  33. #33
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    =A3-A2

    no need for the Analysis Toolpak.

    --

    HTH

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


    "jeda67" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi All,
    >
    > I am trying to figure out a formula for the following:
    >
    > I want a blank calculation spreadsheet so I can calculate the number of
    > days from two different dates it will never be over 365 days.
    > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > and then I want the number of days to come up say in TOTAL (A4) so
    > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > formula and I don't think this is the right one!!!!
    >
    > I would really appreciate some help.
    >
    > Thanks
    >
    >
    > --
    > jeda67
    > ------------------------------------------------------------------------
    > jeda67's Profile:

    http://www.excelforum.com/member.php...o&userid=26781
    > View this thread: http://www.excelforum.com/showthread...hreadid=400387
    >




  34. #34
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    =A3-A2

    no need for the Analysis Toolpak.

    --

    HTH

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


    "jeda67" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi All,
    >
    > I am trying to figure out a formula for the following:
    >
    > I want a blank calculation spreadsheet so I can calculate the number of
    > days from two different dates it will never be over 365 days.
    > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > and then I want the number of days to come up say in TOTAL (A4) so
    > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > formula and I don't think this is the right one!!!!
    >
    > I would really appreciate some help.
    >
    > Thanks
    >
    >
    > --
    > jeda67
    > ------------------------------------------------------------------------
    > jeda67's Profile:

    http://www.excelforum.com/member.php...o&userid=26781
    > View this thread: http://www.excelforum.com/showthread...hreadid=400387
    >




  35. #35
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    But format as general, Excel will try and make it a date

    --

    HTH

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


    "Bob Phillips" <[email protected]> wrote in message
    news:%[email protected]...
    > =A3-A2
    >
    > no need for the Analysis Toolpak.
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "jeda67" <[email protected]> wrote in
    > message news:[email protected]...
    > >
    > > Hi All,
    > >
    > > I am trying to figure out a formula for the following:
    > >
    > > I want a blank calculation spreadsheet so I can calculate the number of
    > > days from two different dates it will never be over 365 days.
    > > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > > and then I want the number of days to come up say in TOTAL (A4) so
    > > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > > formula and I don't think this is the right one!!!!
    > >
    > > I would really appreciate some help.
    > >
    > > Thanks
    > >
    > >
    > > --
    > > jeda67
    > > ------------------------------------------------------------------------
    > > jeda67's Profile:

    > http://www.excelforum.com/member.php...o&userid=26781
    > > View this thread:

    http://www.excelforum.com/showthread...hreadid=400387
    > >

    >
    >




  36. #36
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    =A3-A2

    no need for the Analysis Toolpak.

    --

    HTH

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


    "jeda67" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi All,
    >
    > I am trying to figure out a formula for the following:
    >
    > I want a blank calculation spreadsheet so I can calculate the number of
    > days from two different dates it will never be over 365 days.
    > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > and then I want the number of days to come up say in TOTAL (A4) so
    > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > formula and I don't think this is the right one!!!!
    >
    > I would really appreciate some help.
    >
    > Thanks
    >
    >
    > --
    > jeda67
    > ------------------------------------------------------------------------
    > jeda67's Profile:

    http://www.excelforum.com/member.php...o&userid=26781
    > View this thread: http://www.excelforum.com/showthread...hreadid=400387
    >




  37. #37
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    But format as general, Excel will try and make it a date

    --

    HTH

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


    "Bob Phillips" <[email protected]> wrote in message
    news:%[email protected]...
    > =A3-A2
    >
    > no need for the Analysis Toolpak.
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "jeda67" <[email protected]> wrote in
    > message news:[email protected]...
    > >
    > > Hi All,
    > >
    > > I am trying to figure out a formula for the following:
    > >
    > > I want a blank calculation spreadsheet so I can calculate the number of
    > > days from two different dates it will never be over 365 days.
    > > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > > and then I want the number of days to come up say in TOTAL (A4) so
    > > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > > formula and I don't think this is the right one!!!!
    > >
    > > I would really appreciate some help.
    > >
    > > Thanks
    > >
    > >
    > > --
    > > jeda67
    > > ------------------------------------------------------------------------
    > > jeda67's Profile:

    > http://www.excelforum.com/member.php...o&userid=26781
    > > View this thread:

    http://www.excelforum.com/showthread...hreadid=400387
    > >

    >
    >




  38. #38
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    =A3-A2

    no need for the Analysis Toolpak.

    --

    HTH

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


    "jeda67" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi All,
    >
    > I am trying to figure out a formula for the following:
    >
    > I want a blank calculation spreadsheet so I can calculate the number of
    > days from two different dates it will never be over 365 days.
    > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > and then I want the number of days to come up say in TOTAL (A4) so
    > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > formula and I don't think this is the right one!!!!
    >
    > I would really appreciate some help.
    >
    > Thanks
    >
    >
    > --
    > jeda67
    > ------------------------------------------------------------------------
    > jeda67's Profile:

    http://www.excelforum.com/member.php...o&userid=26781
    > View this thread: http://www.excelforum.com/showthread...hreadid=400387
    >




  39. #39
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    But format as general, Excel will try and make it a date

    --

    HTH

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


    "Bob Phillips" <[email protected]> wrote in message
    news:%[email protected]...
    > =A3-A2
    >
    > no need for the Analysis Toolpak.
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "jeda67" <[email protected]> wrote in
    > message news:[email protected]...
    > >
    > > Hi All,
    > >
    > > I am trying to figure out a formula for the following:
    > >
    > > I want a blank calculation spreadsheet so I can calculate the number of
    > > days from two different dates it will never be over 365 days.
    > > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > > and then I want the number of days to come up say in TOTAL (A4) so
    > > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > > formula and I don't think this is the right one!!!!
    > >
    > > I would really appreciate some help.
    > >
    > > Thanks
    > >
    > >
    > > --
    > > jeda67
    > > ------------------------------------------------------------------------
    > > jeda67's Profile:

    > http://www.excelforum.com/member.php...o&userid=26781
    > > View this thread:

    http://www.excelforum.com/showthread...hreadid=400387
    > >

    >
    >




  40. #40
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    =A3-A2

    no need for the Analysis Toolpak.

    --

    HTH

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


    "jeda67" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi All,
    >
    > I am trying to figure out a formula for the following:
    >
    > I want a blank calculation spreadsheet so I can calculate the number of
    > days from two different dates it will never be over 365 days.
    > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > and then I want the number of days to come up say in TOTAL (A4) so
    > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > formula and I don't think this is the right one!!!!
    >
    > I would really appreciate some help.
    >
    > Thanks
    >
    >
    > --
    > jeda67
    > ------------------------------------------------------------------------
    > jeda67's Profile:

    http://www.excelforum.com/member.php...o&userid=26781
    > View this thread: http://www.excelforum.com/showthread...hreadid=400387
    >




  41. #41
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    But format as general, Excel will try and make it a date

    --

    HTH

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


    "Bob Phillips" <[email protected]> wrote in message
    news:%[email protected]...
    > =A3-A2
    >
    > no need for the Analysis Toolpak.
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "jeda67" <[email protected]> wrote in
    > message news:[email protected]...
    > >
    > > Hi All,
    > >
    > > I am trying to figure out a formula for the following:
    > >
    > > I want a blank calculation spreadsheet so I can calculate the number of
    > > days from two different dates it will never be over 365 days.
    > > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > > and then I want the number of days to come up say in TOTAL (A4) so
    > > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > > formula and I don't think this is the right one!!!!
    > >
    > > I would really appreciate some help.
    > >
    > > Thanks
    > >
    > >
    > > --
    > > jeda67
    > > ------------------------------------------------------------------------
    > > jeda67's Profile:

    > http://www.excelforum.com/member.php...o&userid=26781
    > > View this thread:

    http://www.excelforum.com/showthread...hreadid=400387
    > >

    >
    >




  42. #42
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    =A3-A2

    no need for the Analysis Toolpak.

    --

    HTH

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


    "jeda67" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi All,
    >
    > I am trying to figure out a formula for the following:
    >
    > I want a blank calculation spreadsheet so I can calculate the number of
    > days from two different dates it will never be over 365 days.
    > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > and then I want the number of days to come up say in TOTAL (A4) so
    > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > formula and I don't think this is the right one!!!!
    >
    > I would really appreciate some help.
    >
    > Thanks
    >
    >
    > --
    > jeda67
    > ------------------------------------------------------------------------
    > jeda67's Profile:

    http://www.excelforum.com/member.php...o&userid=26781
    > View this thread: http://www.excelforum.com/showthread...hreadid=400387
    >




  43. #43
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    But format as general, Excel will try and make it a date

    --

    HTH

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


    "Bob Phillips" <[email protected]> wrote in message
    news:%[email protected]...
    > =A3-A2
    >
    > no need for the Analysis Toolpak.
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "jeda67" <[email protected]> wrote in
    > message news:[email protected]...
    > >
    > > Hi All,
    > >
    > > I am trying to figure out a formula for the following:
    > >
    > > I want a blank calculation spreadsheet so I can calculate the number of
    > > days from two different dates it will never be over 365 days.
    > > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > > and then I want the number of days to come up say in TOTAL (A4) so
    > > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > > formula and I don't think this is the right one!!!!
    > >
    > > I would really appreciate some help.
    > >
    > > Thanks
    > >
    > >
    > > --
    > > jeda67
    > > ------------------------------------------------------------------------
    > > jeda67's Profile:

    > http://www.excelforum.com/member.php...o&userid=26781
    > > View this thread:

    http://www.excelforum.com/showthread...hreadid=400387
    > >

    >
    >




  44. #44
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    =A3-A2

    no need for the Analysis Toolpak.

    --

    HTH

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


    "jeda67" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi All,
    >
    > I am trying to figure out a formula for the following:
    >
    > I want a blank calculation spreadsheet so I can calculate the number of
    > days from two different dates it will never be over 365 days.
    > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > and then I want the number of days to come up say in TOTAL (A4) so
    > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > formula and I don't think this is the right one!!!!
    >
    > I would really appreciate some help.
    >
    > Thanks
    >
    >
    > --
    > jeda67
    > ------------------------------------------------------------------------
    > jeda67's Profile:

    http://www.excelforum.com/member.php...o&userid=26781
    > View this thread: http://www.excelforum.com/showthread...hreadid=400387
    >




  45. #45
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    But format as general, Excel will try and make it a date

    --

    HTH

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


    "Bob Phillips" <[email protected]> wrote in message
    news:%[email protected]...
    > =A3-A2
    >
    > no need for the Analysis Toolpak.
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "jeda67" <[email protected]> wrote in
    > message news:[email protected]...
    > >
    > > Hi All,
    > >
    > > I am trying to figure out a formula for the following:
    > >
    > > I want a blank calculation spreadsheet so I can calculate the number of
    > > days from two different dates it will never be over 365 days.
    > > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > > and then I want the number of days to come up say in TOTAL (A4) so
    > > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > > formula and I don't think this is the right one!!!!
    > >
    > > I would really appreciate some help.
    > >
    > > Thanks
    > >
    > >
    > > --
    > > jeda67
    > > ------------------------------------------------------------------------
    > > jeda67's Profile:

    > http://www.excelforum.com/member.php...o&userid=26781
    > > View this thread:

    http://www.excelforum.com/showthread...hreadid=400387
    > >

    >
    >




  46. #46
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    =A3-A2

    no need for the Analysis Toolpak.

    --

    HTH

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


    "jeda67" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi All,
    >
    > I am trying to figure out a formula for the following:
    >
    > I want a blank calculation spreadsheet so I can calculate the number of
    > days from two different dates it will never be over 365 days.
    > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > and then I want the number of days to come up say in TOTAL (A4) so
    > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > formula and I don't think this is the right one!!!!
    >
    > I would really appreciate some help.
    >
    > Thanks
    >
    >
    > --
    > jeda67
    > ------------------------------------------------------------------------
    > jeda67's Profile:

    http://www.excelforum.com/member.php...o&userid=26781
    > View this thread: http://www.excelforum.com/showthread...hreadid=400387
    >




  47. #47
    Bob Phillips
    Guest

    Re: I need help calculating dates?

    But format as general, Excel will try and make it a date

    --

    HTH

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


    "Bob Phillips" <[email protected]> wrote in message
    news:%[email protected]...
    > =A3-A2
    >
    > no need for the Analysis Toolpak.
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "jeda67" <[email protected]> wrote in
    > message news:[email protected]...
    > >
    > > Hi All,
    > >
    > > I am trying to figure out a formula for the following:
    > >
    > > I want a blank calculation spreadsheet so I can calculate the number of
    > > days from two different dates it will never be over 365 days.
    > > My spreadsheet will have in one cell START DATE (A2) and END DATE (A3)
    > > and then I want the number of days to come up say in TOTAL (A4) so
    > > what would be the formula =?????????(A2,A3) I have seen the =360DAYS()
    > > formula and I don't think this is the right one!!!!
    > >
    > > I would really appreciate some help.
    > >
    > > Thanks
    > >
    > >
    > > --
    > > jeda67
    > > ------------------------------------------------------------------------
    > > jeda67's Profile:

    > http://www.excelforum.com/member.php...o&userid=26781
    > > View this thread:

    http://www.excelforum.com/showthread...hreadid=400387
    > >

    >
    >




+ 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