Hi,
First of all – I really like your library - it's a big time-saver!
However, I do have an issue when reading some formulas as the returned value is not correct.
Take for example the Excel in attachment and get the Formula of the Cell X10, the result is:
IF($R10:V10>=X$2:X9,1,0)
However, it should be without the 'range' like expressions:
IF($R10>=X$2,1,0)
Strangely, the Formula of Cell X3 is correct (“IF($R3>=X$2,1,0)”)
All cells marked in Red have a similar incorrect result...
Kind regards,
Robbie
First of all – I really like your library - it's a big time-saver!
However, I do have an issue when reading some formulas as the returned value is not correct.
Take for example the Excel in attachment and get the Formula of the Cell X10, the result is:
IF($R10:V10>=X$2:X9,1,0)
However, it should be without the 'range' like expressions:
IF($R10>=X$2,1,0)
Strangely, the Formula of Cell X3 is correct (“IF($R3>=X$2,1,0)”)
All cells marked in Red have a similar incorrect result...
Kind regards,
Robbie