- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
Does anyone know why the “render” of the data would be wrong? I changed it from the US format to the ISO 8601.
Edit: Adding some spaces in the equation helped.
You must log in or register to comment.
These excel-line functions use ‘;’ to delimit parameters, you’ve used ‘,’. See what the documentation.
Hmmm, from reading other functions it does seem that calc uses
;
rather than the,
I assumed, TILThank you for pointing this out