Formula reference in IF statement unparseable or invalid operation.
I have a column called [Limitation]. If that column has the value B1.3 in it, the [Reference] column should return "3", otherwise "NA".
I am using =IF([Limitation]:[Limitation] = "B1.3", "3", "NA")
It seems like it is right, but it's unparseable. Any ideas?
I will add that =IF([Limitation]1="B1.3","3","NA") works just fine. But I need it to be a column formula. And the option to convert to column formula does not work (error= "syntax is quite right")
Answers
-
Hi @mccoy_FSI
I hope you're well and safe!
Try something like this.
=IF(CONTAINS("B1.3", Limitation:Limitation), "3", "NA")
Did that work/help?
I hope that helps!
Be safe, and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
It just returns 3 in every row. Which is odd because some of those rows definitely do not contain B1.3. Though they do contain B1.1
-
Not sure I follow!
Do you want to check the whole column or only the row?
Can you elaborate?
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
If the row has a B1.3 in the Limitation column, the reference column should be "3" in that row. Need the formula to apply new entries, hence why I think I need a column formula.
So row 1 may have B1.3 in the limitation column, therefore that rows reference column should be 3. Row 2 may have C in the limitation column, therefore that rows reference column should be NA.
-
Ok. Then this should work!
=IF(Limitation@row = "B1.3", 3, "N/A")
Did it?
✅Remember! Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up/Awesome or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Yes. Yes it did work. Thank you very much!
-
Excellent!
Happy to help!
✅Remember! Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up/Awesome or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Is this going to work with nested statements? For example, if Limitation column is B1.3 then reference column is 3 but if Limitation column is C then reference column is 1.
Update: Disregard that, yes nesting is pretty easy with that formula I got it to work how I need. Thanks again!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 466 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!