Creating a formula based on data
Hey community!
I'm trying to create a formula in a column that will pick up a value if a box contains certain text.
i.e. IF 'Won' is selected, the cell is to copy a value from one cell and place it in another.
Is someone able to assist? If you need more info, please let me know :)
Best Answers
-
I hope you're well and safe!
Try something like this.
=IF(CONTAINS("Won", Won@row), [Quoted Value]@row)
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.
-
This should work for you:
=IF(Won@row = "Won", [Quoted Value]@row)
Answers
-
The formula would need to go into the cell that is going to house the copied data.
-
Thanks for that, I've tried the following formulas, but I keep getting the same error #UNPARSEABLE
=IF(Status1 = "Won", Value1, 0)
=IF([Check Won] = 1, [Quoted Value], "")
=IF([Won] = "Won", [Quoted Value], "")
All I want to do is, if the 'Won' column contains the word 'Won' I would like the 'Quoted Value' columns value to transfer into the 'Value Won' column.
Am I missing something?
-
I hope you're well and safe!
Try something like this.
=IF(CONTAINS("Won", Won@row), [Quoted Value]@row)
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.
-
This should work for you:
=IF(Won@row = "Won", [Quoted Value]@row)
-
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!