Extracting Numbers from a Cell Containing Both Text & Numbers
Hi All -
I am uploading a .csv file into a Smartsheet sheet. One of the columns within the .csv file is formatted to contain '$ prior to the numbers within the cell (so when opening in Excel, it will not convert the cell contents into scientific notation). I need to remove the '$ text from the cell, so I can sum the value of the column in a separate reporting sheet. I was hoping to add a neighboring column to the Smartsheet sheet (that I am uploading the .csv file to) that would automatically extract only the number value of the neighboring cell, so I can link that column to my reporting sheet and obtain the numeric sum of each cell. Hopefully this makes sense, any formula suggestions? Appreciate any help I can get!
Thank you!
Allison
Comments
-
Try something along the lines of
=VALUE(SUBSTITUTE([Original Column]@row, "$", ""))
This will remove the $ from the string and change it from a text string representing a number to an actual number that can be used in other formulas.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 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!