+ Reply to Thread
Results 1 to 13 of 13

Find Out:What does this formula mean?

  1. #1
    Guest

    Find Out:What does this formula mean?

    Hi

    This looks at the difference in months between K4 and 31st December 04 and
    if it is more than or equal to 20, or less than 8 it will put a zero in the
    cell. If it is neither of these (ie between 9 and 19) if will put in Q4/12
    (ie the figure in cell Q4 divided by 12)

    Andy.

    "Bucksnut" <[email protected]> wrote in message
    news:[email protected]...
    > What does this formula mean?
    >
    > =IF(DATEDIF(K4,"12/31/2004","m")>=20,0,IF(DATEDIF(K4,"12/31/2004","m")<8,0,Q4/12))




  2. #2
    Bob Phillips
    Guest

    re: Find Out:What does this formula mean?

    and it can be simplified to

    =IF(AND(DATEDIF(K4,"12/31/2004","m")>=20,DATEDIF(K4,"12/31/2004","m")<8),0,Q
    4/12))


    --

    HTH

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


    <Andy> wrote in message news:[email protected]...
    > Hi
    >
    > This looks at the difference in months between K4 and 31st December 04 and
    > if it is more than or equal to 20, or less than 8 it will put a zero in

    the
    > cell. If it is neither of these (ie between 9 and 19) if will put in Q4/12
    > (ie the figure in cell Q4 divided by 12)
    >
    > Andy.
    >
    > "Bucksnut" <[email protected]> wrote in message
    > news:[email protected]...
    > > What does this formula mean?
    > >
    > >

    =IF(DATEDIF(K4,"12/31/2004","m")>=20,0,IF(DATEDIF(K4,"12/31/2004","m")<8,0,Q
    4/12))
    >
    >




  3. #3
    Guest

    re: Find Out:What does this formula mean?

    Bob

    I think you mean:
    =IF(OR(DATEDIF(K4,"12/31/2004","m")>=20,DATEDIF(K4,"12/31/2004","m")<8),0,Q4/12))

    Andy.


    "Bob Phillips" <[email protected]> wrote in message
    news:[email protected]...
    > and it can be simplified to
    >
    > =IF(AND(DATEDIF(K4,"12/31/2004","m")>=20,DATEDIF(K4,"12/31/2004","m")<8),0,Q
    > 4/12))
    >
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > <Andy> wrote in message news:[email protected]...
    >> Hi
    >>
    >> This looks at the difference in months between K4 and 31st December 04
    >> and
    >> if it is more than or equal to 20, or less than 8 it will put a zero in

    > the
    >> cell. If it is neither of these (ie between 9 and 19) if will put in
    >> Q4/12
    >> (ie the figure in cell Q4 divided by 12)
    >>
    >> Andy.
    >>
    >> "Bucksnut" <[email protected]> wrote in message
    >> news:[email protected]...
    >> > What does this formula mean?
    >> >
    >> >

    > =IF(DATEDIF(K4,"12/31/2004","m")>=20,0,IF(DATEDIF(K4,"12/31/2004","m")<8,0,Q
    > 4/12))
    >>
    >>

    >
    >




  4. #4
    Bob Phillips
    Guest

    re: Find Out:What does this formula mean?

    Indeed I did Andy. Thanks

    Bob


    <Andy> wrote in message news:[email protected]...
    > Bob
    >
    > I think you mean:
    >

    =IF(OR(DATEDIF(K4,"12/31/2004","m")>=20,DATEDIF(K4,"12/31/2004","m")<8),0,Q4
    /12))
    >
    > Andy.
    >
    >
    > "Bob Phillips" <[email protected]> wrote in message
    > news:[email protected]...
    > > and it can be simplified to
    > >
    > >

    =IF(AND(DATEDIF(K4,"12/31/2004","m")>=20,DATEDIF(K4,"12/31/2004","m")<8),0,Q
    > > 4/12))
    > >
    > >
    > > --
    > >
    > > HTH
    > >
    > > RP
    > > (remove nothere from the email address if mailing direct)
    > >
    > >
    > > <Andy> wrote in message news:[email protected]...
    > >> Hi
    > >>
    > >> This looks at the difference in months between K4 and 31st December 04
    > >> and
    > >> if it is more than or equal to 20, or less than 8 it will put a zero in

    > > the
    > >> cell. If it is neither of these (ie between 9 and 19) if will put in
    > >> Q4/12
    > >> (ie the figure in cell Q4 divided by 12)
    > >>
    > >> Andy.
    > >>
    > >> "Bucksnut" <[email protected]> wrote in message
    > >> news:[email protected]...
    > >> > What does this formula mean?
    > >> >
    > >> >

    > >

    =IF(DATEDIF(K4,"12/31/2004","m")>=20,0,IF(DATEDIF(K4,"12/31/2004","m")<8,0,Q
    > > 4/12))
    > >>
    > >>

    > >
    > >

    >
    >




  5. #5
    Guest

    re: Find Out:What does this formula mean?

    Hi

    This looks at the difference in months between K4 and 31st December 04 and
    if it is more than or equal to 20, or less than 8 it will put a zero in the
    cell. If it is neither of these (ie between 9 and 19) if will put in Q4/12
    (ie the figure in cell Q4 divided by 12)

    Andy.

    "Bucksnut" <[email protected]> wrote in message
    news:[email protected]...
    > What does this formula mean?
    >
    > =IF(DATEDIF(K4,"12/31/2004","m")>=20,0,IF(DATEDIF(K4,"12/31/2004","m")<8,0,Q4/12))




  6. #6
    Bob Phillips
    Guest

    re: Find Out:What does this formula mean?

    and it can be simplified to

    =IF(AND(DATEDIF(K4,"12/31/2004","m")>=20,DATEDIF(K4,"12/31/2004","m")<8),0,Q
    4/12))


    --

    HTH

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


    <Andy> wrote in message news:[email protected]...
    > Hi
    >
    > This looks at the difference in months between K4 and 31st December 04 and
    > if it is more than or equal to 20, or less than 8 it will put a zero in

    the
    > cell. If it is neither of these (ie between 9 and 19) if will put in Q4/12
    > (ie the figure in cell Q4 divided by 12)
    >
    > Andy.
    >
    > "Bucksnut" <[email protected]> wrote in message
    > news:[email protected]...
    > > What does this formula mean?
    > >
    > >

    =IF(DATEDIF(K4,"12/31/2004","m")>=20,0,IF(DATEDIF(K4,"12/31/2004","m")<8,0,Q
    4/12))
    >
    >




  7. #7
    Guest

    re: Find Out:What does this formula mean?

    Bob

    I think you mean:
    =IF(OR(DATEDIF(K4,"12/31/2004","m")>=20,DATEDIF(K4,"12/31/2004","m")<8),0,Q4/12))

    Andy.


    "Bob Phillips" <[email protected]> wrote in message
    news:[email protected]...
    > and it can be simplified to
    >
    > =IF(AND(DATEDIF(K4,"12/31/2004","m")>=20,DATEDIF(K4,"12/31/2004","m")<8),0,Q
    > 4/12))
    >
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > <Andy> wrote in message news:[email protected]...
    >> Hi
    >>
    >> This looks at the difference in months between K4 and 31st December 04
    >> and
    >> if it is more than or equal to 20, or less than 8 it will put a zero in

    > the
    >> cell. If it is neither of these (ie between 9 and 19) if will put in
    >> Q4/12
    >> (ie the figure in cell Q4 divided by 12)
    >>
    >> Andy.
    >>
    >> "Bucksnut" <[email protected]> wrote in message
    >> news:[email protected]...
    >> > What does this formula mean?
    >> >
    >> >

    > =IF(DATEDIF(K4,"12/31/2004","m")>=20,0,IF(DATEDIF(K4,"12/31/2004","m")<8,0,Q
    > 4/12))
    >>
    >>

    >
    >




  8. #8
    Bob Phillips
    Guest

    re: Find Out:What does this formula mean?

    Indeed I did Andy. Thanks

    Bob


    <Andy> wrote in message news:[email protected]...
    > Bob
    >
    > I think you mean:
    >

    =IF(OR(DATEDIF(K4,"12/31/2004","m")>=20,DATEDIF(K4,"12/31/2004","m")<8),0,Q4
    /12))
    >
    > Andy.
    >
    >
    > "Bob Phillips" <[email protected]> wrote in message
    > news:[email protected]...
    > > and it can be simplified to
    > >
    > >

    =IF(AND(DATEDIF(K4,"12/31/2004","m")>=20,DATEDIF(K4,"12/31/2004","m")<8),0,Q
    > > 4/12))
    > >
    > >
    > > --
    > >
    > > HTH
    > >
    > > RP
    > > (remove nothere from the email address if mailing direct)
    > >
    > >
    > > <Andy> wrote in message news:[email protected]...
    > >> Hi
    > >>
    > >> This looks at the difference in months between K4 and 31st December 04
    > >> and
    > >> if it is more than or equal to 20, or less than 8 it will put a zero in

    > > the
    > >> cell. If it is neither of these (ie between 9 and 19) if will put in
    > >> Q4/12
    > >> (ie the figure in cell Q4 divided by 12)
    > >>
    > >> Andy.
    > >>
    > >> "Bucksnut" <[email protected]> wrote in message
    > >> news:[email protected]...
    > >> > What does this formula mean?
    > >> >
    > >> >

    > >

    =IF(DATEDIF(K4,"12/31/2004","m")>=20,0,IF(DATEDIF(K4,"12/31/2004","m")<8,0,Q
    > > 4/12))
    > >>
    > >>

    > >
    > >

    >
    >




  9. #9
    Bucksnut
    Guest

    What does this formula mean?

    What does this formula mean?

    =IF(DATEDIF(K4,"12/31/2004","m")>=20,0,IF(DATEDIF(K4,"12/31/2004","m")<8,0,Q4/12))

  10. #10
    Guest

    re: Find Out:What does this formula mean?

    Hi

    This looks at the difference in months between K4 and 31st December 04 and
    if it is more than or equal to 20, or less than 8 it will put a zero in the
    cell. If it is neither of these (ie between 9 and 19) if will put in Q4/12
    (ie the figure in cell Q4 divided by 12)

    Andy.

    "Bucksnut" <[email protected]> wrote in message
    news:[email protected]...
    > What does this formula mean?
    >
    > =IF(DATEDIF(K4,"12/31/2004","m")>=20,0,IF(DATEDIF(K4,"12/31/2004","m")<8,0,Q4/12))




  11. #11
    Bob Phillips
    Guest

    re: Find Out:What does this formula mean?

    and it can be simplified to

    =IF(AND(DATEDIF(K4,"12/31/2004","m")>=20,DATEDIF(K4,"12/31/2004","m")<8),0,Q
    4/12))


    --

    HTH

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


    <Andy> wrote in message news:[email protected]...
    > Hi
    >
    > This looks at the difference in months between K4 and 31st December 04 and
    > if it is more than or equal to 20, or less than 8 it will put a zero in

    the
    > cell. If it is neither of these (ie between 9 and 19) if will put in Q4/12
    > (ie the figure in cell Q4 divided by 12)
    >
    > Andy.
    >
    > "Bucksnut" <[email protected]> wrote in message
    > news:[email protected]...
    > > What does this formula mean?
    > >
    > >

    =IF(DATEDIF(K4,"12/31/2004","m")>=20,0,IF(DATEDIF(K4,"12/31/2004","m")<8,0,Q
    4/12))
    >
    >




  12. #12
    Guest

    re: Find Out:What does this formula mean?

    Bob

    I think you mean:
    =IF(OR(DATEDIF(K4,"12/31/2004","m")>=20,DATEDIF(K4,"12/31/2004","m")<8),0,Q4/12))

    Andy.


    "Bob Phillips" <[email protected]> wrote in message
    news:[email protected]...
    > and it can be simplified to
    >
    > =IF(AND(DATEDIF(K4,"12/31/2004","m")>=20,DATEDIF(K4,"12/31/2004","m")<8),0,Q
    > 4/12))
    >
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > <Andy> wrote in message news:[email protected]...
    >> Hi
    >>
    >> This looks at the difference in months between K4 and 31st December 04
    >> and
    >> if it is more than or equal to 20, or less than 8 it will put a zero in

    > the
    >> cell. If it is neither of these (ie between 9 and 19) if will put in
    >> Q4/12
    >> (ie the figure in cell Q4 divided by 12)
    >>
    >> Andy.
    >>
    >> "Bucksnut" <[email protected]> wrote in message
    >> news:[email protected]...
    >> > What does this formula mean?
    >> >
    >> >

    > =IF(DATEDIF(K4,"12/31/2004","m")>=20,0,IF(DATEDIF(K4,"12/31/2004","m")<8,0,Q
    > 4/12))
    >>
    >>

    >
    >




  13. #13
    Bob Phillips
    Guest

    re: Find Out:What does this formula mean?

    Indeed I did Andy. Thanks

    Bob


    <Andy> wrote in message news:[email protected]...
    > Bob
    >
    > I think you mean:
    >

    =IF(OR(DATEDIF(K4,"12/31/2004","m")>=20,DATEDIF(K4,"12/31/2004","m")<8),0,Q4
    /12))
    >
    > Andy.
    >
    >
    > "Bob Phillips" <[email protected]> wrote in message
    > news:[email protected]...
    > > and it can be simplified to
    > >
    > >

    =IF(AND(DATEDIF(K4,"12/31/2004","m")>=20,DATEDIF(K4,"12/31/2004","m")<8),0,Q
    > > 4/12))
    > >
    > >
    > > --
    > >
    > > HTH
    > >
    > > RP
    > > (remove nothere from the email address if mailing direct)
    > >
    > >
    > > <Andy> wrote in message news:[email protected]...
    > >> Hi
    > >>
    > >> This looks at the difference in months between K4 and 31st December 04
    > >> and
    > >> if it is more than or equal to 20, or less than 8 it will put a zero in

    > > the
    > >> cell. If it is neither of these (ie between 9 and 19) if will put in
    > >> Q4/12
    > >> (ie the figure in cell Q4 divided by 12)
    > >>
    > >> Andy.
    > >>
    > >> "Bucksnut" <[email protected]> wrote in message
    > >> news:[email protected]...
    > >> > What does this formula mean?
    > >> >
    > >> >

    > >

    =IF(DATEDIF(K4,"12/31/2004","m")>=20,0,IF(DATEDIF(K4,"12/31/2004","m")<8,0,Q
    > > 4/12))
    > >>
    > >>

    > >
    > >

    >
    >




+ 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