Welcome to the Smartsheet Forum Archives


这个论坛的帖子不再监视for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, pleaseVisit the Current Forums.

Archived 2017 Posts

Discussion List

If the column names are similar<\/em> but not exactly the same as the ones on the sheet, it is possible that some rows have been moved from another sheet with a similar purpose. <\/p>

You should be able to see this in the Activity Log (if you have access), but the other giveaway will be that will data in the similarly named columns but not the original ones.<\/p>"}]}},"status":{"statusID":3,"name":"Accepted","state":"closed","recordType":"discussion","recordSubType":"question"},"bookmarked":false,"unread":false,"category":{"categoryID":320,"name":"API & Developers","url":"https:\/\/community.smartsheet.com\/categories\/api-developers","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":107483,"type":"question","name":"Need Help with Nested IF Formula","excerpt":"I am trying to have a value returned in a column if the date in another column is between two dates. Example: I want 1Q23 value returned if the date in Column A is between 1\/1\/2023 and 3\/31\/2023. I started with the following nested IF formula but it keeps on coming back as unparseable. =IF(AND([Go Live Production Date]@row…","snippet":"I am trying to have a value returned in a column if the date in another column is between two dates. Example: I want 1Q23 value returned if the date in Column A is between…","categoryID":322,"dateInserted":"2023-07-11T23:26:05+00:00","dateUpdated":null,"dateLastComment":"2023-07-12T12:46:46+00:00","insertUserID":141549,"insertUser":{"userID":141549,"name":"Ro W","url":"https:\/\/community.smartsheet.com\/profile\/Ro%20W","photoUrl":"https:\/\/aws.smartsheet.com\/storageProxy\/image\/images\/u!1!xUNeseKV6XQ!6ftROmCmafQ!1rf1SM1_frg","dateLastActive":"2023-07-12T14:20:46+00:00","banned":0,"punished":0,"private":false,"label":"✭✭"},"updateUserID":null,"lastUserID":141549,"lastUser":{"userID":141549,"name":"Ro W","url":"https:\/\/community.smartsheet.com\/profile\/Ro%20W","photoUrl":"https:\/\/aws.smartsheet.com\/storageProxy\/image\/images\/u!1!xUNeseKV6XQ!6ftROmCmafQ!1rf1SM1_frg","dateLastActive":"2023-07-12T14:20:46+00:00","banned":0,"punished":0,"private":false,"label":"✭✭"},"pinned":false,"pinLocation":null,"closed":false,"sink":false,"countComments":2,"countViews":40,"score":null,"hot":3378285171,"url":"https:\/\/community.smartsheet.com\/discussion\/107483\/need-help-with-nested-if-formula","canonicalUrl":"https:\/\/community.smartsheet.com\/discussion\/107483\/need-help-with-nested-if-formula","format":"Rich","lastPost":{"discussionID":107483,"commentID":384778,"name":"Re: Need Help with Nested IF Formula","url":"https:\/\/community.smartsheet.com\/discussion\/comment\/384778#Comment_384778","dateInserted":"2023-07-12T12:46:46+00:00","insertUserID":141549,"insertUser":{"userID":141549,"name":"Ro W","url":"https:\/\/community.smartsheet.com\/profile\/Ro%20W","photoUrl":"https:\/\/aws.smartsheet.com\/storageProxy\/image\/images\/u!1!xUNeseKV6XQ!6ftROmCmafQ!1rf1SM1_frg","dateLastActive":"2023-07-12T14:20:46+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-12T12:43:44+00:00","dateAnswered":"2023-07-12T08:57:36+00:00","acceptedAnswers":[{"commentID":384741,"body":"

Hey, <\/p>


<\/p>

You have one too many closing parentheses in your formula.<\/p>

=IF(AND([Go Live Production Date]@row >= DATE(2023, 1, 1), [Go Live Production Date]@row <= DATE(2023, 3, 31)), \"1Q23\", IF(AND([Go Live Production Date]@row >= DATE(2023, 4, 1), [Go Live Production Date]@row <= DATE(2023, 6, 30)), \"2Q23\", IF(AND([Go Live Production Date]@row >= DATE(2023, 7, 1), [Go Live Production Date]@row <= DATE(2023, 9, 30)), \"3Q23\", IF(AND([Go Live Production Date]@row >= DATE(2023, 10, 1), [Go Live Production Date]@row <= DATE(2023, 12, 31)), \"4Q23\", \"//www.santa-greenland.com/community/categories/c2017/\")))))<\/strong><\/p>

There are 4 IF's and 5 closing parentheses.<\/p>

I removed 1 and it worked perfectly, well done on a great formula!<\/p>

\n
\n \n \"Screenshot<\/img><\/a>\n <\/div>\n<\/div>\n

Hope that helps!<\/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":107482,"type":"question","name":"Nested Ifs not working","excerpt":"Hey, I'm trying to create some nested ifs for grid logic. This works perfectly for one if statement =IF(LOE@row = \"Large\", \"12\", “Empty”) But once I start to nest, it does not, and I've tried multiple combinations of parens and read the articles, etc, but it keeps saying #UNPARESEABLE\" =IF(LOE@row = \"Large\", \"12\",…","snippet":"Hey, I'm trying to create some nested ifs for grid logic. This works perfectly for one if statement =IF(LOE@row = \"Large\", \"12\", “Empty”) But once I start to nest, it does not,…","categoryID":322,"dateInserted":"2023-07-11T23:16:28+00:00","dateUpdated":null,"dateLastComment":"2023-07-12T00:06:40+00:00","insertUserID":163359,"insertUser":{"userID":163359,"name":"rebeccakbaker","title":"Program Director","url":"https:\/\/community.smartsheet.com\/profile\/rebeccakbaker","photoUrl":"https:\/\/lh3.googleusercontent.com\/a\/AGNmyxZbJfFwCrs1qyshmJLoaTpTvKRsLV2Ee1JYyvt-=s96-c","dateLastActive":"2023-07-11T23:59:15+00:00","banned":0,"punished":0,"private":false,"label":"✭"},"updateUserID":null,"lastUserID":163359,"lastUser":{"userID":163359,"name":"rebeccakbaker","title":"Program Director","url":"https:\/\/community.smartsheet.com\/profile\/rebeccakbaker","photoUrl":"https:\/\/lh3.googleusercontent.com\/a\/AGNmyxZbJfFwCrs1qyshmJLoaTpTvKRsLV2Ee1JYyvt-=s96-c","dateLastActive":"2023-07-11T23:59:15+00:00","banned":0,"punished":0,"private":false,"label":"✭"},"pinned":false,"pinLocation":null,"closed":false,"sink":false,"countComments":2,"countViews":16,"score":null,"hot":3378238988,"url":"https:\/\/community.smartsheet.com\/discussion\/107482\/nested-ifs-not-working","canonicalUrl":"https:\/\/community.smartsheet.com\/discussion\/107482\/nested-ifs-not-working","format":"Rich","tagIDs":[254],"lastPost":{"discussionID":107482,"commentID":384729,"name":"Re: Nested Ifs not working","url":"https:\/\/community.smartsheet.com\/discussion\/comment\/384729#Comment_384729","dateInserted":"2023-07-12T00:06:40+00:00","insertUserID":163359,"insertUser":{"userID":163359,"name":"rebeccakbaker","title":"Program Director","url":"https:\/\/community.smartsheet.com\/profile\/rebeccakbaker","photoUrl":"https:\/\/lh3.googleusercontent.com\/a\/AGNmyxZbJfFwCrs1qyshmJLoaTpTvKRsLV2Ee1JYyvt-=s96-c","dateLastActive":"2023-07-11T23:59:15+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-12T06:59:01+00:00","dateAnswered":"2023-07-11T23:23:55+00:00","acceptedAnswers":[{"commentID":384726,"body":"

Hi Rebecca,<\/p>


<\/p>

When you're entering numeric values as results in formulas, you don't need to add it in quotes. It is only needed for strings. Here's the formula you can use.<\/p>


<\/p>

=IF(LOE@row = \"Extra Large\", 20, IF(LOE@row = \"Large\", 12, IF(LOE@row = \"Medium\", 8, IF(LOE@row = \"Small\", 4, IF(LOE@row = \"Extra Small\", 1, \"Empty\")))))<\/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":[{"tagID":254,"urlcode":"Formulas","name":"Formulas"}]}],"initialPaging":{"nextURL":"https:\/\/community.smartsheet.com\/api\/v2\/discussions?page=2&includeChildCategories=1&type%5B0%5D=Question&excludeHiddenCategories=1&siteSectionID=0&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 Posts","subtitle":null,"description":null,"noCheckboxes":true,"containerOptions":[],"discussionOptions":[]}">

Trending Posts