Forum Discussion
Mahendrajain
Jul 09, 2021Copper Contributor
Cannot calculate the Sum
Hi team, I created a form where I need to capture the total time spent on each activity. However, on the file under the total time I see an extra symbol before the number (example: '6) due to thi...
PReagan
Jul 09, 2021Bronze Contributor
Hello Mahendrajain,
You can Find and Replace the extra symbols with Ctrl + H:
Or, you can substitute extra symbols like ' with =SUBSTITUTE(A1,"'",""):