Results 1 to 7 of 7

SumProduct withNamed Range using dropdown list

Threaded View

  1. #1
    Registered User
    Join Date
    03-09-2007
    Posts
    75

    SumProduct withNamed Range using dropdown list

    Hi all,

    Been trying to resolve a "hard-coded" range by using Named Range but has been returning "#VALUE!"

    By using the below formula; where range J14 to J2608 is hard-coded, it will work.

    =SUMPRODUCT(($E$14:$E$2608="Pipeline")*($H$14:$H$2608=B2)*($J$14:$J$2608))
    Similarly, by changing range J14 to J2608 directly in the formula bar with the defined Named Range, it will also work.

    =SUMPRODUCT(($E$14:$E$2608="Pipeline")*($H$14:$H$2608=B2)*(Plan_Rev))
    But by referring the Named Range ("Plan_Rev") from a cell using dropdown list (see below); the whole thing fails.
    In my case, cell "C3" will be a dropdown list that user will select the data they wants this table to return; and I am simulating the return of Plan Revenue.

    =SUMPRODUCT(($E$14:$E$2608="Pipeline")*($H$14:$H$2608=B2)*($C$3))
    Please help!

    Cheers,
    CL
    Last edited by clng; 11-03-2010 at 01:49 AM.

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