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
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!