forked from amazingfate/help
...But the function need a date in A3 instead of a number. So in my opinion the string should be: <input>=SWITCH(MONTH(A3),1,"January",2,"February",3,"March","No match")</input> returns "January" when A3 contains a date in January, "February" when A3 contains a date in February , etc... Change-Id: I2702d569f1c43080cd4c137a4d100111edc55863 Reviewed-on: https://gerrit.libreoffice.org/75499 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>