Remove a specific character or split in to two columns
Hi SS team,
I have a data shuttle importing a csv to a sheet. Their is a "Total Invoice Amount" column that is a dollar value but comes in to the sheet with a (') in the front Ex: ('$7,926.41). I am not able to utilize functions like SUMIFS with the data. I am having trouble trying to create a helper column to either "split" that first character from the rest in to two columns or to actually remove it. Any help with this is greatly appreciated!
Best Answer
-
This should work:
=VALUE(REPLACE([Total Invoice Amount]4, FIND("$", [Total Invoice Amount]4), 1, ""))
Finds the dollar sign, replaces it with nothing, converts the string into a number that can be used for calculations.
Answers
-
This should work:
=VALUE(REPLACE([Total Invoice Amount]4, FIND("$", [Total Invoice Amount]4), 1, ""))
Finds the dollar sign, replaces it with nothing, converts the string into a number that can be used for calculations.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.1K Get Help
- 351 Global Discussions
- 198 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 135 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 443 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!