+ Reply to Thread
Results 1 to 3 of 3

Pull values using Non Array formula if conditions are met

  1. #1
    Forum Contributor
    Join Date
    02-06-2013
    Location
    Maryland
    MS-Off Ver
    Excel 2010
    Posts
    1,012

    Pull values using Non Array formula if conditions are met

    Looking for non-array formula formula to pull values in sheet named Product into C5:F16 of Outcome sheet if conditions in B2:E2 are met. Sample file attached.

    Conditions:
    Please Login or Register  to view this content.

    Please Login or Register  to view this content.
    Attached Files Attached Files
    Last edited by bjnockle; 09-10-2017 at 07:24 PM.

  2. #2
    Valued Forum Contributor Root_'s Avatar
    Join Date
    07-29-2017
    Location
    _
    MS-Off Ver
    2010+
    Posts
    514

    Re: Pull values using Non Array formula if conditions are met

    Try placing the following formula in cell C5, drag-copying it down and across as needed, and custom-formatting the cells as 0%;-0%;-

    =IF(OR(--("1-"&$B5)<--("1-"&$C$2),--("1-"&$B5)>--("1-"&$D$2)),"",SUMPRODUCT((Product!$A$2:$A$33=$E$2)*(Product!$B$2:$B$33=$B$2)*(Product!$C$2:$C$33=C$4)*(Product!$D$1:$O$1=$B5),Product!$D$2:$O$33))
    Last edited by Root_; 09-10-2017 at 08:53 PM.

  3. #3
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Pull values using Non Array formula if conditions are met

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files
    Last edited by humdingaling; 09-10-2017 at 08:41 PM.
    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

+ 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. Non Array Formula to pull unique values and sort in a range
    By bjnockle in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 02-04-2021, 06:15 AM
  2. Non Array formula to pull values if conditions met
    By bjnockle in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-26-2017, 05:47 AM
  3. [SOLVED] Pull non-blank, text values from array
    By c.bernardo in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-23-2017, 12:08 PM
  4. Pull sub array from array using multiple column_num values
    By SinJinQLB in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 07-25-2015, 05:37 PM
  5. Need a formula to pull data from another tab with 2 conditions
    By hillnoft in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-25-2014, 04:02 PM
  6. [SOLVED] INDEX MATCH and MIN/SMALL to pull first and second smallest values from array
    By tlafferty in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-18-2014, 04:03 AM
  7. Pull row/column titles based on values inside an array
    By julzzzz in forum Excel General
    Replies: 1
    Last Post: 03-29-2012, 06:45 PM

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