Hello all.
I need some help with an Excel Online Script. I need to go through all the cells in a column and replace special characters with nothing. For example for every cell in the column, I need to replace a "*" with "", and "-", with "".
It works fine...however when running the script in Power Automate Flow it times out. Even without using it in Power Automate it is slow...so I'm wondering is there a way to filter the column and only provide the cells that have a special character in them?
Give me all the cells that have a "*" or "-" and that way I only have to update those cells...or can I do some kind of BULK replace the entire column where there is a "*" or "-"?
Thanks in advance.
Mark