Formula not working in Smartsheet when data is populated from form
I'm using a form to populate my Smartsheet. If N/A is selected from a dropdown list the completed column for that section should be checked (see below). I can get it to work when selected in the Smartsheet using formula =IF(([Loan Servicing]@row)="N/A",1) but not if the selection N/A is being populated from the form.
Thank you.
Answers
-
Hi @Mandy Campbell ,
It looks like your columns that have N/A in them are multi-select dropdowns. If this is the case, you may have to use HAS. Formulas have difficulty with multi-select dropdowns. It could look something like this:
=IF(HAS([Loan Servicing]@row,"N/A"),1,0)
Here's the link to information about HAS: https://help.smartsheet.com/function/has
Hope this helps! Let me know if it works.
Best,
Heather
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!