https://bugs.documentfoundation.org/show_bug.cgi?id=105174
Mike Kaganski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|INSUFFICIENTDATA |NOTABUG --- Comment #8 from Mike Kaganski <[email protected]> --- This was indeed NOTABUG. As GerardF mentioned in comment 3, ISLEAPYEAR expects a *date* as its argument, while Louie used calculation like '=ISLEAPYEAR(2021)' to learn is 2021 was a leap year. The correct calculation would be e.g. '=ISLEAPYEAR("2021-01-01")'. -- You are receiving this mail because: You are the assignee for the bug.
