+ Reply to Thread
Results 1 to 7 of 7

Sumproduct from different worksheet

  1. #1
    roy.okinawa
    Guest

    Sumproduct from different worksheet

    Worksheet to input formula: Exception Sheet
    Worksheet containing data to find/sum: Overall

    I want to find on the Overall worksheet in column B any text beginning with
    Cl and in column D any number matching the number I type on the Exception
    sheet in C2 . Then I want to match those finding against the number of days
    in shop, column H, of the Overall worksheet, and sum the days in shop.



  2. #2
    Biff
    Guest

    Re: Sumproduct from different worksheet

    Hi!

    Try this:

    =SUMPRODUCT(--(LEFT(Overall!B1:B110="Cl")),--(Overall!D1:D100=C2),Overall!H1:H100)

    Biff

    "roy.okinawa" <[email protected]> wrote in message
    news:[email protected]...
    > Worksheet to input formula: Exception Sheet
    > Worksheet containing data to find/sum: Overall
    >
    > I want to find on the Overall worksheet in column B any text beginning
    > with
    > Cl and in column D any number matching the number I type on the Exception
    > sheet in C2 . Then I want to match those finding against the number of
    > days
    > in shop, column H, of the Overall worksheet, and sum the days in shop.
    >
    >




  3. #3
    Biff
    Guest

    Re: Sumproduct from different worksheet

    Typo in one of the range references:

    LEFT(Overall!B1:B110="Cl"))

    Should be:

    LEFT(Overall!B1:B100="Cl"))

    Biff

    "Biff" <[email protected]> wrote in message
    news:[email protected]...
    > Hi!
    >
    > Try this:
    >
    > =SUMPRODUCT(--(LEFT(Overall!B1:B110="Cl")),--(Overall!D1:D100=C2),Overall!H1:H100)
    >
    > Biff
    >
    > "roy.okinawa" <[email protected]> wrote in message
    > news:[email protected]...
    >> Worksheet to input formula: Exception Sheet
    >> Worksheet containing data to find/sum: Overall
    >>
    >> I want to find on the Overall worksheet in column B any text beginning
    >> with
    >> Cl and in column D any number matching the number I type on the Exception
    >> sheet in C2 . Then I want to match those finding against the number of
    >> days
    >> in shop, column H, of the Overall worksheet, and sum the days in shop.
    >>
    >>

    >
    >




  4. #4
    roy.okinawa
    Guest

    Re: Sumproduct from different worksheet

    I get the error of #VALUE!.

    Here is the formula I input based on what you provided:
    =SUMPRODUCT(--(LEFT(Overall!B8:B1000="Cl")),--(Overall!D8:D1000=C2),Overall!H8:H1000)



    "Biff" wrote:

    > Hi!
    >
    > Try this:
    >
    > =SUMPRODUCT(--(LEFT(Overall!B1:B110="Cl")),--(Overall!D1:D100=C2),Overall!H1:H100)
    >
    > Biff
    >
    > "roy.okinawa" <[email protected]> wrote in message
    > news:[email protected]...
    > > Worksheet to input formula: Exception Sheet
    > > Worksheet containing data to find/sum: Overall
    > >
    > > I want to find on the Overall worksheet in column B any text beginning
    > > with
    > > Cl and in column D any number matching the number I type on the Exception
    > > sheet in C2 . Then I want to match those finding against the number of
    > > days
    > > in shop, column H, of the Overall worksheet, and sum the days in shop.
    > >
    > >

    >
    >
    >


  5. #5
    Biff
    Guest

    Re: Sumproduct from different worksheet

    Ooops!

    My fault, I gave you a bad formula!

    Try this:

    =SUMPRODUCT(--(LEFT(Overall!B8:B1000,2)="Cl"),--(Overall!D8:D1000=C2),Overall!H8:H1000)

    Biff

    "roy.okinawa" <[email protected]> wrote in message
    news:[email protected]...
    >I get the error of #VALUE!.
    >
    > Here is the formula I input based on what you provided:
    > =SUMPRODUCT(--(LEFT(Overall!B8:B1000="Cl")),--(Overall!D8:D1000=C2),Overall!H8:H1000)
    >
    >
    >
    > "Biff" wrote:
    >
    >> Hi!
    >>
    >> Try this:
    >>
    >> =SUMPRODUCT(--(LEFT(Overall!B1:B110="Cl")),--(Overall!D1:D100=C2),Overall!H1:H100)
    >>
    >> Biff
    >>
    >> "roy.okinawa" <[email protected]> wrote in message
    >> news:[email protected]...
    >> > Worksheet to input formula: Exception Sheet
    >> > Worksheet containing data to find/sum: Overall
    >> >
    >> > I want to find on the Overall worksheet in column B any text beginning
    >> > with
    >> > Cl and in column D any number matching the number I type on the
    >> > Exception
    >> > sheet in C2 . Then I want to match those finding against the number of
    >> > days
    >> > in shop, column H, of the Overall worksheet, and sum the days in shop.
    >> >
    >> >

    >>
    >>
    >>




  6. #6
    roy.okinawa
    Guest

    Re: Sumproduct from different worksheet

    Thank did it.

    Thanks.

    "Biff" wrote:

    > Ooops!
    >
    > My fault, I gave you a bad formula!
    >
    > Try this:
    >
    > =SUMPRODUCT(--(LEFT(Overall!B8:B1000,2)="Cl"),--(Overall!D8:D1000=C2),Overall!H8:H1000)
    >
    > Biff
    >
    > "roy.okinawa" <[email protected]> wrote in message
    > news:[email protected]...
    > >I get the error of #VALUE!.
    > >
    > > Here is the formula I input based on what you provided:
    > > =SUMPRODUCT(--(LEFT(Overall!B8:B1000="Cl")),--(Overall!D8:D1000=C2),Overall!H8:H1000)
    > >
    > >
    > >
    > > "Biff" wrote:
    > >
    > >> Hi!
    > >>
    > >> Try this:
    > >>
    > >> =SUMPRODUCT(--(LEFT(Overall!B1:B110="Cl")),--(Overall!D1:D100=C2),Overall!H1:H100)
    > >>
    > >> Biff
    > >>
    > >> "roy.okinawa" <[email protected]> wrote in message
    > >> news:[email protected]...
    > >> > Worksheet to input formula: Exception Sheet
    > >> > Worksheet containing data to find/sum: Overall
    > >> >
    > >> > I want to find on the Overall worksheet in column B any text beginning
    > >> > with
    > >> > Cl and in column D any number matching the number I type on the
    > >> > Exception
    > >> > sheet in C2 . Then I want to match those finding against the number of
    > >> > days
    > >> > in shop, column H, of the Overall worksheet, and sum the days in shop.
    > >> >
    > >> >
    > >>
    > >>
    > >>

    >
    >
    >


  7. #7
    Biff
    Guest

    Re: Sumproduct from different worksheet

    You're welcome

    Biff

    "roy.okinawa" <[email protected]> wrote in message
    news:[email protected]...
    > Thank did it.
    >
    > Thanks.
    >
    > "Biff" wrote:
    >
    >> Ooops!
    >>
    >> My fault, I gave you a bad formula!
    >>
    >> Try this:
    >>
    >> =SUMPRODUCT(--(LEFT(Overall!B8:B1000,2)="Cl"),--(Overall!D8:D1000=C2),Overall!H8:H1000)
    >>
    >> Biff
    >>
    >> "roy.okinawa" <[email protected]> wrote in message
    >> news:[email protected]...
    >> >I get the error of #VALUE!.
    >> >
    >> > Here is the formula I input based on what you provided:
    >> > =SUMPRODUCT(--(LEFT(Overall!B8:B1000="Cl")),--(Overall!D8:D1000=C2),Overall!H8:H1000)
    >> >
    >> >
    >> >
    >> > "Biff" wrote:
    >> >
    >> >> Hi!
    >> >>
    >> >> Try this:
    >> >>
    >> >> =SUMPRODUCT(--(LEFT(Overall!B1:B110="Cl")),--(Overall!D1:D100=C2),Overall!H1:H100)
    >> >>
    >> >> Biff
    >> >>
    >> >> "roy.okinawa" <[email protected]> wrote in message
    >> >> news:[email protected]...
    >> >> > Worksheet to input formula: Exception Sheet
    >> >> > Worksheet containing data to find/sum: Overall
    >> >> >
    >> >> > I want to find on the Overall worksheet in column B any text
    >> >> > beginning
    >> >> > with
    >> >> > Cl and in column D any number matching the number I type on the
    >> >> > Exception
    >> >> > sheet in C2 . Then I want to match those finding against the number
    >> >> > of
    >> >> > days
    >> >> > in shop, column H, of the Overall worksheet, and sum the days in
    >> >> > shop.
    >> >> >
    >> >> >
    >> >>
    >> >>
    >> >>

    >>
    >>
    >>




+ 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