+ Reply to Thread
Results 1 to 7 of 7

Sum product help needed with an extra variable please and thankyou

Hybrid View

  1. #1
    Anthony
    Guest

    Sum product help needed with an extra variable please and thankyou

    =(SUMPRODUCT(--('Cattle Mvts'!$E$29:'Cattle Mvts'!$E$41='Cattle
    Budget'!D7),('Cattle Mvts'!$C$29:'Cattle Mvts'!$C$41)*'Feedlot
    Assumptions'!$B$3))

    The existing formula basically says if date at D7 equals a date in the array
    E29 to E41 then multiply the corresponding figure in array C29 to C41 by B3.
    i now need to expand it to include the concept to do that if the contents of
    array B29 to B41 equal the contents of either A9 or A18, otherwise leave
    blank.

    Hope someone can help

    Anthony

  2. #2
    KL
    Guest

    Re: Sum product help needed with an extra variable please and thankyou

    Hi Anthony,

    Try this:
    =(SUMPRODUCT(--('Cattle Mvts'!$E$29:$E$41='Cattle Budget'!D7),('Cattle
    Mvts'!$C$29:$C$41)*'Feedlot Assumptions'!$B$3))


    Regards,
    KL


    "Anthony" <[email protected]> wrote in message
    news:[email protected]...
    > =(SUMPRODUCT(--('Cattle Mvts'!$E$29:'Cattle Mvts'!$E$41='Cattle
    > Budget'!D7),('Cattle Mvts'!$C$29:'Cattle Mvts'!$C$41)*'Feedlot
    > Assumptions'!$B$3))
    >
    > The existing formula basically says if date at D7 equals a date in the
    > array
    > E29 to E41 then multiply the corresponding figure in array C29 to C41 by
    > B3.
    > i now need to expand it to include the concept to do that if the contents
    > of
    > array B29 to B41 equal the contents of either A9 or A18, otherwise leave
    > blank.
    >
    > Hope someone can help
    >
    > Anthony




  3. #3
    Anthony
    Guest

    Re: Sum product help needed with an extra variable please and than

    Hi KL

    Could you check reply all I got was my formula relating to E and C cell
    arrays not the extra help I need for the B array

    Thanks anthony

    "KL" wrote:

    > Hi Anthony,
    >
    > Try this:
    > =(SUMPRODUCT(--('Cattle Mvts'!$E$29:$E$41='Cattle Budget'!D7),('Cattle
    > Mvts'!$C$29:$C$41)*'Feedlot Assumptions'!$B$3))
    >
    >
    > Regards,
    > KL
    >
    >
    > "Anthony" <[email protected]> wrote in message
    > news:[email protected]...
    > > =(SUMPRODUCT(--('Cattle Mvts'!$E$29:'Cattle Mvts'!$E$41='Cattle
    > > Budget'!D7),('Cattle Mvts'!$C$29:'Cattle Mvts'!$C$41)*'Feedlot
    > > Assumptions'!$B$3))
    > >
    > > The existing formula basically says if date at D7 equals a date in the
    > > array
    > > E29 to E41 then multiply the corresponding figure in array C29 to C41 by
    > > B3.
    > > i now need to expand it to include the concept to do that if the contents
    > > of
    > > array B29 to B41 equal the contents of either A9 or A18, otherwise leave
    > > blank.
    > >
    > > Hope someone can help
    > >
    > > Anthony

    >
    >
    >


  4. #4
    Bob Phillips
    Guest

    Re: Sum product help needed with an extra variable please and than

    =(SUMPRODUCT(--('Cattle Mvts'!$E$29:$E$41='Cattle Budget'!D7),--(('Cattle
    Mvts'!$B$29:$B$41='Cattle Budget'!A9)+('Cattle Mvts'!$B$29:$B$41='Cattle
    Budget'!A18)),('Cattle Mvts'!$C$29:$C$41)*'Feedlot Assumptions'!$B$3))

    --

    HTH

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


    "Anthony" <[email protected]> wrote in message
    news:[email protected]...
    > Hi KL
    >
    > Could you check reply all I got was my formula relating to E and C cell
    > arrays not the extra help I need for the B array
    >
    > Thanks anthony
    >
    > "KL" wrote:
    >
    > > Hi Anthony,
    > >
    > > Try this:
    > > =(SUMPRODUCT(--('Cattle Mvts'!$E$29:$E$41='Cattle Budget'!D7),('Cattle
    > > Mvts'!$C$29:$C$41)*'Feedlot Assumptions'!$B$3))
    > >
    > >
    > > Regards,
    > > KL
    > >
    > >
    > > "Anthony" <[email protected]> wrote in message
    > > news:[email protected]...
    > > > =(SUMPRODUCT(--('Cattle Mvts'!$E$29:'Cattle Mvts'!$E$41='Cattle
    > > > Budget'!D7),('Cattle Mvts'!$C$29:'Cattle Mvts'!$C$41)*'Feedlot
    > > > Assumptions'!$B$3))
    > > >
    > > > The existing formula basically says if date at D7 equals a date in the
    > > > array
    > > > E29 to E41 then multiply the corresponding figure in array C29 to C41

    by
    > > > B3.
    > > > i now need to expand it to include the concept to do that if the

    contents
    > > > of
    > > > array B29 to B41 equal the contents of either A9 or A18, otherwise

    leave
    > > > blank.
    > > >
    > > > Hope someone can help
    > > >
    > > > Anthony

    > >
    > >
    > >




  5. #5
    Anthony
    Guest

    Re: Sum product help needed with an extra variable please and than

    Thanks bob

    Having people like you that are willing to take the time help people like me
    acheive the impossible with excel

    anthony

    "Bob Phillips" wrote:

    > =(SUMPRODUCT(--('Cattle Mvts'!$E$29:$E$41='Cattle Budget'!D7),--(('Cattle
    > Mvts'!$B$29:$B$41='Cattle Budget'!A9)+('Cattle Mvts'!$B$29:$B$41='Cattle
    > Budget'!A18)),('Cattle Mvts'!$C$29:$C$41)*'Feedlot Assumptions'!$B$3))
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "Anthony" <[email protected]> wrote in message
    > news:[email protected]...
    > > Hi KL
    > >
    > > Could you check reply all I got was my formula relating to E and C cell
    > > arrays not the extra help I need for the B array
    > >
    > > Thanks anthony
    > >
    > > "KL" wrote:
    > >
    > > > Hi Anthony,
    > > >
    > > > Try this:
    > > > =(SUMPRODUCT(--('Cattle Mvts'!$E$29:$E$41='Cattle Budget'!D7),('Cattle
    > > > Mvts'!$C$29:$C$41)*'Feedlot Assumptions'!$B$3))
    > > >
    > > >
    > > > Regards,
    > > > KL
    > > >
    > > >
    > > > "Anthony" <[email protected]> wrote in message
    > > > news:[email protected]...
    > > > > =(SUMPRODUCT(--('Cattle Mvts'!$E$29:'Cattle Mvts'!$E$41='Cattle
    > > > > Budget'!D7),('Cattle Mvts'!$C$29:'Cattle Mvts'!$C$41)*'Feedlot
    > > > > Assumptions'!$B$3))
    > > > >
    > > > > The existing formula basically says if date at D7 equals a date in the
    > > > > array
    > > > > E29 to E41 then multiply the corresponding figure in array C29 to C41

    > by
    > > > > B3.
    > > > > i now need to expand it to include the concept to do that if the

    > contents
    > > > > of
    > > > > array B29 to B41 equal the contents of either A9 or A18, otherwise

    > leave
    > > > > blank.
    > > > >
    > > > > Hope someone can help
    > > > >
    > > > > Anthony
    > > >
    > > >
    > > >

    >
    >
    >


  6. #6
    KL
    Guest

    Re: Sum product help needed with an extra variable please and than

    sorry, how about this:

    =SUMPRODUCT(--($E$29:$E$41=$D$7),($B$29:$B$41=$A$9)+($B$29:$B$41=$A$18),$C$29:$C$41*$B$3)

    Regards,
    KL


    "Anthony" <[email protected]> wrote in message
    news:[email protected]...
    > Hi KL
    >
    > Could you check reply all I got was my formula relating to E and C cell
    > arrays not the extra help I need for the B array
    >
    > Thanks anthony
    >
    > "KL" wrote:
    >
    >> Hi Anthony,
    >>
    >> Try this:
    >> =(SUMPRODUCT(--('Cattle Mvts'!$E$29:$E$41='Cattle Budget'!D7),('Cattle
    >> Mvts'!$C$29:$C$41)*'Feedlot Assumptions'!$B$3))
    >>
    >>
    >> Regards,
    >> KL
    >>
    >>
    >> "Anthony" <[email protected]> wrote in message
    >> news:[email protected]...
    >> > =(SUMPRODUCT(--('Cattle Mvts'!$E$29:'Cattle Mvts'!$E$41='Cattle
    >> > Budget'!D7),('Cattle Mvts'!$C$29:'Cattle Mvts'!$C$41)*'Feedlot
    >> > Assumptions'!$B$3))
    >> >
    >> > The existing formula basically says if date at D7 equals a date in the
    >> > array
    >> > E29 to E41 then multiply the corresponding figure in array C29 to C41
    >> > by
    >> > B3.
    >> > i now need to expand it to include the concept to do that if the
    >> > contents
    >> > of
    >> > array B29 to B41 equal the contents of either A9 or A18, otherwise
    >> > leave
    >> > blank.
    >> >
    >> > Hope someone can help
    >> >
    >> > Anthony

    >>
    >>
    >>




  7. #7
    Anthony
    Guest

    Re: Sum product help needed with an extra variable please and than

    Thanks KL

    My reply to bob also applies to you

    anthony

    "KL" wrote:

    > sorry, how about this:
    >
    > =SUMPRODUCT(--($E$29:$E$41=$D$7),($B$29:$B$41=$A$9)+($B$29:$B$41=$A$18),$C$29:$C$41*$B$3)
    >
    > Regards,
    > KL
    >
    >
    > "Anthony" <[email protected]> wrote in message
    > news:[email protected]...
    > > Hi KL
    > >
    > > Could you check reply all I got was my formula relating to E and C cell
    > > arrays not the extra help I need for the B array
    > >
    > > Thanks anthony
    > >
    > > "KL" wrote:
    > >
    > >> Hi Anthony,
    > >>
    > >> Try this:
    > >> =(SUMPRODUCT(--('Cattle Mvts'!$E$29:$E$41='Cattle Budget'!D7),('Cattle
    > >> Mvts'!$C$29:$C$41)*'Feedlot Assumptions'!$B$3))
    > >>
    > >>
    > >> Regards,
    > >> KL
    > >>
    > >>
    > >> "Anthony" <[email protected]> wrote in message
    > >> news:[email protected]...
    > >> > =(SUMPRODUCT(--('Cattle Mvts'!$E$29:'Cattle Mvts'!$E$41='Cattle
    > >> > Budget'!D7),('Cattle Mvts'!$C$29:'Cattle Mvts'!$C$41)*'Feedlot
    > >> > Assumptions'!$B$3))
    > >> >
    > >> > The existing formula basically says if date at D7 equals a date in the
    > >> > array
    > >> > E29 to E41 then multiply the corresponding figure in array C29 to C41
    > >> > by
    > >> > B3.
    > >> > i now need to expand it to include the concept to do that if the
    > >> > contents
    > >> > of
    > >> > array B29 to B41 equal the contents of either A9 or A18, otherwise
    > >> > leave
    > >> > blank.
    > >> >
    > >> > Hope someone can help
    > >> >
    > >> > Anthony
    > >>
    > >>
    > >>

    >
    >
    >


+ 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