A rollup field, "Sprint Rollup" contains an n number of numbers, a rollup of a formula field from a Sprint db, as we can't do a rollup of a rollup.
I would like a formula to calculate the average of these numbers.
I recognize that I need to get the sum and number of numbers in the set, but I'm stuck on this.
I've seen other rollup-related examples, like this one, but it's not what I'm looking for.
I have tried .toNumber()
which only returns the first number in the set. .format()
doesn't work either and I still the the count.
Assistance will be appreciated, thank you.
-- UPDATE --
From the Sprints table:
Essentially here is the issue: Rollup columns contain a calculation option at the bottom, i.e. Sum, Average. These two options are notably missing from a rollup cell that contains an array of values. That's the issue.