Hello,
I am currently working on a way to subtract the first word from a string in a table formula and not sure how to achieve this without the FIND function. I want to use first name only, so the formula should be made in such a way to only get the data before the first space (e.g. Jochem Cuppen should be Jochem).
Should I use SUBSTRING or LEFT, or any other formula?