Hi,
Could you please share a proper format of a nested if statement? getting UNPARSEABLE error:
=IF([% Complete]@row <= 0.7, "Red", IF([% Complete]@row > 0.7, AND,[% Complete]@row < 1,"Yellow"),IF[% Complete]@row = 1,"Green)))
Thank you
Here you go:
=IF([% Complete]1 = 1, "Green", IF([% Complete]1 <= 0.7, "Red", IF(AND([% Complete]1 > 0.7, [% Complete]1 < 1), "Yellow", "")))
thank you!
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.