Howdy Smartsheet Community,
I've written a =SUM(COUNTIFS) formula to count the number of specific text entries in one range that meet specific criteria. Based on the in-line formula help and online SUM COUNTIFS research I've done, it appears that my formula is correct but keeps returning #UNPARSEABLE.
Has anyone successfully used SUM COUNTIFS formulas in Smartsheet, or is it possibly not supported? Hopefully there's just an error in my formula, which is most likely the case.
For reference my formula is as follows, in case anyone sees an immediate red flag.
=SUM(COUNTIFS(Status4:Status138,{"Complete","Not Applicable"}))
Any help would be greatly appreciated!
Thank you!