I created a chart and need to accumulate using rowno() in rangesum.
But rowno() is counting backwards. Let's say I have 5 values. It is counting 5, 4, 3, 2, 1. How do I fix rowno() so it counts 1, 2, 3, 4, 5?
I changed to left allignment in the app settings and it's fixed.