+ Reply to Thread
Results 1 to 3 of 3

Sumproduct from a drop down list

  1. #1
    heater
    Guest

    Sumproduct from a drop down list

    I have a column with a drop down list:

    Condo
    Multi-Family
    Retail - Ready
    Retail - Land
    SF Lots
    Industrial
    Mixed Use Land

    I need a formula when one of the drop downs is selected, it will total all
    the dollars associated with each selection. I have tried the following
    formula:
    =SUMPRODUCT(--D6:D18,"Multi-Family",SUM(E6:P18))
    This gives an answer of #VALUE!


  2. #2
    Bob Phillips
    Guest

    Re: Sumproduct from a drop down list

    =SUMPRODUCT((D6:D18="Multi-Family")*(E6:P18))

    or say the drop down is in b1, use

    =SUMPRODUCT((D6:D18=B1)*(E6:P18))

    --

    HTH

    Bob Phillips

    (remove nothere from the email address if mailing direct)

    "heater" <[email protected]> wrote in message
    news:[email protected]...
    > I have a column with a drop down list:
    >
    > Condo
    > Multi-Family
    > Retail - Ready
    > Retail - Land
    > SF Lots
    > Industrial
    > Mixed Use Land
    >
    > I need a formula when one of the drop downs is selected, it will total all
    > the dollars associated with each selection. I have tried the following
    > formula:
    > =SUMPRODUCT(--D6:D18,"Multi-Family",SUM(E6:P18))
    > This gives an answer of #VALUE!
    >




  3. #3
    heater
    Guest

    Re: Sumproduct from a drop down list

    Perfect - Thanks!

    "Bob Phillips" wrote:

    > =SUMPRODUCT((D6:D18="Multi-Family")*(E6:P18))
    >
    > or say the drop down is in b1, use
    >
    > =SUMPRODUCT((D6:D18=B1)*(E6:P18))
    >
    > --
    >
    > HTH
    >
    > Bob Phillips
    >
    > (remove nothere from the email address if mailing direct)
    >
    > "heater" <[email protected]> wrote in message
    > news:[email protected]...
    > > I have a column with a drop down list:
    > >
    > > Condo
    > > Multi-Family
    > > Retail - Ready
    > > Retail - Land
    > > SF Lots
    > > Industrial
    > > Mixed Use Land
    > >
    > > I need a formula when one of the drop downs is selected, it will total all
    > > the dollars associated with each selection. I have tried the following
    > > formula:
    > > =SUMPRODUCT(--D6:D18,"Multi-Family",SUM(E6:P18))
    > > This gives an answer of #VALUE!
    > >

    >
    >
    >


+ 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