Sum of sums

you’re welcome :slight_smile:

Hi @aleksandra_budnik!

Normal formula for addition is ‘=SUM(D3:X3)’
This formula works well when we know the upper limit. But, how can we add the values in a row when we don’t know the upper limit?

P.S.: I cannot use ‘=SUM(3:3)’ because the row contains data other than numbers.

Sorry the formula plugin does not support it yet

Okay. Does OFFSET formula work in handsontable? If yes, please provide a working jsFiddle.

Hi @rishabhbhs

OFFSET is not on the list of formulas

I had already searched there. I just wanted to be double sure. Thanks!

But, I’ll suggest that OFFSET should be implemented and hence, added to the list. This formula will not only help in tackling my problem, but also in other situations like adding data on even rows, adding data in batches of 5, etc.

It will bring handsontable closer to the Excel.

We do not work on this project currently so I have added the issue at https://github.com/handsontable/formula-parser/issues/47 to do not forget about it.

Okay. Thanks!

I’ll try to help when I’ll be free from my project.

We are going to rewrite the core of the formula plugin later this year. However there are some legal issues that we need to finish first.

Okay. Thanks for the information.

You’re welcome @rishabhbhs

I’d be glad to see the formula among the rest in the new Core.