Hello everyone, is it possible to make a formula to calculate cumulative capital.
I have a column that I fill in over time which represents prices.
I have another column with dates.
I would simply like to have a new column which calculates my prices cumulatively (whether it increases or decreases on each line instead of giving me the result directly on all the lines)
All this to be able to display a cumulative price graph based on dates.
That’s all, I hope it’s possible using only the Glide database. Or do I have no choice but to use a GoogleSheet?