Unparseable
Hi,
I'm trying assign a number to the $ symbol.
I'm using this formula:
=IF(6_state_$ = "Empty", 0, 6_state_$ = "One", 1, IF(6_state_$ = "Two", 2, IF(6_state_$ = "Three", 3, IF(6_state_$ = "Four", 4, IF(6_state_$ = "Five", 5, 0))))))
But it comes back with unparseable. What am I doing wrong?
Thank you in advance!
Best Answer
-
Happy to help!
Try something like this.
=IF([Scope Value]@row = "Empty", 0, IF([Scope Value]@row = "One", 1, IF([Scope Value]@row = "Two", 2, IF([Scope Value]@row = "Three", 3, IF([Scope Value]@row = "Four", 4, IF([Scope Value]@row = "Five", 5))))))
Did that work?
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.
Answers
-
Can you maybe share some screenshots of your column names? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help. (share too, andree@getdone.se)
I hope that helps!
Be safe and have a fantastic weekend!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. 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.
-
Hi Lenya, assuming that 6_state_$ is a reference to a cell, try enclosing it in square brackets [ ] also, I'm not seeing a reference to the row number. For example [6_state_$]5 (with 5 being row 5. Or try using @row for the two number.
Hope this helps. If not, please include a screen shot.
Cheers,
Ramzi
Ramzi Khuri - Principal Consultant @ Cedar Tree Consulting (www.cedartreeconsulting.com)
Feel free to email me: ramzi@cedartreeconsulting.com
💡 If this post helped you out, please help the Community by marking it as the accepted answer/helpful.
-
Thank you so much for replying @Ramzi @Andrée Starå
I've tried adding square brackets and a reference row number, but I'm still getting the unparseable.
Here is a screenshot for you. Is there anything else I should do?
-
Happy to help!
Try something like this.
=IF([Scope Value]@row = "Empty", 0, IF([Scope Value]@row = "One", 1, IF([Scope Value]@row = "Two", 2, IF([Scope Value]@row = "Three", 3, IF([Scope Value]@row = "Four", 4, IF([Scope Value]@row = "Five", 5))))))
Did that work?
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 did!!! @Andrée Starå Thank you so much for your assistance!!!
-
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.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 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!