Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Formula Assistance
Hello Everyone,
I need assistance creating a formula that will give the sum of every fifth cell in a single column.
Comments
-
Hi cbonnell!
In order to best assist you I'd like to understand a bit more about your use case and how your sheet is organized. There may be a better solution than using to calculate a sum of every 5th cell in a column.
For example, you may be able to take advantage of row hierarchy and the hierarchy functions (CHILDREN, PARENT, ANCESTORS) to create rollups.See these articles for more information:
https://help.smartsheet.com/functionshttps://help.smartsheet.com/articles/504734-hierarchy-indenting-outdenting-rows
Thanks,
Schiff
-
Just throwing this out there:
You can always have a new extra column that repeatedly counts 1-5
=IF(CountCellAbove=5,1,CountCellAbove + 1)
Then your Sum formula can be:
=IF(CountCellCurrentRow=5,SumCellAbove+CurrentRowValue,SumCellAbove)
If you need more help understanding what I mean, let me know.
Jim
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives