@scisar<\/a>,<\/p>Your CONTAINS section of the formula is incorrect, I think. It should be: <\/p>
...CONTAINS([Priority Name]@row, @cell)...<\/p>
Try substituting that in and seeing it if solves your issue.<\/p>"}]}},"status":{"statusID":3,"name":"Accepted","state":"closed","recordType":"discussion","recordSubType":"question"},"bookmarked":false,"unread":false,"category":{"categoryID":322,"name":"Formulas and Functions","url":"https:\/\/community.smartsheet.com\/categories\/formulas-and-functions","allowedDiscussionTypes":[]},"reactions":[{"tagID":3,"urlcode":"Promote","name":"Promote","class":"Positive","hasReacted":false,"reactionValue":5,"count":0},{"tagID":5,"urlcode":"Insightful","name":"Insightful","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":11,"urlcode":"Up","name":"Vote Up","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":13,"urlcode":"Awesome","name":"Awesome","class":"Positive","hasReacted":false,"reactionValue":1,"count":0}],"tags":[]},{"discussionID":107476,"type":"question","name":"#Contact Expected Error","excerpt":"Hi! I am trying to pull in a contact from another sheet when Region and Service Line are a match in both sheets. Both the source and the target sheet are contact columns. I get a #contact expected error. I searched for the error on the help page, but it didn't help much lol. Anyone get this error before and know how to fix…","snippet":"Hi! I am trying to pull in a contact from another sheet when Region and Service Line are a match in both sheets. Both the source and the target sheet are contact columns. I get a…","categoryID":322,"dateInserted":"2023-07-11T21:09:39+00:00","dateUpdated":null,"dateLastComment":"2023-07-12T16:36:06+00:00","insertUserID":89371,"insertUser":{"userID":89371,"name":"alexis.ray89371","url":"https:\/\/community.smartsheet.com\/profile\/alexis.ray89371","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/defaultavatar\/nWRMFRX6I99I6.jpg","dateLastActive":"2023-07-12T16:34:41+00:00","banned":0,"punished":0,"private":false,"label":"✭✭✭✭✭"},"updateUserID":null,"lastUserID":89371,"lastUser":{"userID":89371,"name":"alexis.ray89371","url":"https:\/\/community.smartsheet.com\/profile\/alexis.ray89371","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/defaultavatar\/nWRMFRX6I99I6.jpg","dateLastActive":"2023-07-12T16:34:41+00:00","banned":0,"punished":0,"private":false,"label":"✭✭✭✭✭"},"pinned":false,"pinLocation":null,"closed":false,"sink":false,"countComments":3,"countViews":28,"score":null,"hot":3378291345,"url":"https:\/\/community.smartsheet.com\/discussion\/107476\/contact-expected-error","canonicalUrl":"https:\/\/community.smartsheet.com\/discussion\/107476\/contact-expected-error","format":"Rich","lastPost":{"discussionID":107476,"commentID":384827,"name":"Re: #Contact Expected Error","url":"https:\/\/community.smartsheet.com\/discussion\/comment\/384827#Comment_384827","dateInserted":"2023-07-12T16:36:06+00:00","insertUserID":89371,"insertUser":{"userID":89371,"name":"alexis.ray89371","url":"https:\/\/community.smartsheet.com\/profile\/alexis.ray89371","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/defaultavatar\/nWRMFRX6I99I6.jpg","dateLastActive":"2023-07-12T16:34:41+00:00","banned":0,"punished":0,"private":false,"label":"✭✭✭✭✭"}},"breadcrumbs":[{"name":"Home","url":"https:\/\/community.smartsheet.com\/"},{"name":"Get Help","url":"https:\/\/community.smartsheet.com\/categories\/get-help"},{"name":"Formulas and Functions","url":"https:\/\/community.smartsheet.com\/categories\/formulas-and-functions"}],"groupID":null,"statusID":3,"attributes":{"question":{"status":"accepted","dateAccepted":"2023-07-12T16:36:14+00:00","dateAnswered":"2023-07-11T23:08:43+00:00","acceptedAnswers":[{"commentID":384722,"body":"
Hi,<\/p>
<\/p>
You don't really need to add \"@cell\" for the criteria in region and service line and you will need to change the row index to 1 instead of 0 to get the value.<\/p>"}]}},"status":{"statusID":3,"name":"Accepted","state":"closed","recordType":"discussion","recordSubType":"question"},"bookmarked":false,"unread":false,"category":{"categoryID":322,"name":"Formulas and Functions","url":"https:\/\/community.smartsheet.com\/categories\/formulas-and-functions","allowedDiscussionTypes":[]},"reactions":[{"tagID":3,"urlcode":"Promote","name":"Promote","class":"Positive","hasReacted":false,"reactionValue":5,"count":0},{"tagID":5,"urlcode":"Insightful","name":"Insightful","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":11,"urlcode":"Up","name":"Vote Up","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":13,"urlcode":"Awesome","name":"Awesome","class":"Positive","hasReacted":false,"reactionValue":1,"count":0}],"tags":[]}],"initialPaging":{"nextURL":"https:\/\/community.smartsheet.com\/api\/v2\/discussions?page=2&categoryID=322&includeChildCategories=1&type%5B0%5D=Question&excludeHiddenCategories=1&sort=-hot&limit=3&expand%5B0%5D=all&expand%5B1%5D=-body&expand%5B2%5D=insertUser&expand%5B3%5D=lastUser&status=accepted","prevURL":null,"currentPage":1,"total":10000,"limit":3},"title":"Trending in Formulas and Functions ","subtitle":null,"description":null,"noCheckboxes":true,"containerOptions":[],"discussionOptions":[]}">
Trending in Formulas and Functions
Help with multiple OR criteria to return data from 1 of 4 cells to another cell I have 4 options (logic added to them) for members to select where they work but need their specific clinic to be added to one main Clinic column and am looking for the best formula to have it automatically update to the column. If the Market equals one of the 4 area clinics then it return the correct clinic name for their…
Using CONTAINS with JOIN(COLLECT) Hello! I'm trying to add CONTAINS to an existing JOIN(COLLECT) formula, and I can't seem to get it to work. The existing (working) formula is: =JOIN(COLLECT({RAID Log Title}, {RAID Log Flag}, "1", {RAID Log Category}, "Issue", {RAID Log Top 10 Priority}, [Priority Name]@row), ", "). The formula I've come up with to add…
#Contact Expected Error Hi! I am trying to pull in a contact from another sheet when Region and Service Line are a match in both sheets. Both the source and the target sheet are contact columns. I get a #contact expected error. I searched for the error on the help page, but it didn't help much lol. Anyone get this error before and know how to fix…