+ Reply to Thread
Results 1 to 5 of 5

Array formula with sum , if and operator AND

Hybrid View

alcalina Array formula with sum , if... 03-12-2015, 03:30 PM
GeneralDisarray Re: Array formula with sum ,... 03-12-2015, 03:47 PM
GeneralDisarray Re: Array formula with sum ,... 03-12-2015, 03:48 PM
alcalina Re: Array formula with sum ,... 03-12-2015, 03:56 PM
Czeslaw Re: Array formula with sum ,... 03-12-2015, 04:34 PM
  1. #1
    Registered User
    Join Date
    04-02-2014
    Location
    Brasil
    MS-Off Ver
    Excel 20010
    Posts
    25

    Array formula with sum , if and operator AND

    Tks it is solved
    Attached Files Attached Files
    Last edited by alcalina; 03-23-2015 at 06:04 PM. Reason: Solved

  2. #2
    Forum Expert GeneralDisarray's Avatar
    Join Date
    09-15-2011
    Location
    Pittsburgh, PA, USA
    MS-Off Ver
    Windows Excel 2016
    Posts
    1,416

    Re: Array formula with sum , if and operator AND

    removed....
    Remember, saying thanks only takes a second or two. Click the star icon(*) below the post you liked, to give some Rep if you think an answer deserves it.

    Please,mark your thread [SOLVED] if you received your answer.

  3. #3
    Forum Expert GeneralDisarray's Avatar
    Join Date
    09-15-2011
    Location
    Pittsburgh, PA, USA
    MS-Off Ver
    Windows Excel 2016
    Posts
    1,416

    Re: Array formula with sum , if and operator AND

    =SUMPRODUCT(($B$2:$B$1493="PRÉ")*($A$2:$A$1493=A2)*($C$2:$C$1493))

    Try that in your E column. Copy it to E2, then copy/paste down the row.

    It is NOT an array formula (so just press enter instead of cntrl+****+enter)

  4. #4
    Registered User
    Join Date
    04-02-2014
    Location
    Brasil
    MS-Off Ver
    Excel 20010
    Posts
    25

    Re: Array formula with sum , if and operator AND

    Tks!!!! It worked like a charm!!!!

  5. #5
    Forum Expert
    Join Date
    12-09-2014
    Location
    Trakai, Lithuania
    MS-Off Ver
    2016
    Posts
    1,418

    Re: Array formula with sum , if and operator AND

    Array formula (Ctrl+Shift+Enter)
    Formula: copy to clipboard
    =IF(B2="PRÉ";SUM(($B$2:$B$1493="PRÉ")*($A$2:$A$1493=A2)*$C$2:$C$1493);"")

    And is not Array
    Formula: copy to clipboard
    =IF(B2="PRÉ";SUMPRODUCT(($B$2:$B$1493="PRÉ")*($A$2:$A$1493=A2)*$C$2:$C$1493);"")

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] What does ! mean as an operator within a formula
    By Tam in forum Excel General
    Replies: 6
    Last Post: 05-13-2021, 10:18 AM
  2. Replies: 1
    Last Post: 08-23-2013, 05:45 PM
  3. Filtering data using an array and the xlor operator
    By MarkWP in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-28-2013, 02:18 PM
  4. switching < > operator breaks array formula
    By thebenshaw in forum Excel General
    Replies: 2
    Last Post: 02-26-2011, 10:56 PM
  5. Array Formula with AND operator
    By edwardpestian in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-17-2006, 04:56 AM

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