=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
- 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!