RYGB symbol average Formula
Hello Everyone,
I have a sheet with 13 different people filling it out with RYGB symbols. So I am having issues with creating a formula that will take an average of 13 people. Here is what I got so far and it's coming out unparseable.
=IF(COUNTIF(Aaron@row, Chuck@row, Pablo@row, Lee@row, Oralia@row, Brady@row, Lowrey@row, Max@row, Joe@row, [Anthony(1)]@row, Marlon@row, Tim@row, Stephen@row, "Blue") = 13, "Blue", IF(COUNTIF(Aaron@row, Chuck@row, Pablo@row, Lee@row, Oralia@row, Brady@row, Lowrey@row, Max@row, Joe@row, [Anthony(1)]@row, Marlon@row, Tim@row, Stephen@row, "Green") > 8, "Green", IF(COUNTIF(Aaron@row, Chuck@row, Pablo@row, Lee@row, Oralia@row, Brady@row, Lowrey@row, Max@row, Joe@row, [Anthony(1)]@row, Marlon@row, Tim@row, Stephen@row, "Yellow") > 5, "Yellow", IF(COUNTIF(Aaron@row, Chuck@row, Pablo@row, Lee@row, Oralia@row, Brady@row, Lowrey@row, Max@row, Joe@row, [Anthony(1)]@row, Marlon@row, Tim@row, Stephen@row, "Red") > 0, "Red", ))))))))
Please Help lol
Answers
-
Hi @joe.quinones ,
I didn't test this, but something along the lines of the formula below should get you what you're after. It converts the colors into numbers and determines the average then assigns BGYR:
=IF(((COUNTIF(Aaron@row: Stephen@row, "Blue") *4)+ (COUNTIF(Aaron@row:Stephen@row, "Green") *3)+(COUNTIF(Aaron@row:Stephen@row, "Yellow") *2)+(COUNTIF(Aaron@row:Stephen@row, "Green")))/Count(Aaron@row:Stephen@row))>3.5, "Blue", IF(((COUNTIF(Aaron@row: Stephen@row, "Blue") *4)+ (COUNTIF(Aaron@row:Stephen@row, "Green") *3)+(COUNTIF(Aaron@row:Stephen@row, "Yellow") *2)+(COUNTIF(Aaron@row:Stephen@row, "Green")))/Count(Aaron@row:Stephen@row))>2.5, "Green", IF(((COUNTIF(Aaron@row: Stephen@row, "Blue") *4)+ (COUNTIF(Aaron@row:Stephen@row, "Green") *3)+(COUNTIF(Aaron@row:Stephen@row, "Yellow") *2)+(COUNTIF(Aaron@row:Stephen@row, "Green")))/Count(Aaron@row:Stephen@row))>1.5, "Yellow", "Red")))
Help at all?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Hey @Mark Cronk,
Thanks, for the formula but it didn't work. Also in the end I will have two formulas one for current skills and one for goals. Each of the 13 people has 2 columns so one formula is going to take the AVG for current status and one for their goals. That is why I had each individual cell selected.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!