Hi All. I need help to remove the sign '-' but only from places where it isn't a part of a number sign. Below is the input and output. Please let me know if anyone can help.
Input:
-
Output
Hi @SCK
You can use filter tool to filter out '-'
Data does not equal to '-'
Hope this helps 🙂
If this post helps you please mark it as solution. And give a like if you dont mind 😀👍
@SCK use Equal as the criteria to filter.
@atcodedog05 you are fast...😁
Apologies here goes the revised data.
-40
Here is a workflow for the task.
Output:
Workflow:
@SCK
Here you go
You can also do this through a single Multi-Field Formula tool using a REGEX_Replace formula (the "-$" finds a dash with nothing after it)