Consulting

Results 1 to 4 of 4

Thread: Solved: SUMPRODUCT HELP

  1. #1
    VBAX Regular
    Joined
    Sep 2008
    Location
    Sheffield
    Posts
    72
    Location

    Exclamation Solved: SUMPRODUCT HELP

    Hello

    Im struggling with my formula below refering to another sheet using EXCEL 2000? Sheet i want this formula refering to is "SHEET1"


    =SUMPRODUCT((TEXT($C$7:$C$1043,"mmyyyy")="102007")*($H$7:$H$1043={"D","D1", "D2","D3","D4","D5","D6"}))


    is it possible ?


    Any help would be great !

  2. #2
    VBAX Tutor
    Joined
    Jan 2008
    Posts
    262
    Location
    Doesn't the following work?

    =SUMPRODUCT((TEXT(Sheet1!$C$7:$C$1043,"mmyyyy")="102007")*(Sheet1!$H$7:$H$1 043={"D","D1","D2","D3","D4","D5","D6"}))

    *Removed array comment - XLD is right

  3. #3
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    Quote Originally Posted by sassora
    Doesn't the following work?

    =SUMPRODUCT((TEXT(Sheet1!$C$7:$C$1043,"mmyyyy")="102007")*(Sheet1!$H$7:$H$1 043={"D","D1","D2","D3","D4","D5","D6"}))

    ~Activate the cell and press ctrl- shift -enter
    No need to array-enter SUMPRODUCT.
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

  4. #4
    VBAX Regular
    Joined
    Sep 2008
    Location
    Sheffield
    Posts
    72
    Location
    Hey!

    Spot on thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •