Formula Assitance
Good Day Smartsheet Community.
I am looking for assistance on a basic formula which i i can do in excel but cant seem to come right in Smartsheet.
I want a column to return a value/number but remove the remaining value/numbers.
The column is called Deal Qty and has a value of 240+24 but all i want in the next column is the 240.
Not all the values are the same, some are 1200+50 or 1600+40 or 240+24 but i only want the values from before the + sign.
Thank you in advance.
Answers
-
Try something like this:
=VALUE(LEFT([Deal Qty]@row, FIND("+", [Deal Qty]@row) - 1))
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!