+ Reply to Thread
Results 1 to 3 of 3

Find multiple averages from one column of data using one simple formula?

  1. #1
    Registered User
    Join Date
    01-17-2020
    Location
    Colorado
    MS-Off Ver
    MS Excel Version 16.33
    Posts
    4

    Find multiple averages from one column of data using one simple formula?

    Hi there!

    I am working on Excel for an assignment (we are allowed to use any resources needed) and the assignment is to find 19 stock return price averages for 19 companies. The condition is that I can't input multiple formulas, I can only input one into the first company's average price and then drag it down for the rest. All of the return prices are in one column. How can I find 18 averages from one column in a way where Excel knows to average all of Company A's together, Company B's, and so on and so forth? I've tried If statements, AverageIf, and have fiddled with arrays and Index, but nothing is seems draggable. Any tips?

    Thanks! Happy to give more information as needed.
    Attached Files Attached Files
    Last edited by Morgan44; 01-17-2020 at 04:16 PM.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Find multiple averages from one column of data using one simple formula?

    AVERAGEIFS is the function you want.

    =AVERAGEIFS(ValuesToAverage, Range1, Criteria1, Range2, Criteria2)

    =AVERAGEIFS($C$2:$C$62, $B$2:$B$62, E4, $C$2:$C$62, "<>""")
    Last edited by JBeaucaire; 01-17-2020 at 04:42 PM.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    01-17-2020
    Location
    Colorado
    MS-Off Ver
    MS Excel Version 16.33
    Posts
    4

    Re: Find multiple averages from one column of data using one simple formula?

    Thank you so much! That makes more sense, thank you!!

+ 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] whole Data Transpose Column to Row by simple formula drag
    By majidsiddique in forum Excel General
    Replies: 3
    Last Post: 07-30-2019, 06:51 AM
  2. Excel Programming help need to find multiple averages and sums
    By quickc2 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-08-2019, 02:50 PM
  3. Replies: 1
    Last Post: 05-09-2016, 10:12 AM
  4. Replies: 7
    Last Post: 08-05-2015, 06:38 PM
  5. move data from first column into multiple columns(prob simple for right person)
    By TeeJayShelton in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-31-2013, 06:17 AM
  6. [SOLVED] Taking simple averages with variable ranges using multiple criteria
    By Lycium in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-26-2012, 11:20 AM
  7. Lookup Data in One Column, Find Multiple Entries in Next, Copy to Multiple Columns
    By nzxt1234 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-16-2010, 01:17 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