+ Reply to Thread
Results 1 to 3 of 3

Other than a Sum Array?

  1. #1
    Registered User
    Join Date
    04-11-2007
    Posts
    82

    Question Other than a Sum Array?

    Hello All,

    Hoping someone can help me with this.. (Here's an exmple)

    I am trying to count the number of apples, pears & bananas in column I based on the amount they are sold for(Column E) and bring back the value of apples, pears & bananas based on their sell price without using an array.

    Currently I have :
    Please Login or Register  to view this content.
    The formulas works fine via my pc, but not on my android tablet. The android will not accept the array ""{}"".

    Someone please help!!

    Thank you all

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,627

    Re: Other than a Sum Array?

    Howybout:

    =SUMPRODUCT((Xoom!$X$3:$X$304=$A69)*(Xoom!$Y$3:$Y$304=C$65))

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Other than a Sum Array?

    COUNTIFS is a possible option too, i.e.

    =COUNTIFS(Xoom!$X$3:$X$304,$A69,Xoom!$Y$3:$Y$304,C$65)
    Audere est facere

+ 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