Manuals/calci/ISMONTH
Jump to navigation
Jump to search
ISMONTH(String)
- is the three letter abbreviation for month.
Description
- This function checks whether the entered string indicates a month or not.
- should be a three letter abbreviation indicating a month.
- Result is "true" if the string matches the name of month. Else returns the output as "false".
- For argument other than string, Calci gives an error message.
Examples
- =ISMONTH("JAN") = true
- =ISMONTH("SEP") = true
- =ISMONTH(10) = Error
- =ISMONTH("MARCH") = Error
Related Videos
See Also
References