Hi,
I'm attempting to use a formula filter that will prepend a character to a value if the value meets a condition.
Here is what I have:
StartsWith([ID],"8",Replace([ID], "8", "'8"))
So if [ID] starts with the character 8, I want to prepend a single apostrophe to it.
But when I run the job, my spreadsheet gets wiped. I had data before I inserted this formula, so I believe this formula to be the culprit.
Can someone tell me what I'm doing wrong?
Thanks,