+ Reply to Thread
Results 1 to 4 of 4

Value return meeting criteria in table

  1. #1
    Registered User
    Join Date
    09-19-2015
    Location
    Devon
    MS-Off Ver
    Office standard 2010
    Posts
    2

    Value return meeting criteria in table

    Hi all

    I have a spreadsheet that has multiple values. Specifically I want to calculate a VOLUME in one row that meets the PRODUCT VALUE in another row. As example a product value of 1 (specific to a product) would have a case count in the spreadsheet. There are multipleproducts and I need a formula to return the cases for an individual. Instead of filtering each product and then copying the total cases.

    Help appreciated

    Many thanks

  2. #2
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Microsoft® Excel® for Microsoft 365 MSO (Version 2503 Build 16.0.18604.20000) 64-bit
    Posts
    3,998

    Re: Value return meeting criteria in table

    Post a sample spreadsheet with desired result.

    http://www.excelforum.com/members/da...ch-a-file.html
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  3. #3
    Registered User
    Join Date
    09-19-2015
    Location
    Devon
    MS-Off Ver
    Office standard 2010
    Posts
    2

    Re: Value return meeting criteria in table

    Book1.xlsx

    Column D is the value I want to calculate against the product range in column f (call product)

    example column F call product 11 is 60040 returned from column d

    Regards
    Last edited by KevinYells; 09-19-2015 at 04:00 AM.

  4. #4
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Microsoft® Excel® for Microsoft 365 MSO (Version 2503 Build 16.0.18604.20000) 64-bit
    Posts
    3,998

    Re: Value return meeting criteria in table

    Put I2 =IFERROR(INDEX($F$2:$F$311,MATCH(0,COUNTIFS($I$1:I1,$F$2:$F$311),0)),"") with Ctrl+Shift+Enter and drag down for unique Call product list.

    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Put J2 =SUMIF($F$2:$F$311,I2,$D$2:$D$311) and drag down for sum the result on criteria base.

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Excel is attached.
    Attached Files Attached Files

+ 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] Count Data Meeting Criteria Across Columns Meeting Criteria
    By idelta in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-06-2015, 03:53 PM
  2. [SOLVED] find value meeting certain criteria in a range and return that value
    By bardobhb in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-21-2014, 02:03 PM
  3. [SOLVED] return greatest date in rows meeting criteria
    By wacky_diva in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-20-2013, 12:42 AM
  4. Array formula to return a table excluding rows meeting a certain criteria
    By puckman in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-12-2013, 07:54 AM
  5. Create a list from a table meeting certain criteria
    By gajaburu in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-07-2013, 08:47 AM
  6. return a total when meeting only one criteria.
    By Thargor in forum Excel Programming / VBA / Macros
    Replies: 19
    Last Post: 07-12-2010, 02:36 PM
  7. Return Info After Meeting 2 Criteria
    By sabunabu in forum Excel General
    Replies: 13
    Last Post: 09-27-2007, 04:51 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