Hey all!
This is so simple but having issues. I want to show "1" "2" or "3" for "Low" "Medium" "High"
=IF([Level of Change]@row, = Low, "1", IF([Level of Change]@row, = Medium, "2", IF([Level of Change]@row, = High, "3")
What am I missing?!
Try
=IF([Level of Change]@row = "Low", 1, IF([Level of Change]@row = "Medium", 2, 3)
That should work :)
Kind regards
Debbie
@Debbie Sawyer is correct. You need to put quotes around the specified text.
"Low"
"Medium"
"High"
Worked!! I Knew it was something small - thank you SO MUCH!
@NBudd You're Welcome - Sometimes you try so many ways of writing the syntax that you forget which bits needs "" and which don't. ;)
Easily done - happy to have helped.
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.