Add Ons and Integrations
Discussion List
Categories
Popular Tags
- Formulas10,076
- Project Management4,285
- 年代heets3,578
- Reports2,486
- 形式2,250
- functionality2,061
- IT & Operations1,741
- Automations1,636
- 年代upport1,488
- Cell linking1,480
- Enhancement Request1,463
- Email Notifications1,371
- Account and User Management1,366
- Integrations1,197
- Conditional Formatting1,155
- Dashboards1,092
- Construction1,080
- API and Developers860
- Manufacturing859
- 年代haring and Collaboration857
- Update Requests779
- Gantt View761
- Product Development758
- Calendar View737
- Attachments727
See if these will work for you. They separate the text based on the characters: , # $ %<\/p>
Barcode is the column name and each formula is placed in a separate column on the same row as the barcode.<\/p>
=LEFT(Barcode@row, FIND(\",\", Barcode@row) - 1)<\/p>
=MID(Barcode@row, FIND(\",\", Barcode@row) + 1, FIND(\"#\", Barcode@row) - FIND(\",\", Barcode@row) - 1)<\/p>
=MID(Barcode@row, FIND(\"#\", Barcode@row) + 1, FIND(\"$\", Barcode@row) - FIND(\"#\", Barcode@row) - 1)<\/p>
=MID(Barcode@row, FIND(\"$\", Barcode@row) + 1, FIND(\"%\", Barcode@row) - FIND(\"$\", Barcode@row) - 1)<\/p>
=MID(Barcode@row, FIND(\"%\", Barcode@row) + 1, LEN(Barcode@row) - FIND(\"%\", Barcode@row))<\/p>
I hope this is helpful and it works for you!<\/p>"}]}},"status":{"statusID":3,"name":"Accepted","state":"closed","recordType":"discussion","recordSubType":"question"},"bookmarked":false,"unread":false,"category":{"categoryID":321,"name":"Smartsheet Basics","url":"https:\/\/community.smartsheet.com\/categories\/smartsheet-basics%2B","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":105017,"type":"question","name":"Formula won't recognize values as numbers","excerpt":"Hi there! Problem = I have four \"Text\/Number\" columns that I want to average Complexity = the column values are derived from formulas Issue = when I try to average all four columns with =AVG([Stakeholder Score]@row:[Complexity Score]@row) formula, it keeps throwing an error. Even when I try the long way around…","categoryID":321,"dateInserted":"2023-05-09T19:09:44+00:00","dateUpdated":null,"dateLastComment":"2023-05-09T21:17:50+00:00","insertUserID":131611,"insertUser":{"userID":131611,"name":"Layla Morales","url":"https:\/\/community.smartsheet.com\/profile\/Layla%20Morales","photoUrl":"https:\/\/aws.smartsheet.com\/storageProxy\/image\/images\/u!1!3CjZfyh8C6Q!3AlM_6Q4hzo!RnLEnW7g5Nu","dateLastActive":"2023-05-09T21:14:35+00:00","banned":0,"punished":0,"private":false,"label":"✭✭"},"updateUserID":null,"lastUserID":131611,"lastUser":{"userID":131611,"name":"Layla Morales","url":"https:\/\/community.smartsheet.com\/profile\/Layla%20Morales","photoUrl":"https:\/\/aws.smartsheet.com\/storageProxy\/image\/images\/u!1!3CjZfyh8C6Q!3AlM_6Q4hzo!RnLEnW7g5Nu","dateLastActive":"2023-05-09T21:14:35+00:00","banned":0,"punished":0,"private":false,"label":"✭✭"},"pinned":false,"pinLocation":null,"closed":false,"sink":false,"countComments":3,"countViews":51,"score":null,"hot":3367328254,"url":"https:\/\/community.smartsheet.com\/discussion\/105017\/formula-wont-recognize-values-as-numbers","canonicalUrl":"https:\/\/community.smartsheet.com\/discussion\/105017\/formula-wont-recognize-values-as-numbers","format":"Rich","tagIDs":[254],"lastPost":{"discussionID":105017,"commentID":375028,"name":"Re: Formula won't recognize values as numbers","url":"https:\/\/community.smartsheet.com\/discussion\/comment\/375028#Comment_375028","dateInserted":"2023-05-09T21:17:50+00:00","insertUserID":131611,"insertUser":{"userID":131611,"name":"Layla Morales","url":"https:\/\/community.smartsheet.com\/profile\/Layla%20Morales","photoUrl":"https:\/\/aws.smartsheet.com\/storageProxy\/image\/images\/u!1!3CjZfyh8C6Q!3AlM_6Q4hzo!RnLEnW7g5Nu","dateLastActive":"2023-05-09T21:14:35+00:00","banned":0,"punished":0,"private":false,"label":"✭✭"}},"breadcrumbs":[{"name":"Home","url":"https:\/\/community.smartsheet.com\/"},{"name":"Using Smartsheet","url":"https:\/\/community.smartsheet.com\/categories\/using-smartsheet"},{"name":"Smartsheet Basics","url":"https:\/\/community.smartsheet.com\/categories\/smartsheet-basics%2B"}],"groupID":null,"statusID":3,"image":{"url":"https:\/\/us.v-cdn.net\/6031209\/uploads\/1VAC32KIMJHU\/smartsheet-problem.png","urlSrcSet":{"10":"","300":"","800":"","1200":"","1600":""},"alt":"Smartsheet problem.png"},"attributes":{"question":{"status":"accepted","dateAccepted":"2023-05-09T21:14:33+00:00","dateAnswered":"2023-05-09T20:11:36+00:00","acceptedAnswers":[{"commentID":375019,"body":"