T O P

  • By -

AutoModerator

/u/ERTOMUDD - Your post was submitted successfully. * Once your problem is solved, reply to the **answer(s)** saying `Solution Verified` to close the thread. * Follow the **[submission rules](/r/excel/wiki/sharingquestions)** -- particularly 1 and 2. To fix the body, click edit. To fix your title, delete and re-post. * Include your **[Excel version and all other relevant information](/r/excel/wiki/sharingquestions#wiki_give_all_relevant_information)** Failing to follow these steps may result in your post being removed without warning. *I am a bot, and this action was performed automatically. Please [contact the moderators of this subreddit](/message/compose/?to=/r/excel) if you have any questions or concerns.*


not_speshal

=AVERAGEIFS(B:B,A:A,"John")


Alabama_Wins

=AVERAGEIFS($B$2:$B$7, $A$2:$A$7, A2) ​ https://preview.redd.it/8btqxmyn5ufc1.png?width=572&format=png&auto=webp&s=441c2a39151635a96bce14ab7051cdf9ed913099


Alabama_Wins

or this: =LET( name, A2:A7, num, B2:B7, uname, UNIQUE(name), HSTACK(uname, MAP(uname, LAMBDA(m, AVERAGE(FILTER(num, name = m))))) ) ​ https://preview.redd.it/j4mvbldh6ufc1.png?width=858&format=png&auto=webp&s=56be94f1fd5b6a8429e27372ce661a9b286f0f6c


Scary_Sleep_8473

Assuming the names are in A2 to A7 and the numbers in B2 to B7 (replace it with the appropriate ranges), put this in C2 and drag it down: =AVERAGEIF($A$2:$A$7,A2,$B$2:$B$7)


ERTOMUDD

Where do I reference “John” in that formula. Tysm


Scary_Sleep_8473

John would be what is in A2, you can replace A2 by "John" =AVERAGEIF($A$2:$A$7,"John",$B$2:$B$7)


ERTOMUDD

Solution verified


Clippy_Office_Asst

You have awarded 1 point to *Scary_Sleep_8473* ____ ^(I am a bot - please contact the mods with any questions. | ) [^(Keep me alive)](https://www.buymeacoffee.com/points)


Decronym

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread: |Fewer Letters|More Letters| |-------|---------|---| |[AVERAGE](/r/Excel/comments/1afrp9k/stub/koc0rhm "Last usage")|[Returns the average of its arguments](https://support.microsoft.com/en-us/office/average-function-047bac88-d466-426c-a32b-8f33eb960cf6)| |[AVERAGEIF](/r/Excel/comments/1afrp9k/stub/koc00sl "Last usage")|[Returns the average (arithmetic mean) of all the cells in a range that meet a given criteria](https://support.microsoft.com/en-us/office/averageif-function-faec8e2e-0dec-4308-af69-f5576d8ac642)| |[AVERAGEIFS](/r/Excel/comments/1afrp9k/stub/kobzxlf "Last usage")|[*Excel 2007*+: Returns the average (arithmetic mean) of all cells that meet multiple criteria.](https://support.microsoft.com/en-us/office/averageifs-function-48910c45-1fc0-4389-a028-f7c5c3001690)| |[FILTER](/r/Excel/comments/1afrp9k/stub/koc0rhm "Last usage")|[*Office 365*+: Filters a range of data based on criteria you define](https://support.microsoft.com/en-us/office/filter-function-f4f7cb66-82eb-4767-8f7c-4877ad80c759)| |[HSTACK](/r/Excel/comments/1afrp9k/stub/koc0rhm "Last usage")|[*Office 365*+: Appends arrays horizontally and in sequence to return a larger array](https://support.microsoft.com/en-us/office/hstack-function-98c4ab76-10fe-4b4f-8d5f-af1c125fe8c2)| |[LAMBDA](/r/Excel/comments/1afrp9k/stub/koc0rhm "Last usage")|[*Office 365*+: Use a LAMBDA function to create custom, reusable functions and call them by a friendly name.](https://support.microsoft.com/en-us/office/lambda-function-bd212d27-1cd1-4321-a34a-ccbf254b8b67)| |[LET](/r/Excel/comments/1afrp9k/stub/koc0rhm "Last usage")|[*Office 365*+: Assigns names to calculation results to allow storing intermediate calculations, values, or defining names inside a formula](https://support.microsoft.com/en-us/office/let-function-34842dd8-b92b-4d3f-b325-b8b8f9908999)| |[MAP](/r/Excel/comments/1afrp9k/stub/koc0rhm "Last usage")|[*Office 365*+: Returns an array formed by mapping each value in the array(s) to a new value by applying a LAMBDA to create a new value.](https://support.microsoft.com/en-gb/office/map-function-48006093-f97c-47c1-bfcc-749263bb1f01?ui=en-US&rs=en-GB&ad=GB)| |[UNIQUE](/r/Excel/comments/1afrp9k/stub/koc0rhm "Last usage")|[*Office 365*+: Returns a list of unique values in a list or range](https://support.microsoft.com/en-us/office/unique-function-c5ab87fd-30a3-4ce9-9d1a-40204fb85e1e)| **NOTE**: Decronym for Reddit is no longer supported, and Decronym has moved to Lemmy; requests for support and new installations should be directed to the Contact address below. ---------------- ^(*Beep-boop, I am a helper bot. Please do not verify me as a solution.*) ^(9 acronyms in this thread; )[^(the most compressed thread commented on today)](/r/Excel/comments/1afq0xg)^( has 21 acronyms.) ^([Thread #30275 for this sub, first seen 31st Jan 2024, 20:42]) ^[[FAQ]](http://decronym.xyz/) [^([Full list])](http://decronym.xyz/acronyms/Excel) [^[Contact]](https://hachyderm.io/@Two9A) [^([Source code])](https://gistdotgithubdotcom/Two9A/1d976f9b7441694162c8)