+ Reply to Thread
Results 1 to 17 of 17

Formula Problem

  1. #1
    Peo Sjoblom
    Guest

    Re: Formula Problem

    =SUMPRODUCT(--(TEXT(IndexData!$G$5:$G$23309,"yyyymm")="200501"),--(IndexData!$A$5:$A$23309="AUT"),--(IndexData!$I$5:$I$23309<=3))


    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Jeanette" <Jeanette@discussions.microsoft.com> wrote in message
    news:13CB639A-CBC6-478F-A290-802D0A3AF5F0@microsoft.com...
    >I know there is a simple solution to my problem. The following is my
    >formula:
    >
    > =COUNT(IF((TEXT(IndexData!$G$5:$G$23309,"yyyymm")="200501")*(IndexData!$A$5:$A$23309="AUT"),AND(IndexData!$I$5:$I$23309<=3,""),IndexData!$I$5:$I$23309))
    >
    > The formula is not bringing back to the number of "AUT" less than or equal
    > to 3, if it were the number would be Zero, instead it is coming back with
    > 23304 for the month of January when there were no "AUT" completed in less
    > than 19 days.
    >
    > What have I done and how do I fix it? I also need the # of "AUT" between
    > 4
    > and 5 and Greater than 6.



  2. #2
    Jeanette
    Guest

    Re: Formula Problem

    Thanks ~ I was including "and" so it wasn't working

    "Alok" wrote:

    > Since you want the AND of the conditions >=4, <=5 all you do is split it into
    > two factors
    >
    > --(indexData!$I$5:$I$23309>=4),--(indexData!$I$5:$I$23309<=5)
    >
    > Alok
    >
    > "Jeanette" wrote:
    >
    > > Thanks ~ now how do I write --(indexData!$I$5:$I$23309>=4<=5) and have it
    > > work correctly?
    > >
    > > "Peo Sjoblom" wrote:
    > >
    > > > =SUMPRODUCT(--(TEXT(IndexData!$G$5:$G$23309,"yyyymm")="200501"),--(IndexData!$A$5:$A$23309="AUT"),--(IndexData!$I$5:$I$23309<=3))
    > > >
    > > >
    > > > --
    > > > Regards,
    > > >
    > > > Peo Sjoblom
    > > >
    > > > (No private emails please)
    > > >
    > > >
    > > > "Jeanette" <Jeanette@discussions.microsoft.com> wrote in message
    > > > news:13CB639A-CBC6-478F-A290-802D0A3AF5F0@microsoft.com...
    > > > >I know there is a simple solution to my problem. The following is my
    > > > >formula:
    > > > >
    > > > > =COUNT(IF((TEXT(IndexData!$G$5:$G$23309,"yyyymm")="200501")*(IndexData!$A$5:$A$23309="AUT"),AND(IndexData!$I$5:$I$23309<=3,""),IndexData!$I$5:$I$23309))
    > > > >
    > > > > The formula is not bringing back to the number of "AUT" less than or equal
    > > > > to 3, if it were the number would be Zero, instead it is coming back with
    > > > > 23304 for the month of January when there were no "AUT" completed in less
    > > > > than 19 days.
    > > > >
    > > > > What have I done and how do I fix it? I also need the # of "AUT" between
    > > > > 4
    > > > > and 5 and Greater than 6.
    > > >
    > > >


  3. #3
    Alok
    Guest

    Re: Formula Problem

    Since you want the AND of the conditions >=4, <=5 all you do is split it into
    two factors

    --(indexData!$I$5:$I$23309>=4),--(indexData!$I$5:$I$23309<=5)

    Alok

    "Jeanette" wrote:

    > Thanks ~ now how do I write --(indexData!$I$5:$I$23309>=4<=5) and have it
    > work correctly?
    >
    > "Peo Sjoblom" wrote:
    >
    > > =SUMPRODUCT(--(TEXT(IndexData!$G$5:$G$23309,"yyyymm")="200501"),--(IndexData!$A$5:$A$23309="AUT"),--(IndexData!$I$5:$I$23309<=3))
    > >
    > >
    > > --
    > > Regards,
    > >
    > > Peo Sjoblom
    > >
    > > (No private emails please)
    > >
    > >
    > > "Jeanette" <Jeanette@discussions.microsoft.com> wrote in message
    > > news:13CB639A-CBC6-478F-A290-802D0A3AF5F0@microsoft.com...
    > > >I know there is a simple solution to my problem. The following is my
    > > >formula:
    > > >
    > > > =COUNT(IF((TEXT(IndexData!$G$5:$G$23309,"yyyymm")="200501")*(IndexData!$A$5:$A$23309="AUT"),AND(IndexData!$I$5:$I$23309<=3,""),IndexData!$I$5:$I$23309))
    > > >
    > > > The formula is not bringing back to the number of "AUT" less than or equal
    > > > to 3, if it were the number would be Zero, instead it is coming back with
    > > > 23304 for the month of January when there were no "AUT" completed in less
    > > > than 19 days.
    > > >
    > > > What have I done and how do I fix it? I also need the # of "AUT" between
    > > > 4
    > > > and 5 and Greater than 6.

    > >
    > >


  4. #4
    Jeanette
    Guest

    Re: Formula Problem

    Thanks ~ now how do I write --(indexData!$I$5:$I$23309>=4<=5) and have it
    work correctly?

    "Peo Sjoblom" wrote:

    > =SUMPRODUCT(--(TEXT(IndexData!$G$5:$G$23309,"yyyymm")="200501"),--(IndexData!$A$5:$A$23309="AUT"),--(IndexData!$I$5:$I$23309<=3))
    >
    >
    > --
    > Regards,
    >
    > Peo Sjoblom
    >
    > (No private emails please)
    >
    >
    > "Jeanette" <Jeanette@discussions.microsoft.com> wrote in message
    > news:13CB639A-CBC6-478F-A290-802D0A3AF5F0@microsoft.com...
    > >I know there is a simple solution to my problem. The following is my
    > >formula:
    > >
    > > =COUNT(IF((TEXT(IndexData!$G$5:$G$23309,"yyyymm")="200501")*(IndexData!$A$5:$A$23309="AUT"),AND(IndexData!$I$5:$I$23309<=3,""),IndexData!$I$5:$I$23309))
    > >
    > > The formula is not bringing back to the number of "AUT" less than or equal
    > > to 3, if it were the number would be Zero, instead it is coming back with
    > > 23304 for the month of January when there were no "AUT" completed in less
    > > than 19 days.
    > >
    > > What have I done and how do I fix it? I also need the # of "AUT" between
    > > 4
    > > and 5 and Greater than 6.

    >
    >


  5. #5
    Peo Sjoblom
    Guest

    Re: Formula Problem

    =SUMPRODUCT(--(TEXT(IndexData!$G$5:$G$23309,"yyyymm")="200501"),--(IndexData!$A$5:$A$23309="AUT"),--(IndexData!$I$5:$I$23309<=3))


    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Jeanette" <Jeanette@discussions.microsoft.com> wrote in message
    news:13CB639A-CBC6-478F-A290-802D0A3AF5F0@microsoft.com...
    >I know there is a simple solution to my problem. The following is my
    >formula:
    >
    > =COUNT(IF((TEXT(IndexData!$G$5:$G$23309,"yyyymm")="200501")*(IndexData!$A$5:$A$23309="AUT"),AND(IndexData!$I$5:$I$23309<=3,""),IndexData!$I$5:$I$23309))
    >
    > The formula is not bringing back to the number of "AUT" less than or equal
    > to 3, if it were the number would be Zero, instead it is coming back with
    > 23304 for the month of January when there were no "AUT" completed in less
    > than 19 days.
    >
    > What have I done and how do I fix it? I also need the # of "AUT" between
    > 4
    > and 5 and Greater than 6.



  6. #6
    Jeanette
    Guest

    Re: Formula Problem

    Thanks ~ now how do I write --(indexData!$I$5:$I$23309>=4<=5) and have it
    work correctly?

    "Peo Sjoblom" wrote:

    > =SUMPRODUCT(--(TEXT(IndexData!$G$5:$G$23309,"yyyymm")="200501"),--(IndexData!$A$5:$A$23309="AUT"),--(IndexData!$I$5:$I$23309<=3))
    >
    >
    > --
    > Regards,
    >
    > Peo Sjoblom
    >
    > (No private emails please)
    >
    >
    > "Jeanette" <Jeanette@discussions.microsoft.com> wrote in message
    > news:13CB639A-CBC6-478F-A290-802D0A3AF5F0@microsoft.com...
    > >I know there is a simple solution to my problem. The following is my
    > >formula:
    > >
    > > =COUNT(IF((TEXT(IndexData!$G$5:$G$23309,"yyyymm")="200501")*(IndexData!$A$5:$A$23309="AUT"),AND(IndexData!$I$5:$I$23309<=3,""),IndexData!$I$5:$I$23309))
    > >
    > > The formula is not bringing back to the number of "AUT" less than or equal
    > > to 3, if it were the number would be Zero, instead it is coming back with
    > > 23304 for the month of January when there were no "AUT" completed in less
    > > than 19 days.
    > >
    > > What have I done and how do I fix it? I also need the # of "AUT" between
    > > 4
    > > and 5 and Greater than 6.

    >
    >


  7. #7
    Alok
    Guest

    Re: Formula Problem

    Since you want the AND of the conditions >=4, <=5 all you do is split it into
    two factors

    --(indexData!$I$5:$I$23309>=4),--(indexData!$I$5:$I$23309<=5)

    Alok

    "Jeanette" wrote:

    > Thanks ~ now how do I write --(indexData!$I$5:$I$23309>=4<=5) and have it
    > work correctly?
    >
    > "Peo Sjoblom" wrote:
    >
    > > =SUMPRODUCT(--(TEXT(IndexData!$G$5:$G$23309,"yyyymm")="200501"),--(IndexData!$A$5:$A$23309="AUT"),--(IndexData!$I$5:$I$23309<=3))
    > >
    > >
    > > --
    > > Regards,
    > >
    > > Peo Sjoblom
    > >
    > > (No private emails please)
    > >
    > >
    > > "Jeanette" <Jeanette@discussions.microsoft.com> wrote in message
    > > news:13CB639A-CBC6-478F-A290-802D0A3AF5F0@microsoft.com...
    > > >I know there is a simple solution to my problem. The following is my
    > > >formula:
    > > >
    > > > =COUNT(IF((TEXT(IndexData!$G$5:$G$23309,"yyyymm")="200501")*(IndexData!$A$5:$A$23309="AUT"),AND(IndexData!$I$5:$I$23309<=3,""),IndexData!$I$5:$I$23309))
    > > >
    > > > The formula is not bringing back to the number of "AUT" less than or equal
    > > > to 3, if it were the number would be Zero, instead it is coming back with
    > > > 23304 for the month of January when there were no "AUT" completed in less
    > > > than 19 days.
    > > >
    > > > What have I done and how do I fix it? I also need the # of "AUT" between
    > > > 4
    > > > and 5 and Greater than 6.

    > >
    > >


  8. #8
    Jeanette
    Guest

    Re: Formula Problem

    Thanks ~ I was including "and" so it wasn't working

    "Alok" wrote:

    > Since you want the AND of the conditions >=4, <=5 all you do is split it into
    > two factors
    >
    > --(indexData!$I$5:$I$23309>=4),--(indexData!$I$5:$I$23309<=5)
    >
    > Alok
    >
    > "Jeanette" wrote:
    >
    > > Thanks ~ now how do I write --(indexData!$I$5:$I$23309>=4<=5) and have it
    > > work correctly?
    > >
    > > "Peo Sjoblom" wrote:
    > >
    > > > =SUMPRODUCT(--(TEXT(IndexData!$G$5:$G$23309,"yyyymm")="200501"),--(IndexData!$A$5:$A$23309="AUT"),--(IndexData!$I$5:$I$23309<=3))
    > > >
    > > >
    > > > --
    > > > Regards,
    > > >
    > > > Peo Sjoblom
    > > >
    > > > (No private emails please)
    > > >
    > > >
    > > > "Jeanette" <Jeanette@discussions.microsoft.com> wrote in message
    > > > news:13CB639A-CBC6-478F-A290-802D0A3AF5F0@microsoft.com...
    > > > >I know there is a simple solution to my problem. The following is my
    > > > >formula:
    > > > >
    > > > > =COUNT(IF((TEXT(IndexData!$G$5:$G$23309,"yyyymm")="200501")*(IndexData!$A$5:$A$23309="AUT"),AND(IndexData!$I$5:$I$23309<=3,""),IndexData!$I$5:$I$23309))
    > > > >
    > > > > The formula is not bringing back to the number of "AUT" less than or equal
    > > > > to 3, if it were the number would be Zero, instead it is coming back with
    > > > > 23304 for the month of January when there were no "AUT" completed in less
    > > > > than 19 days.
    > > > >
    > > > > What have I done and how do I fix it? I also need the # of "AUT" between
    > > > > 4
    > > > > and 5 and Greater than 6.
    > > >
    > > >


  9. #9
    Jeanette
    Guest

    Re: Formula Problem

    Thanks ~ now how do I write --(indexData!$I$5:$I$23309>=4<=5) and have it
    work correctly?

    "Peo Sjoblom" wrote:

    > =SUMPRODUCT(--(TEXT(IndexData!$G$5:$G$23309,"yyyymm")="200501"),--(IndexData!$A$5:$A$23309="AUT"),--(IndexData!$I$5:$I$23309<=3))
    >
    >
    > --
    > Regards,
    >
    > Peo Sjoblom
    >
    > (No private emails please)
    >
    >
    > "Jeanette" <Jeanette@discussions.microsoft.com> wrote in message
    > news:13CB639A-CBC6-478F-A290-802D0A3AF5F0@microsoft.com...
    > >I know there is a simple solution to my problem. The following is my
    > >formula:
    > >
    > > =COUNT(IF((TEXT(IndexData!$G$5:$G$23309,"yyyymm")="200501")*(IndexData!$A$5:$A$23309="AUT"),AND(IndexData!$I$5:$I$23309<=3,""),IndexData!$I$5:$I$23309))
    > >
    > > The formula is not bringing back to the number of "AUT" less than or equal
    > > to 3, if it were the number would be Zero, instead it is coming back with
    > > 23304 for the month of January when there were no "AUT" completed in less
    > > than 19 days.
    > >
    > > What have I done and how do I fix it? I also need the # of "AUT" between
    > > 4
    > > and 5 and Greater than 6.

    >
    >


  10. #10
    Alok
    Guest

    Re: Formula Problem

    Since you want the AND of the conditions >=4, <=5 all you do is split it into
    two factors

    --(indexData!$I$5:$I$23309>=4),--(indexData!$I$5:$I$23309<=5)

    Alok

    "Jeanette" wrote:

    > Thanks ~ now how do I write --(indexData!$I$5:$I$23309>=4<=5) and have it
    > work correctly?
    >
    > "Peo Sjoblom" wrote:
    >
    > > =SUMPRODUCT(--(TEXT(IndexData!$G$5:$G$23309,"yyyymm")="200501"),--(IndexData!$A$5:$A$23309="AUT"),--(IndexData!$I$5:$I$23309<=3))
    > >
    > >
    > > --
    > > Regards,
    > >
    > > Peo Sjoblom
    > >
    > > (No private emails please)
    > >
    > >
    > > "Jeanette" <Jeanette@discussions.microsoft.com> wrote in message
    > > news:13CB639A-CBC6-478F-A290-802D0A3AF5F0@microsoft.com...
    > > >I know there is a simple solution to my problem. The following is my
    > > >formula:
    > > >
    > > > =COUNT(IF((TEXT(IndexData!$G$5:$G$23309,"yyyymm")="200501")*(IndexData!$A$5:$A$23309="AUT"),AND(IndexData!$I$5:$I$23309<=3,""),IndexData!$I$5:$I$23309))
    > > >
    > > > The formula is not bringing back to the number of "AUT" less than or equal
    > > > to 3, if it were the number would be Zero, instead it is coming back with
    > > > 23304 for the month of January when there were no "AUT" completed in less
    > > > than 19 days.
    > > >
    > > > What have I done and how do I fix it? I also need the # of "AUT" between
    > > > 4
    > > > and 5 and Greater than 6.

    > >
    > >


  11. #11
    Peo Sjoblom
    Guest

    Re: Formula Problem

    =SUMPRODUCT(--(TEXT(IndexData!$G$5:$G$23309,"yyyymm")="200501"),--(IndexData!$A$5:$A$23309="AUT"),--(IndexData!$I$5:$I$23309<=3))


    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Jeanette" <Jeanette@discussions.microsoft.com> wrote in message
    news:13CB639A-CBC6-478F-A290-802D0A3AF5F0@microsoft.com...
    >I know there is a simple solution to my problem. The following is my
    >formula:
    >
    > =COUNT(IF((TEXT(IndexData!$G$5:$G$23309,"yyyymm")="200501")*(IndexData!$A$5:$A$23309="AUT"),AND(IndexData!$I$5:$I$23309<=3,""),IndexData!$I$5:$I$23309))
    >
    > The formula is not bringing back to the number of "AUT" less than or equal
    > to 3, if it were the number would be Zero, instead it is coming back with
    > 23304 for the month of January when there were no "AUT" completed in less
    > than 19 days.
    >
    > What have I done and how do I fix it? I also need the # of "AUT" between
    > 4
    > and 5 and Greater than 6.



  12. #12
    Jeanette
    Guest

    Re: Formula Problem

    Thanks ~ I was including "and" so it wasn't working

    "Alok" wrote:

    > Since you want the AND of the conditions >=4, <=5 all you do is split it into
    > two factors
    >
    > --(indexData!$I$5:$I$23309>=4),--(indexData!$I$5:$I$23309<=5)
    >
    > Alok
    >
    > "Jeanette" wrote:
    >
    > > Thanks ~ now how do I write --(indexData!$I$5:$I$23309>=4<=5) and have it
    > > work correctly?
    > >
    > > "Peo Sjoblom" wrote:
    > >
    > > > =SUMPRODUCT(--(TEXT(IndexData!$G$5:$G$23309,"yyyymm")="200501"),--(IndexData!$A$5:$A$23309="AUT"),--(IndexData!$I$5:$I$23309<=3))
    > > >
    > > >
    > > > --
    > > > Regards,
    > > >
    > > > Peo Sjoblom
    > > >
    > > > (No private emails please)
    > > >
    > > >
    > > > "Jeanette" <Jeanette@discussions.microsoft.com> wrote in message
    > > > news:13CB639A-CBC6-478F-A290-802D0A3AF5F0@microsoft.com...
    > > > >I know there is a simple solution to my problem. The following is my
    > > > >formula:
    > > > >
    > > > > =COUNT(IF((TEXT(IndexData!$G$5:$G$23309,"yyyymm")="200501")*(IndexData!$A$5:$A$23309="AUT"),AND(IndexData!$I$5:$I$23309<=3,""),IndexData!$I$5:$I$23309))
    > > > >
    > > > > The formula is not bringing back to the number of "AUT" less than or equal
    > > > > to 3, if it were the number would be Zero, instead it is coming back with
    > > > > 23304 for the month of January when there were no "AUT" completed in less
    > > > > than 19 days.
    > > > >
    > > > > What have I done and how do I fix it? I also need the # of "AUT" between
    > > > > 4
    > > > > and 5 and Greater than 6.
    > > >
    > > >


  13. #13
    Jeanette
    Guest

    Re: Formula Problem

    Thanks ~ now how do I write --(indexData!$I$5:$I$23309>=4<=5) and have it
    work correctly?

    "Peo Sjoblom" wrote:

    > =SUMPRODUCT(--(TEXT(IndexData!$G$5:$G$23309,"yyyymm")="200501"),--(IndexData!$A$5:$A$23309="AUT"),--(IndexData!$I$5:$I$23309<=3))
    >
    >
    > --
    > Regards,
    >
    > Peo Sjoblom
    >
    > (No private emails please)
    >
    >
    > "Jeanette" <Jeanette@discussions.microsoft.com> wrote in message
    > news:13CB639A-CBC6-478F-A290-802D0A3AF5F0@microsoft.com...
    > >I know there is a simple solution to my problem. The following is my
    > >formula:
    > >
    > > =COUNT(IF((TEXT(IndexData!$G$5:$G$23309,"yyyymm")="200501")*(IndexData!$A$5:$A$23309="AUT"),AND(IndexData!$I$5:$I$23309<=3,""),IndexData!$I$5:$I$23309))
    > >
    > > The formula is not bringing back to the number of "AUT" less than or equal
    > > to 3, if it were the number would be Zero, instead it is coming back with
    > > 23304 for the month of January when there were no "AUT" completed in less
    > > than 19 days.
    > >
    > > What have I done and how do I fix it? I also need the # of "AUT" between
    > > 4
    > > and 5 and Greater than 6.

    >
    >


  14. #14
    Peo Sjoblom
    Guest

    Re: Formula Problem

    =SUMPRODUCT(--(TEXT(IndexData!$G$5:$G$23309,"yyyymm")="200501"),--(IndexData!$A$5:$A$23309="AUT"),--(IndexData!$I$5:$I$23309<=3))


    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Jeanette" <Jeanette@discussions.microsoft.com> wrote in message
    news:13CB639A-CBC6-478F-A290-802D0A3AF5F0@microsoft.com...
    >I know there is a simple solution to my problem. The following is my
    >formula:
    >
    > =COUNT(IF((TEXT(IndexData!$G$5:$G$23309,"yyyymm")="200501")*(IndexData!$A$5:$A$23309="AUT"),AND(IndexData!$I$5:$I$23309<=3,""),IndexData!$I$5:$I$23309))
    >
    > The formula is not bringing back to the number of "AUT" less than or equal
    > to 3, if it were the number would be Zero, instead it is coming back with
    > 23304 for the month of January when there were no "AUT" completed in less
    > than 19 days.
    >
    > What have I done and how do I fix it? I also need the # of "AUT" between
    > 4
    > and 5 and Greater than 6.



  15. #15
    Alok
    Guest

    Re: Formula Problem

    Since you want the AND of the conditions >=4, <=5 all you do is split it into
    two factors

    --(indexData!$I$5:$I$23309>=4),--(indexData!$I$5:$I$23309<=5)

    Alok

    "Jeanette" wrote:

    > Thanks ~ now how do I write --(indexData!$I$5:$I$23309>=4<=5) and have it
    > work correctly?
    >
    > "Peo Sjoblom" wrote:
    >
    > > =SUMPRODUCT(--(TEXT(IndexData!$G$5:$G$23309,"yyyymm")="200501"),--(IndexData!$A$5:$A$23309="AUT"),--(IndexData!$I$5:$I$23309<=3))
    > >
    > >
    > > --
    > > Regards,
    > >
    > > Peo Sjoblom
    > >
    > > (No private emails please)
    > >
    > >
    > > "Jeanette" <Jeanette@discussions.microsoft.com> wrote in message
    > > news:13CB639A-CBC6-478F-A290-802D0A3AF5F0@microsoft.com...
    > > >I know there is a simple solution to my problem. The following is my
    > > >formula:
    > > >
    > > > =COUNT(IF((TEXT(IndexData!$G$5:$G$23309,"yyyymm")="200501")*(IndexData!$A$5:$A$23309="AUT"),AND(IndexData!$I$5:$I$23309<=3,""),IndexData!$I$5:$I$23309))
    > > >
    > > > The formula is not bringing back to the number of "AUT" less than or equal
    > > > to 3, if it were the number would be Zero, instead it is coming back with
    > > > 23304 for the month of January when there were no "AUT" completed in less
    > > > than 19 days.
    > > >
    > > > What have I done and how do I fix it? I also need the # of "AUT" between
    > > > 4
    > > > and 5 and Greater than 6.

    > >
    > >


  16. #16
    Jeanette
    Guest

    Formula Problem

    I know there is a simple solution to my problem. The following is my formula:

    =COUNT(IF((TEXT(IndexData!$G$5:$G$23309,"yyyymm")="200501")*(IndexData!$A$5:$A$23309="AUT"),AND(IndexData!$I$5:$I$23309<=3,""),IndexData!$I$5:$I$23309))

    The formula is not bringing back to the number of "AUT" less than or equal
    to 3, if it were the number would be Zero, instead it is coming back with
    23304 for the month of January when there were no "AUT" completed in less
    than 19 days.

    What have I done and how do I fix it? I also need the # of "AUT" between 4
    and 5 and Greater than 6.

  17. #17
    Jeanette
    Guest

    Re: Formula Problem

    Thanks ~ I was including "and" so it wasn't working

    "Alok" wrote:

    > Since you want the AND of the conditions >=4, <=5 all you do is split it into
    > two factors
    >
    > --(indexData!$I$5:$I$23309>=4),--(indexData!$I$5:$I$23309<=5)
    >
    > Alok
    >
    > "Jeanette" wrote:
    >
    > > Thanks ~ now how do I write --(indexData!$I$5:$I$23309>=4<=5) and have it
    > > work correctly?
    > >
    > > "Peo Sjoblom" wrote:
    > >
    > > > =SUMPRODUCT(--(TEXT(IndexData!$G$5:$G$23309,"yyyymm")="200501"),--(IndexData!$A$5:$A$23309="AUT"),--(IndexData!$I$5:$I$23309<=3))
    > > >
    > > >
    > > > --
    > > > Regards,
    > > >
    > > > Peo Sjoblom
    > > >
    > > > (No private emails please)
    > > >
    > > >
    > > > "Jeanette" <Jeanette@discussions.microsoft.com> wrote in message
    > > > news:13CB639A-CBC6-478F-A290-802D0A3AF5F0@microsoft.com...
    > > > >I know there is a simple solution to my problem. The following is my
    > > > >formula:
    > > > >
    > > > > =COUNT(IF((TEXT(IndexData!$G$5:$G$23309,"yyyymm")="200501")*(IndexData!$A$5:$A$23309="AUT"),AND(IndexData!$I$5:$I$23309<=3,""),IndexData!$I$5:$I$23309))
    > > > >
    > > > > The formula is not bringing back to the number of "AUT" less than or equal
    > > > > to 3, if it were the number would be Zero, instead it is coming back with
    > > > > 23304 for the month of January when there were no "AUT" completed in less
    > > > > than 19 days.
    > > > >
    > > > > What have I done and how do I fix it? I also need the # of "AUT" between
    > > > > 4
    > > > > and 5 and Greater than 6.
    > > >
    > > >


+ 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