How can I translate this formula to Smartsheet?
=IF(ISNUMBER(SEARCH("vPGW",A1)),"vPGW", IF(ISNUMBER(SEARCH("smf",A1)),"SMF", ""))
Thanks
Try this:
=IF(CONTAINS("vPGW",A1),"vPGW", IF(CONTAINS("smf",A1),"SMF", ""))
ref must be one of: categoryID, siteSectionID, category, category/categoryID, category/name, category/description, category/url, category/allowedDiscussionTypes, locale, siteSection, siteSection/basePath, siteSection/contentLocale, siteSection/sectionGroup, siteSection/sectionID, siteSection/name, siteSection/description, siteSection/apps, siteSection/attributes, layoutViewType, discussionID, commentID, page, sort, discussion, discussion/name, tags, breadcrumbs, discussionApiParams, serverDraftID, serverDraft.