I am using this formula to set status' in my sheet.
=IF(ISBLANK(Cost4), "Request Submitted", "Request Reviewed/Priced", IF(CONTAINS("Approve", [CEO Approval]4), "CEO Approved"))
I am getting an #INCORRECT ARGUMENT error. What am I doing wrong?
Try this instead...
=IF(CONTAINS("Approve", [CEO Approval]4), "CEO Approved", IF(ISBLANK(Cost4), "Request Submitted", "Request Reviewed/Priced"))
It works! Thank you!
Happy to help. 👍️
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, latest, sort, sortType, lookupSort, discussion, discussion/name, tags, breadcrumbs, discussionApiParams, serverDraftID, serverDraft.