calx.js
calx.js copied to clipboard
Dynamic Range calc from one sheet to another sheet
HI, I am trying to implement.Sum Logic. Eg: 2 Sheets (Sheet1 & Sheet2) Sheet1: Dynamic Table which will have rows inserted. Sheet2: Constant Table Both are working fine. Problem: Sheet2 needs an Sum value from Sheet1 colA.
- Sum(#Sheet2:ColA1:ColA10) this is constant
- where Sheet1 is Dynamic so every time when i add new row to the sheet1 then i need to change the formula of sheet2.
My request is can we have logic which even excel has like Sum(#Sheet2:ColA:ColA) which will consider entire column and sums. It will helps in lots of workaround externally. Even we can pull data from multiple sheets dynamically.
Hi @srikanthj09
I think this will be great addition, I will try to implement this feature.
regards Ikhsan
I think I will be working on this feature in near future, maybe this weekend, and just noticed there is some problem in multi sheet implementation when the sheet is inter-dependent. will try to fix that too
Any advance on this feature?
the formula parser already updated to support dynamic range, need to implement the logic to keep cell that has dynamic range formula keep updated if the range size is modified