+ Reply to Thread
Results 1 to 5 of 5

Help with finding a low, average, and high based on another cell range

  1. #1
    Registered User
    Join Date
    05-16-2017
    Location
    NY
    MS-Off Ver
    Mac 2016
    Posts
    7

    Help with finding a low, average, and high based on another cell range

    Hello,

    looking for a calculation where in 3 different cells I can get a low, average, and high from a range.

    It will be the Q column that has all the pricing

    the E column will have a specifier/category separator

    I want to be able to find the Low, Average, and High of Q based on the designator in E

    An example of a designator would be the characters "3-4mm" so I'd want every row that has that in row E then have a cell that gives it Low, Average, and High

    thanks!

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Help with finding a low, average, and high based on another cell range

    How about...

    Low =IFERROR(AGGREGATE(15,6,$Q$2:$Q$26/($E$2:$E$26="3-4mm"),1),"")
    High =IFERROR(AGGREGATE(14,6,$Q$2:$Q$26/($E$2:$E$26="3-4mm"),1),"")
    Average =AVERAGEIF($E$2:$E$26,"3-4mm",$Q$2:$Q$26)
    HTH
    Regards, Jeff

  3. #3
    Registered User
    Join Date
    05-16-2017
    Location
    NY
    MS-Off Ver
    Mac 2016
    Posts
    7

    Re: Help with finding a low, average, and high based on another cell range

    So the average one is working— the high/low seem to be returning empty cell....

  4. #4
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Help with finding a low, average, and high based on another cell range

    Well on my test data it works. Can you share a sample that you are working with? Not a picture, a workbook please!
    Last edited by jeffreybrown; 03-28-2019 at 07:52 PM.

  5. #5
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Help with finding a low, average, and high based on another cell range

    Please keep all correspondence on the forum.
    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] Average Based on Finding The Most Recent Non Blank, Positive Values In Range
    By rlmh06 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-14-2018, 05:52 PM
  2. Finding Average/Min/Max based on another cell
    By msche09 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-19-2018, 02:38 AM
  3. [SOLVED] Rank items in Pivot table from high to low and low to high based on the filter selected
    By jholiday78 in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 02-19-2017, 11:22 AM
  4. Replies: 5
    Last Post: 04-21-2015, 12:52 PM
  5. Finding the number of days between the high/low dates in a range of data
    By SJSkilbred in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-07-2010, 06:39 PM
  6. Replies: 1
    Last Post: 08-25-2010, 11:25 AM
  7. Replies: 6
    Last Post: 10-14-2009, 03:01 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