audreyt / ethercalc

Node.js port of Multi-user SocialCalc
https://ethercalc.net
Other
2.97k stars 536 forks source link

Functions do not work with column N:N #534

Open u2618 opened 7 years ago

u2618 commented 7 years ago

Hi,

when I try to sum up all values of column N, it does not work. Other columns work like expected.

=SUM(N:N)results in „Falsche Argumente für Funktion N“ (wrong arguments for function N)

N seems to be a fuction. Other Columns that do not work are T, FV, etc.

I tested with Chromium and Opera browsers.

Thanks,

eddyparkinson commented 7 years ago

Agree, this is a bug. Both N() and T() are functions and looks like it is getting them mixed up.

I would suspect this function https://github.com/marcelklehr/socialcalc/blob/master/formula1.js#L152 but did not double check.