Formula assistance
Hi,
I know this can be done, but it is over my head. I need a formula that sums and averages based on a cell.
ex: Average the sum of Overall interview scores for each name. Ahlander has 2, Ahmed has 4.
I appreciate assistance.
Rebecca Panaccione
UNM
Best Answer
-
Hi Rebecca,
I believe this formula should work for you. You would keep adding onto it by repeating the section of the formula using the + symbol while changing the names each time to add another new name.
=IF(Name@row = "Ahlander, Joseph", AVG(COLLECT(Score:Score, Name:Name, "Ahlander, Joseph"))) + IF(Name@row = "Ahmed, Nadia", AVG(COLLECT(Score:Score, Name:Name, "Ahmed, Nadia")))
I hope that helps you out.
Answers
-
Hi Rebecca,
I believe this formula should work for you. You would keep adding onto it by repeating the section of the formula using the + symbol while changing the names each time to add another new name.
=IF(Name@row = "Ahlander, Joseph", AVG(COLLECT(Score:Score, Name:Name, "Ahlander, Joseph"))) + IF(Name@row = "Ahmed, Nadia", AVG(COLLECT(Score:Score, Name:Name, "Ahmed, Nadia")))
I hope that helps you out.
-
Thank you Jeff. It is much appreciated!
Rebecca
-
@Rebecca Panaccione You are welcome. Also, make sure to edit the Score:Score to match your column name "Overall Interview Score".
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 202 Use Cases
- 515 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!