@MannyDLC<\/a> <\/p>The way to nest IF statements really varies with the data involved. Then it boils down to the logic underneath it all. <\/p>
In this case, I would start with [COLUMN 10]. The logic says \"if there's a value in COLUMN 10, set the status to \"Complete\". Easy enough. But what happens if there's no value in Column 10? In that case, you want to take a look at what's in COLUMN1, yes? So the IF statement you have for COLUMN1 becomes nested as the negative condition in the logic for COLUMN10:<\/p>
=IF(<\/strong>[COLUMN 10]@row <> \"//www.santa-greenland.com/community/discussion/71254/\", \"Complete\", IF(COLUMN1@row = \"//www.santa-greenland.com/community/discussion/71254/\", \"Not Started\", \"In Progress\"))<\/strong><\/p>English: If there's a value in COLUMN 10, set the status to \"Complete\", otherwise, check the value in COLUMN1; if COLUMN1 is blank, set the status to \"Not Started\", otherwise, set the status to \"In Progress\".<\/p>
- Make sure your first and last parentheses are the same color. The second \"IF\" is self-contained with the first \"IF\", so you have to close off the second IF with a \")\" and then close off the first IF with another \")\". Rule of thumb is the number of end parentheses at the end equals the number of IFs.<\/li><\/ul>"}]}},"status":{"statusID":3,"name":"Accepted","state":"closed","recordType":"discussion","recordSubType":"question","log":{"dateUpdated":"2022-12-28 17:27:48","updateUser":{"userID":156312,"name":"MannyDLC","url":"https:\/\/community.smartsheet.com\/profile\/MannyDLC","photoUrl":"https:\/\/aws.smartsheet.com\/storageProxy\/image\/images\/u!1!goksJzeDOrs!g9du30IIhbM!Ce7Lkn_vLG_","dateLastActive":"2022-12-28T17:58:52+00:00","banned":0,"punished":0,"private":false,"label":"✭"}}},"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":[{"tagID":254,"urlcode":"Formulas","name":"Formulas"}]}],"title":"Trending in Formulas and Functions ","subtitle":null,"description":null,"noCheckboxes":true,"containerOptions":[],"discussionOptions":[]}">