+ Reply to Thread
Results 1 to 3 of 3

Sumproduct formula is returning #value error

  1. #1
    Registered User
    Join Date
    06-26-2012
    Location
    Phildelphia
    MS-Off Ver
    Excel 2010
    Posts
    75

    Sumproduct formula is returning #value error

    Hello,

    How do I correct the below formula to not return a #value error? The below formula is vlooking up a value in spreadsheet "Tech Level"- column A to retrun the following values in column BE on the Tech Level sheet. Thanks.

    =SUMPRODUCT('Tech Level'!$A$2:$A$2000,A9)*('Tech Level'!$BE$2:$BE$2000>=21)*('Tech Level'!$BE$2:$BE$2000<=24)
    Last edited by ensmith; 06-27-2012 at 09:58 PM.

  2. #2
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    Office 2021
    Posts
    2,237

    Re: Sumproduct formula is returning #value error

    Hello Smith,

    In the formula some parentheses are missing also should be =A9 NOT ,A9. try this

    =SUMPRODUCT(('Tech Level'!$A$2:$A$2000=A9)*('Tech Level'!$BE$2:$BE$2000>=21)*('Tech Level'!$BE$2:$BE$2000<=24))

    Since you are on Excel 2007, better to use COUNTIFS.

    =COUNTIFS('Tech Level'!$A$2:$A$2000,A9,'Tech Level'!$BE$2:$BE$2000,">=21",'Tech Level'!$BE$2:$BE$2000,"<=24")
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

  3. #3
    Registered User
    Join Date
    06-26-2012
    Location
    Phildelphia
    MS-Off Ver
    Excel 2010
    Posts
    75

    Re: Sumproduct formula is returning #value error

    Thanks that worked.

+ 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