=COUNTIFS and AVG
Hi,
How can I make an average of "Jack" based on the "Amount Column" column?
I tried doing the below, but i don't think this is the average of the "Amount Column" Column.
=COUNTIFS(Name:Name, "Jack", [Amount Column]:[Amount Column], AVG(0, 0))
Pls help me out.
Thank you!
Answers
-
Hi @Mark C.
I saw your other post on the Average question (https://community.smartsheet.com/discussion/73655/average-formulas#latest),
would you be able to pls help me out with my above question?
Thank you in advance!
-
Hi Rose
I tested this and it worked for me, hopefully it does the same for you!
=ROUND(SUMIF(NAME:NAME, "JACK", AMOUNT:AMOUNT) / COUNTIF(NAME:NAME, "JACK"), 0)
-
Hi, @Nick Brisson
I think that worked, thank you!
but I realized, I actually needed a percentage, how would I do that?
Thanks!
-
Hi Rose
Change your Round from 0 decimal to 2, then put it all in brackets and multiple by 100 then add a text against it%
=(ROUND(SUMIF(NAME:NAME, "JACK", AMOUNT:AMOUNT) / COUNTIF(NAME:NAME, "JACK"), 2) * 100) + "%"
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!