fast-formula-parser icon indicating copy to clipboard operation
fast-formula-parser copied to clipboard

Support for partial column and row references

Open anti20ze opened this issue 3 years ago • 0 comments

Currently =SUM(A2:A) computes the entire column as if the formula was =SUM(A:A).

While this would throw an error in Excel, google sheets parses this as the entire column, starting at row 2. Would it be possible to support these partial column and row references

Thanks!

anti20ze avatar Nov 30 '21 21:11 anti20ze