Average Children and Round Down
Good Day All:
Can someone help me Structure this Formula so when I Calculate the Average for all Children it is Rounded Down?
Existing Formula Yield 0.00%:
=ROUNDDOWN(AVG(CHILDREN()))
Thanks
Best Answer
-
Ah. Ok. Percentages are actually calculated as decimals (a percentage of 1). So 6% is actually .06 which does round down to zero. You will want to leverage the second portion of the ROUNDDOWN function to include the number of decimal places. Try starting with a 2.
=ROUNDDOWN(AVG(CHILDREN()), 2)
Answers
-
What should it be? Are you able to provide a screenshot of the source data?
-
I want it to Round down to 6%
-
Ah. Ok. Percentages are actually calculated as decimals (a percentage of 1). So 6% is actually .06 which does round down to zero. You will want to leverage the second portion of the ROUNDDOWN function to include the number of decimal places. Try starting with a 2.
=ROUNDDOWN(AVG(CHILDREN()), 2)
-
Missing the Value 2. That worked , Thanks
-
Happy to help. 👍️
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!