\n <\/img><\/a>\n <\/div>\n<\/div>\n <\/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":111414,"type":"question","name":"Red, Yellow, Green Formula","excerpt":"I am trying to get the Red, Yellow, Green dot formula to work with the information below. Red = If [submitted date] is in the past and [Assigned Engineer] is blank Yellow = If [Assigned Engineer] is not blank Green = If [Completed] is checked","snippet":"I am trying to get the Red, Yellow, Green dot formula to work with the information below. Red = If [submitted date] is in the past and [Assigned Engineer] is blank Yellow = If…","categoryID":322,"dateInserted":"2023-10-09T17:49:30+00:00","dateUpdated":null,"dateLastComment":"2023-10-10T13:12:43+00:00","insertUserID":148069,"insertUser":{"userID":148069,"name":"Cody_Gomez32","title":"","url":"https:\/\/community.smartsheet.com\/profile\/Cody_Gomez32","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/avatarstock\/nEQMY42MFGXWS.png","dateLastActive":"2023-10-10T13:07:07+00:00","banned":0,"punished":0,"private":false,"label":"✭✭"},"updateUserID":null,"lastUserID":148069,"lastUser":{"userID":148069,"name":"Cody_Gomez32","title":"","url":"https:\/\/community.smartsheet.com\/profile\/Cody_Gomez32","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/avatarstock\/nEQMY42MFGXWS.png","dateLastActive":"2023-10-10T13:07:07+00:00","banned":0,"punished":0,"private":false,"label":"✭✭"},"pinned":false,"pinLocation":null,"closed":false,"sink":false,"countComments":2,"countViews":31,"score":null,"hot":3393818533,"url":"https:\/\/community.smartsheet.com\/discussion\/111414\/red-yellow-green-formula","canonicalUrl":"https:\/\/community.smartsheet.com\/discussion\/111414\/red-yellow-green-formula","format":"Rich","lastPost":{"discussionID":111414,"commentID":399259,"name":"Re: Red, Yellow, Green Formula","url":"https:\/\/community.smartsheet.com\/discussion\/comment\/399259#Comment_399259","dateInserted":"2023-10-10T13:12:43+00:00","insertUserID":148069,"insertUser":{"userID":148069,"name":"Cody_Gomez32","title":"","url":"https:\/\/community.smartsheet.com\/profile\/Cody_Gomez32","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/avatarstock\/nEQMY42MFGXWS.png","dateLastActive":"2023-10-10T13:07:07+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-10-10T13:11:38+00:00","dateAnswered":"2023-10-09T18:19:38+00:00","acceptedAnswers":[{"commentID":399178,"body":"
@Cody_Gomez32<\/a> <\/p>Try This...<\/p>
=IF(Completed@row = 1, \"Green\", IF(AND([Submitted Date]@row < TODAY(), ISBLANK([Assigned Engineer]@row)), \"Red\", IF(NOT(ISBLANK([Assigned Engineer]@row)), \"Yellow\")))<\/p>
Note: If the Date is today or in the future and no Engineer is assigned the cell will be blank.<\/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
Automation Condition Not working Hey all, I set up an automation to request an update if one field is blank and if another field is not a specific list of departments and I got an email this from someone in that department saying they got an email anyways. Can you take a look at the below screenshots and tell me if I'm missing something? Here is the…
MCQ form I created an MCQ form that I need to evaluate. for example: 1 question, if the correct is answer is C, it can give one mark or zero mark. like this way created 5 questions, 6th column is the result. it needs to sum up the answer. Please help me.
Red, Yellow, Green Formula I am trying to get the Red, Yellow, Green dot formula to work with the information below. Red = If [submitted date] is in the past and [Assigned Engineer] is blank Yellow = If [Assigned Engineer] is not blank Green = If [Completed] is checked