Hi all,
I have text like the following:
<tbody></tbody>
<tbody>
</tbody>
How can I write one formula to just pull the first number only? Taking into account that the number can be anywhere from 1-3 digits long?
I tried using a simple LEFT and MID formula but I couldn't account for the different number sizes
Any suggestions? Thanks!
I have text like the following:
<tbody></tbody>
Num: 73, Percentage: 20.39% |
Num: 260, Percentage: 72.63% |
Num: 2, Percentage: 1.43% |
<tbody>
</tbody>
How can I write one formula to just pull the first number only? Taking into account that the number can be anywhere from 1-3 digits long?
I tried using a simple LEFT and MID formula but I couldn't account for the different number sizes
Any suggestions? Thanks!