Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored 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.
Help Us Improve Smartsheet - 2 minute survey
Hello all,
My name is Jeilymar Brady and I am the User Experience Coordinator with Smartsheet UX Research. Please fill out this survey, should take about 2 minutes:http://www.surveygizmo.com/s3/3515357/SmartsheetSurvey
This is a quick survey we would love for you to take so we can gather some insights that will help us learn more about our users!
Cheers,
Jeilymar Brady | Smartsheet UX Coordinator
Tags:
- 形式
- Workspaces
- Search
- Templates
- Sheets
- Publish
- API and Developers
- Calendar View
- Sharing and Collaboration
- Mobile
- Contacts
- Printing
- Formulas
- Account and User Management
- Reports
- Attachments
- Security
- Integrations
- Enhancement Request
- Solution Center
- Webinars
- Dashboards
- Email Notifications
- Community Platform
- Conditional Formatting
- Gantt View
- Comments and Conversations
- Groups and Group Management
- Card View
- Importing and Exporting
- Update Requests
- Cell linking
Comments
-
Brad Jones ✭✭✭✭✭✭
Please include some details about the propsed survey. I normally like to give feedback, but not on topics I am not versed in.
This discussion has been closed.
Categories
Hi @MeganJF<\/p>
I guess you forget to use AND( ).<\/p>
For example, <\/p>
- IF([Total Value to User Score]@row = <3.8, >4.7, \"Mild,<\/li><\/ul>
should be<\/p>
- IF(AND(<\/strong>[Total Value to User Score]@row < 3.8, [Total Value to User Score]@row > 4.7)<\/strong>, \"Mild\",<\/li><\/ul>
However, the following would be more straightforward.<\/p>
- =IF([Total Value to User Score]@row >= 4.8, \"No Pain\", <\/li>
- IF([Total Value to User Score]@row >= 3.8, \"Mild\", <\/li>
- IF([Total Value to User Score]@row >= 2.8, \"Moderate\", <\/li>
- IF([Total Value to User Score]@row >= 1.8, \"Very Severe\", <\/li>
- IF([Total Value to User Score]@row < 1.8, \"Extreme\", \"//m.santa-greenland.com/community/discussion/8836/\")))))<\/li><\/ul>
- IF(AND(<\/strong>[Total Value to User Score]@row < 3.8, [Total Value to User Score]@row > 4.7)<\/strong>, \"Mild\",<\/li><\/ul>