Results 1 to 2 of 2

Sumproduct Calculation Problem

Threaded View

  1. #1
    Registered User
    Join Date
    07-06-2010
    Location
    Beckenham
    MS-Off Ver
    Excel 2007
    Posts
    84

    Unhappy Sumproduct Calculation Problem

    I have the following formula which works nicely but, I only want it to count the non blanks in range BX3:BX1003 when it is blank in range AX3:AX1003.

    =SUMPRODUCT((((Properties!$Q$3:$Q$1002="Y")+(Properties!$Q$3:$Q$1002="A"))*(MONTH(Properties!$DV$3:$DV$1002)=MONTH(Months!$A3))*(Properties!$DV$3:$DV$1002<>""))*(Properties!$BX$3:$BX$1002<>""))
    Tried the following which for some reason doesn't work;
    =SUMPRODUCT((((Properties!$Q$3:$Q$1002="Y")+(Properties!$Q$3:$Q$1002="A"))*(MONTH(Properties!$DV$3:$DV$1002)=MONTH(Months!$A3))*(Properties!$DV$3:$DV$1002<>""))*(OR(Properties!$AX$3:$AX$1002<>"",Properties!$BX$3:$BX$1002<>"")))
    Any Help would be much appreciated
    Last edited by AllenMead; 10-11-2010 at 04:12 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