CaptainGravyBum
Board Regular
- Joined
- Dec 1, 2023
- Messages
- 77
- Office Version
- 365
- Platform
- Windows
Hello,
I'm trying to find the correct formula to search for all instances of a name within column A and return the average of all the totals found in column G if that makes sense.
So if bob smith appears in column a five times and column g has values associated to those entries it will return an average of the totals.
At the moment, I have a formula that is looking up and matching the data, but only returning the first value it matches from column g.
=INDEX($G:$G,MATCH("Bob Smith",$A:$A,0))
I know I need an average or count or something else in the formula, but I'm not finding the correct answer.
Any help would be appreciated.
I'm trying to find the correct formula to search for all instances of a name within column A and return the average of all the totals found in column G if that makes sense.
So if bob smith appears in column a five times and column g has values associated to those entries it will return an average of the totals.
At the moment, I have a formula that is looking up and matching the data, but only returning the first value it matches from column g.
=INDEX($G:$G,MATCH("Bob Smith",$A:$A,0))
I know I need an average or count or something else in the formula, but I'm not finding the correct answer.
Any help would be appreciated.