Hi,
I’m attempting to use just the hot-formula-parser
package to parse some Excel-like formulas, but I’m constantly getting an error on the following formula:
HLOOKUP(1, [[1],[2]], 2)
As per your unit tests, this should yield 2
, but it doesn’t (see: Formula.js - Test - Lookup Reference (L50). )
Any chance you could help me out? I’ve reproduced the error in this stackblitz.
Thank you very much!
PS: Link to the Github issue.
PS2: Link to HandsOnTable JS Fiddle with formula support.