Mar 22, 2023 09:18 PM
Mar 23, 2023 12:59 AM
Try using `SUBSTITUTE()` to replace all your commas with empty spaces
SUBSTITUTE({Field}, ",", "")
Mar 23, 2023 07:14 AM
I would like to keep the commas, but not have them count towards character count
Mar 24, 2023 03:18 AM - edited Mar 24, 2023 03:20 AM
Ah I'm confused sorry. Could you tell me what problem you're encountering with my suggestion above?
If you could include a screenshot of the issue you're facing that'd be great too. Once I understand what the problem is I can provide advice on how to fix it