There must be a way, but I cant find it...
I just need to clean up column "Organisasjonsnr" so that the values only contains digits, no spaces or characters.
You can use the keepchars() function. For instance:
keepchars([Organisasjonsnr], "0123456789")
1 Like
Even better, thanks ![]()
If you wanted to follow this way, you could use the "Replace with lookup" action to remove all occurrences of keywords from a list.
My apologies. The cleanup action doesn't work when a cell is comingled with text/numbers because the entire cell is considered text.



