+ Reply to Thread
Results 1 to 22 of 22

sum product problem

Hybrid View

  1. #1
    Registered User
    Join Date
    03-22-2004
    Posts
    20

    sum product problem

    ---Date-------Individual-----Type of Work---Amount
    ____________________________________
    7/26/2005---John Smith---Related Work---2
    7/27/2005---John Smith---Confirm---------4
    7/27/2005---John Smith---Related Work---1
    7/27/2005---John Smith---Related Work---1

    Hi everyone, was hoping someone could help me with the above. My goal is to sum product the above based on the criteria of "date", and "type of work".

    For instance, I want to look up date 7/27/2005, and add the amount of "Related Work" done on that day, based on the above, I should have a sum of 2.

    I'm all over the place with this one, if anyone can lend a hand, it'd be greatly appreciated. Thanks in advance.

    SD

  2. #2
    Valued Forum Contributor
    Join Date
    06-30-2005
    Location
    Verwood, Dorset, England
    MS-Off Ver
    Excel 2000
    Posts
    479
    Quote Originally Posted by spirosu
    ---Date-------Individual-----Type of Work---Amount
    ____________________________________
    7/26/2005---John Smith---Related Work---2
    7/27/2005---John Smith---Confirm---------4
    7/27/2005---John Smith---Related Work---1
    7/27/2005---John Smith---Related Work---1

    Hi everyone, was hoping someone could help me with the above. My goal is to sum product the above based on the criteria of "date", and "type of work".

    For instance, I want to look up date 7/27/2005, and add the amount of "Related Work" done on that day, based on the above, I should have a sum of 2.

    I'm all over the place with this one, if anyone can lend a hand, it'd be greatly appreciated. Thanks in advance.

    SD
    Hi SD

    Try a pivot table

    Paul

  3. #3
    Aladin Akyurek
    Guest

    Re: sum product problem

    =SUMPRODUCT(--(DateRange=X2),--(TypeRange=Y2),AmountRange)

    where X2 houses a date of interest like 7/27/2005 and Y2 a type of work
    of interest like Related Work.

    spirosu wrote:
    > ---Date-------Individual-----Type of Work---Amount
    > ____________________________________
    > 7/26/2005---John Smith---Related Work---2
    > 7/27/2005---John Smith---Confirm---------4
    > 7/27/2005---John Smith---Related Work---1
    > 7/27/2005---John Smith---Related Work---1
    >
    > Hi everyone, was hoping someone could help me with the above. My goal
    > is to sum product the above based on the criteria of "date", and "type
    > of work".
    >
    > For instance, I want to look up date 7/27/2005, and add the amount of
    > "Related Work" done on that day, based on the above, I should have a
    > sum of 2.
    >
    > I'm all over the place with this one, if anyone can lend a hand, it'd
    > be greatly appreciated. Thanks in advance.
    >
    > SD
    >
    >


    --

    [1] The SumProduct function should implicitly coerce the truth values to
    their Excel numeric equivalents.
    [2] The lookup functions should have an optional argument for the return
    value, defaulting to #N/A in its absence.

  4. #4
    Aladin Akyurek
    Guest

    Re: sum product problem

    =SUMPRODUCT(--(DateRange=X2),--(TypeRange=Y2),AmountRange)

    where X2 houses a date of interest like 7/27/2005 and Y2 a type of work
    of interest like Related Work.

    spirosu wrote:
    > ---Date-------Individual-----Type of Work---Amount
    > ____________________________________
    > 7/26/2005---John Smith---Related Work---2
    > 7/27/2005---John Smith---Confirm---------4
    > 7/27/2005---John Smith---Related Work---1
    > 7/27/2005---John Smith---Related Work---1
    >
    > Hi everyone, was hoping someone could help me with the above. My goal
    > is to sum product the above based on the criteria of "date", and "type
    > of work".
    >
    > For instance, I want to look up date 7/27/2005, and add the amount of
    > "Related Work" done on that day, based on the above, I should have a
    > sum of 2.
    >
    > I'm all over the place with this one, if anyone can lend a hand, it'd
    > be greatly appreciated. Thanks in advance.
    >
    > SD
    >
    >


    --

    [1] The SumProduct function should implicitly coerce the truth values to
    their Excel numeric equivalents.
    [2] The lookup functions should have an optional argument for the return
    value, defaulting to #N/A in its absence.

  5. #5
    Aladin Akyurek
    Guest

    Re: sum product problem

    =SUMPRODUCT(--(DateRange=X2),--(TypeRange=Y2),AmountRange)

    where X2 houses a date of interest like 7/27/2005 and Y2 a type of work
    of interest like Related Work.

    spirosu wrote:
    > ---Date-------Individual-----Type of Work---Amount
    > ____________________________________
    > 7/26/2005---John Smith---Related Work---2
    > 7/27/2005---John Smith---Confirm---------4
    > 7/27/2005---John Smith---Related Work---1
    > 7/27/2005---John Smith---Related Work---1
    >
    > Hi everyone, was hoping someone could help me with the above. My goal
    > is to sum product the above based on the criteria of "date", and "type
    > of work".
    >
    > For instance, I want to look up date 7/27/2005, and add the amount of
    > "Related Work" done on that day, based on the above, I should have a
    > sum of 2.
    >
    > I'm all over the place with this one, if anyone can lend a hand, it'd
    > be greatly appreciated. Thanks in advance.
    >
    > SD
    >
    >


    --

    [1] The SumProduct function should implicitly coerce the truth values to
    their Excel numeric equivalents.
    [2] The lookup functions should have an optional argument for the return
    value, defaulting to #N/A in its absence.

  6. #6
    Aladin Akyurek
    Guest

    Re: sum product problem

    =SUMPRODUCT(--(DateRange=X2),--(TypeRange=Y2),AmountRange)

    where X2 houses a date of interest like 7/27/2005 and Y2 a type of work
    of interest like Related Work.

    spirosu wrote:
    > ---Date-------Individual-----Type of Work---Amount
    > ____________________________________
    > 7/26/2005---John Smith---Related Work---2
    > 7/27/2005---John Smith---Confirm---------4
    > 7/27/2005---John Smith---Related Work---1
    > 7/27/2005---John Smith---Related Work---1
    >
    > Hi everyone, was hoping someone could help me with the above. My goal
    > is to sum product the above based on the criteria of "date", and "type
    > of work".
    >
    > For instance, I want to look up date 7/27/2005, and add the amount of
    > "Related Work" done on that day, based on the above, I should have a
    > sum of 2.
    >
    > I'm all over the place with this one, if anyone can lend a hand, it'd
    > be greatly appreciated. Thanks in advance.
    >
    > SD
    >
    >


    --

    [1] The SumProduct function should implicitly coerce the truth values to
    their Excel numeric equivalents.
    [2] The lookup functions should have an optional argument for the return
    value, defaulting to #N/A in its absence.

  7. #7
    Aladin Akyurek
    Guest

    Re: sum product problem

    =SUMPRODUCT(--(DateRange=X2),--(TypeRange=Y2),AmountRange)

    where X2 houses a date of interest like 7/27/2005 and Y2 a type of work
    of interest like Related Work.

    spirosu wrote:
    > ---Date-------Individual-----Type of Work---Amount
    > ____________________________________
    > 7/26/2005---John Smith---Related Work---2
    > 7/27/2005---John Smith---Confirm---------4
    > 7/27/2005---John Smith---Related Work---1
    > 7/27/2005---John Smith---Related Work---1
    >
    > Hi everyone, was hoping someone could help me with the above. My goal
    > is to sum product the above based on the criteria of "date", and "type
    > of work".
    >
    > For instance, I want to look up date 7/27/2005, and add the amount of
    > "Related Work" done on that day, based on the above, I should have a
    > sum of 2.
    >
    > I'm all over the place with this one, if anyone can lend a hand, it'd
    > be greatly appreciated. Thanks in advance.
    >
    > SD
    >
    >


    --

    [1] The SumProduct function should implicitly coerce the truth values to
    their Excel numeric equivalents.
    [2] The lookup functions should have an optional argument for the return
    value, defaulting to #N/A in its absence.

  8. #8
    Aladin Akyurek
    Guest

    Re: sum product problem

    =SUMPRODUCT(--(DateRange=X2),--(TypeRange=Y2),AmountRange)

    where X2 houses a date of interest like 7/27/2005 and Y2 a type of work
    of interest like Related Work.

    spirosu wrote:
    > ---Date-------Individual-----Type of Work---Amount
    > ____________________________________
    > 7/26/2005---John Smith---Related Work---2
    > 7/27/2005---John Smith---Confirm---------4
    > 7/27/2005---John Smith---Related Work---1
    > 7/27/2005---John Smith---Related Work---1
    >
    > Hi everyone, was hoping someone could help me with the above. My goal
    > is to sum product the above based on the criteria of "date", and "type
    > of work".
    >
    > For instance, I want to look up date 7/27/2005, and add the amount of
    > "Related Work" done on that day, based on the above, I should have a
    > sum of 2.
    >
    > I'm all over the place with this one, if anyone can lend a hand, it'd
    > be greatly appreciated. Thanks in advance.
    >
    > SD
    >
    >


    --

    [1] The SumProduct function should implicitly coerce the truth values to
    their Excel numeric equivalents.
    [2] The lookup functions should have an optional argument for the return
    value, defaulting to #N/A in its absence.

  9. #9
    Aladin Akyurek
    Guest

    Re: sum product problem

    =SUMPRODUCT(--(DateRange=X2),--(TypeRange=Y2),AmountRange)

    where X2 houses a date of interest like 7/27/2005 and Y2 a type of work
    of interest like Related Work.

    spirosu wrote:
    > ---Date-------Individual-----Type of Work---Amount
    > ____________________________________
    > 7/26/2005---John Smith---Related Work---2
    > 7/27/2005---John Smith---Confirm---------4
    > 7/27/2005---John Smith---Related Work---1
    > 7/27/2005---John Smith---Related Work---1
    >
    > Hi everyone, was hoping someone could help me with the above. My goal
    > is to sum product the above based on the criteria of "date", and "type
    > of work".
    >
    > For instance, I want to look up date 7/27/2005, and add the amount of
    > "Related Work" done on that day, based on the above, I should have a
    > sum of 2.
    >
    > I'm all over the place with this one, if anyone can lend a hand, it'd
    > be greatly appreciated. Thanks in advance.
    >
    > SD
    >
    >


    --

    [1] The SumProduct function should implicitly coerce the truth values to
    their Excel numeric equivalents.
    [2] The lookup functions should have an optional argument for the return
    value, defaulting to #N/A in its absence.

  10. #10
    Aladin Akyurek
    Guest

    Re: sum product problem

    =SUMPRODUCT(--(DateRange=X2),--(TypeRange=Y2),AmountRange)

    where X2 houses a date of interest like 7/27/2005 and Y2 a type of work
    of interest like Related Work.

    spirosu wrote:
    > ---Date-------Individual-----Type of Work---Amount
    > ____________________________________
    > 7/26/2005---John Smith---Related Work---2
    > 7/27/2005---John Smith---Confirm---------4
    > 7/27/2005---John Smith---Related Work---1
    > 7/27/2005---John Smith---Related Work---1
    >
    > Hi everyone, was hoping someone could help me with the above. My goal
    > is to sum product the above based on the criteria of "date", and "type
    > of work".
    >
    > For instance, I want to look up date 7/27/2005, and add the amount of
    > "Related Work" done on that day, based on the above, I should have a
    > sum of 2.
    >
    > I'm all over the place with this one, if anyone can lend a hand, it'd
    > be greatly appreciated. Thanks in advance.
    >
    > SD
    >
    >


    --

    [1] The SumProduct function should implicitly coerce the truth values to
    their Excel numeric equivalents.
    [2] The lookup functions should have an optional argument for the return
    value, defaulting to #N/A in its absence.

  11. #11
    Aladin Akyurek
    Guest

    Re: sum product problem

    =SUMPRODUCT(--(DateRange=X2),--(TypeRange=Y2),AmountRange)

    where X2 houses a date of interest like 7/27/2005 and Y2 a type of work
    of interest like Related Work.

    spirosu wrote:
    > ---Date-------Individual-----Type of Work---Amount
    > ____________________________________
    > 7/26/2005---John Smith---Related Work---2
    > 7/27/2005---John Smith---Confirm---------4
    > 7/27/2005---John Smith---Related Work---1
    > 7/27/2005---John Smith---Related Work---1
    >
    > Hi everyone, was hoping someone could help me with the above. My goal
    > is to sum product the above based on the criteria of "date", and "type
    > of work".
    >
    > For instance, I want to look up date 7/27/2005, and add the amount of
    > "Related Work" done on that day, based on the above, I should have a
    > sum of 2.
    >
    > I'm all over the place with this one, if anyone can lend a hand, it'd
    > be greatly appreciated. Thanks in advance.
    >
    > SD
    >
    >


    --

    [1] The SumProduct function should implicitly coerce the truth values to
    their Excel numeric equivalents.
    [2] The lookup functions should have an optional argument for the return
    value, defaulting to #N/A in its absence.

  12. #12
    Aladin Akyurek
    Guest

    Re: sum product problem

    =SUMPRODUCT(--(DateRange=X2),--(TypeRange=Y2),AmountRange)

    where X2 houses a date of interest like 7/27/2005 and Y2 a type of work
    of interest like Related Work.

    spirosu wrote:
    > ---Date-------Individual-----Type of Work---Amount
    > ____________________________________
    > 7/26/2005---John Smith---Related Work---2
    > 7/27/2005---John Smith---Confirm---------4
    > 7/27/2005---John Smith---Related Work---1
    > 7/27/2005---John Smith---Related Work---1
    >
    > Hi everyone, was hoping someone could help me with the above. My goal
    > is to sum product the above based on the criteria of "date", and "type
    > of work".
    >
    > For instance, I want to look up date 7/27/2005, and add the amount of
    > "Related Work" done on that day, based on the above, I should have a
    > sum of 2.
    >
    > I'm all over the place with this one, if anyone can lend a hand, it'd
    > be greatly appreciated. Thanks in advance.
    >
    > SD
    >
    >


    --

    [1] The SumProduct function should implicitly coerce the truth values to
    their Excel numeric equivalents.
    [2] The lookup functions should have an optional argument for the return
    value, defaulting to #N/A in its absence.

  13. #13
    Aladin Akyurek
    Guest

    Re: sum product problem

    =SUMPRODUCT(--(DateRange=X2),--(TypeRange=Y2),AmountRange)

    where X2 houses a date of interest like 7/27/2005 and Y2 a type of work
    of interest like Related Work.

    spirosu wrote:
    > ---Date-------Individual-----Type of Work---Amount
    > ____________________________________
    > 7/26/2005---John Smith---Related Work---2
    > 7/27/2005---John Smith---Confirm---------4
    > 7/27/2005---John Smith---Related Work---1
    > 7/27/2005---John Smith---Related Work---1
    >
    > Hi everyone, was hoping someone could help me with the above. My goal
    > is to sum product the above based on the criteria of "date", and "type
    > of work".
    >
    > For instance, I want to look up date 7/27/2005, and add the amount of
    > "Related Work" done on that day, based on the above, I should have a
    > sum of 2.
    >
    > I'm all over the place with this one, if anyone can lend a hand, it'd
    > be greatly appreciated. Thanks in advance.
    >
    > SD
    >
    >


    --

    [1] The SumProduct function should implicitly coerce the truth values to
    their Excel numeric equivalents.
    [2] The lookup functions should have an optional argument for the return
    value, defaulting to #N/A in its absence.

  14. #14
    Aladin Akyurek
    Guest

    Re: sum product problem

    =SUMPRODUCT(--(DateRange=X2),--(TypeRange=Y2),AmountRange)

    where X2 houses a date of interest like 7/27/2005 and Y2 a type of work
    of interest like Related Work.

    spirosu wrote:
    > ---Date-------Individual-----Type of Work---Amount
    > ____________________________________
    > 7/26/2005---John Smith---Related Work---2
    > 7/27/2005---John Smith---Confirm---------4
    > 7/27/2005---John Smith---Related Work---1
    > 7/27/2005---John Smith---Related Work---1
    >
    > Hi everyone, was hoping someone could help me with the above. My goal
    > is to sum product the above based on the criteria of "date", and "type
    > of work".
    >
    > For instance, I want to look up date 7/27/2005, and add the amount of
    > "Related Work" done on that day, based on the above, I should have a
    > sum of 2.
    >
    > I'm all over the place with this one, if anyone can lend a hand, it'd
    > be greatly appreciated. Thanks in advance.
    >
    > SD
    >
    >


    --

    [1] The SumProduct function should implicitly coerce the truth values to
    their Excel numeric equivalents.
    [2] The lookup functions should have an optional argument for the return
    value, defaulting to #N/A in its absence.

  15. #15
    Aladin Akyurek
    Guest

    Re: sum product problem

    =SUMPRODUCT(--(DateRange=X2),--(TypeRange=Y2),AmountRange)

    where X2 houses a date of interest like 7/27/2005 and Y2 a type of work
    of interest like Related Work.

    spirosu wrote:
    > ---Date-------Individual-----Type of Work---Amount
    > ____________________________________
    > 7/26/2005---John Smith---Related Work---2
    > 7/27/2005---John Smith---Confirm---------4
    > 7/27/2005---John Smith---Related Work---1
    > 7/27/2005---John Smith---Related Work---1
    >
    > Hi everyone, was hoping someone could help me with the above. My goal
    > is to sum product the above based on the criteria of "date", and "type
    > of work".
    >
    > For instance, I want to look up date 7/27/2005, and add the amount of
    > "Related Work" done on that day, based on the above, I should have a
    > sum of 2.
    >
    > I'm all over the place with this one, if anyone can lend a hand, it'd
    > be greatly appreciated. Thanks in advance.
    >
    > SD
    >
    >


    --

    [1] The SumProduct function should implicitly coerce the truth values to
    their Excel numeric equivalents.
    [2] The lookup functions should have an optional argument for the return
    value, defaulting to #N/A in its absence.

  16. #16
    Aladin Akyurek
    Guest

    Re: sum product problem

    =SUMPRODUCT(--(DateRange=X2),--(TypeRange=Y2),AmountRange)

    where X2 houses a date of interest like 7/27/2005 and Y2 a type of work
    of interest like Related Work.

    spirosu wrote:
    > ---Date-------Individual-----Type of Work---Amount
    > ____________________________________
    > 7/26/2005---John Smith---Related Work---2
    > 7/27/2005---John Smith---Confirm---------4
    > 7/27/2005---John Smith---Related Work---1
    > 7/27/2005---John Smith---Related Work---1
    >
    > Hi everyone, was hoping someone could help me with the above. My goal
    > is to sum product the above based on the criteria of "date", and "type
    > of work".
    >
    > For instance, I want to look up date 7/27/2005, and add the amount of
    > "Related Work" done on that day, based on the above, I should have a
    > sum of 2.
    >
    > I'm all over the place with this one, if anyone can lend a hand, it'd
    > be greatly appreciated. Thanks in advance.
    >
    > SD
    >
    >


    --

    [1] The SumProduct function should implicitly coerce the truth values to
    their Excel numeric equivalents.
    [2] The lookup functions should have an optional argument for the return
    value, defaulting to #N/A in its absence.

  17. #17
    Aladin Akyurek
    Guest

    Re: sum product problem

    =SUMPRODUCT(--(DateRange=X2),--(TypeRange=Y2),AmountRange)

    where X2 houses a date of interest like 7/27/2005 and Y2 a type of work
    of interest like Related Work.

    spirosu wrote:
    > ---Date-------Individual-----Type of Work---Amount
    > ____________________________________
    > 7/26/2005---John Smith---Related Work---2
    > 7/27/2005---John Smith---Confirm---------4
    > 7/27/2005---John Smith---Related Work---1
    > 7/27/2005---John Smith---Related Work---1
    >
    > Hi everyone, was hoping someone could help me with the above. My goal
    > is to sum product the above based on the criteria of "date", and "type
    > of work".
    >
    > For instance, I want to look up date 7/27/2005, and add the amount of
    > "Related Work" done on that day, based on the above, I should have a
    > sum of 2.
    >
    > I'm all over the place with this one, if anyone can lend a hand, it'd
    > be greatly appreciated. Thanks in advance.
    >
    > SD
    >
    >


    --

    [1] The SumProduct function should implicitly coerce the truth values to
    their Excel numeric equivalents.
    [2] The lookup functions should have an optional argument for the return
    value, defaulting to #N/A in its absence.

  18. #18
    Aladin Akyurek
    Guest

    Re: sum product problem

    =SUMPRODUCT(--(DateRange=X2),--(TypeRange=Y2),AmountRange)

    where X2 houses a date of interest like 7/27/2005 and Y2 a type of work
    of interest like Related Work.

    spirosu wrote:
    > ---Date-------Individual-----Type of Work---Amount
    > ____________________________________
    > 7/26/2005---John Smith---Related Work---2
    > 7/27/2005---John Smith---Confirm---------4
    > 7/27/2005---John Smith---Related Work---1
    > 7/27/2005---John Smith---Related Work---1
    >
    > Hi everyone, was hoping someone could help me with the above. My goal
    > is to sum product the above based on the criteria of "date", and "type
    > of work".
    >
    > For instance, I want to look up date 7/27/2005, and add the amount of
    > "Related Work" done on that day, based on the above, I should have a
    > sum of 2.
    >
    > I'm all over the place with this one, if anyone can lend a hand, it'd
    > be greatly appreciated. Thanks in advance.
    >
    > SD
    >
    >


    --

    [1] The SumProduct function should implicitly coerce the truth values to
    their Excel numeric equivalents.
    [2] The lookup functions should have an optional argument for the return
    value, defaulting to #N/A in its absence.

  19. #19
    Aladin Akyurek
    Guest

    Re: sum product problem

    =SUMPRODUCT(--(DateRange=X2),--(TypeRange=Y2),AmountRange)

    where X2 houses a date of interest like 7/27/2005 and Y2 a type of work
    of interest like Related Work.

    spirosu wrote:
    > ---Date-------Individual-----Type of Work---Amount
    > ____________________________________
    > 7/26/2005---John Smith---Related Work---2
    > 7/27/2005---John Smith---Confirm---------4
    > 7/27/2005---John Smith---Related Work---1
    > 7/27/2005---John Smith---Related Work---1
    >
    > Hi everyone, was hoping someone could help me with the above. My goal
    > is to sum product the above based on the criteria of "date", and "type
    > of work".
    >
    > For instance, I want to look up date 7/27/2005, and add the amount of
    > "Related Work" done on that day, based on the above, I should have a
    > sum of 2.
    >
    > I'm all over the place with this one, if anyone can lend a hand, it'd
    > be greatly appreciated. Thanks in advance.
    >
    > SD
    >
    >


    --

    [1] The SumProduct function should implicitly coerce the truth values to
    their Excel numeric equivalents.
    [2] The lookup functions should have an optional argument for the return
    value, defaulting to #N/A in its absence.

  20. #20
    Aladin Akyurek
    Guest

    Re: sum product problem

    =SUMPRODUCT(--(DateRange=X2),--(TypeRange=Y2),AmountRange)

    where X2 houses a date of interest like 7/27/2005 and Y2 a type of work
    of interest like Related Work.

    spirosu wrote:
    > ---Date-------Individual-----Type of Work---Amount
    > ____________________________________
    > 7/26/2005---John Smith---Related Work---2
    > 7/27/2005---John Smith---Confirm---------4
    > 7/27/2005---John Smith---Related Work---1
    > 7/27/2005---John Smith---Related Work---1
    >
    > Hi everyone, was hoping someone could help me with the above. My goal
    > is to sum product the above based on the criteria of "date", and "type
    > of work".
    >
    > For instance, I want to look up date 7/27/2005, and add the amount of
    > "Related Work" done on that day, based on the above, I should have a
    > sum of 2.
    >
    > I'm all over the place with this one, if anyone can lend a hand, it'd
    > be greatly appreciated. Thanks in advance.
    >
    > SD
    >
    >


    --

    [1] The SumProduct function should implicitly coerce the truth values to
    their Excel numeric equivalents.
    [2] The lookup functions should have an optional argument for the return
    value, defaulting to #N/A in its absence.

  21. #21
    Aladin Akyurek
    Guest

    Re: sum product problem

    =SUMPRODUCT(--(DateRange=X2),--(TypeRange=Y2),AmountRange)

    where X2 houses a date of interest like 7/27/2005 and Y2 a type of work
    of interest like Related Work.

    spirosu wrote:
    > ---Date-------Individual-----Type of Work---Amount
    > ____________________________________
    > 7/26/2005---John Smith---Related Work---2
    > 7/27/2005---John Smith---Confirm---------4
    > 7/27/2005---John Smith---Related Work---1
    > 7/27/2005---John Smith---Related Work---1
    >
    > Hi everyone, was hoping someone could help me with the above. My goal
    > is to sum product the above based on the criteria of "date", and "type
    > of work".
    >
    > For instance, I want to look up date 7/27/2005, and add the amount of
    > "Related Work" done on that day, based on the above, I should have a
    > sum of 2.
    >
    > I'm all over the place with this one, if anyone can lend a hand, it'd
    > be greatly appreciated. Thanks in advance.
    >
    > SD
    >
    >


    --

    [1] The SumProduct function should implicitly coerce the truth values to
    their Excel numeric equivalents.
    [2] The lookup functions should have an optional argument for the return
    value, defaulting to #N/A in its absence.

  22. #22
    Aladin Akyurek
    Guest

    Re: sum product problem

    =SUMPRODUCT(--(DateRange=X2),--(TypeRange=Y2),AmountRange)

    where X2 houses a date of interest like 7/27/2005 and Y2 a type of work
    of interest like Related Work.

    spirosu wrote:
    > ---Date-------Individual-----Type of Work---Amount
    > ____________________________________
    > 7/26/2005---John Smith---Related Work---2
    > 7/27/2005---John Smith---Confirm---------4
    > 7/27/2005---John Smith---Related Work---1
    > 7/27/2005---John Smith---Related Work---1
    >
    > Hi everyone, was hoping someone could help me with the above. My goal
    > is to sum product the above based on the criteria of "date", and "type
    > of work".
    >
    > For instance, I want to look up date 7/27/2005, and add the amount of
    > "Related Work" done on that day, based on the above, I should have a
    > sum of 2.
    >
    > I'm all over the place with this one, if anyone can lend a hand, it'd
    > be greatly appreciated. Thanks in advance.
    >
    > SD
    >
    >


    --

    [1] The SumProduct function should implicitly coerce the truth values to
    their Excel numeric equivalents.
    [2] The lookup functions should have an optional argument for the return
    value, defaulting to #N/A in its absence.

+ 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