In column I of my file, I have the name of clubs with a number that can take any value.
I would like to be able to retrieve the name of the club only: for this, I thought I would retrieve the position of the number that follows and then extract the character string.
My problem: I don't know how I can "easily" find the position of a number in a cell.