I have a huge number of cells with varying length of text and varying length of numbers. I want to count the length of the first number in a text string (might be several numbers in one text string. For example, in the string abcd1234def567 I want to count to 4 based on the number 1234 (excluding 567 from the count).
(Ideally I want a formula that returns the number 1234 in a different cell. Both length of text and length of numbers might vary, but I want to return the first string of numbers that occur in a cell).
(Ideally I want a formula that returns the number 1234 in a different cell. Both length of text and length of numbers might vary, but I want to return the first string of numbers that occur in a cell).