Heya,
I got a problem to solve: In my cell (O5) I have an amount of numbers, separated by commas and spaces. I wish to know the amount of numbers in that cell.
For example: This is in O5: "1, 3, 8, 12, 15, 16" (without the "") And i need something that tells me that there are 6 values/numbers in there.
Restrictions:
Doesn't matter if its VBA or a formula tells me that. But preferably I don't want to use a text to columns macro. Also preferably not with variables, as I will count the amount of values in that cell thousands of times.
Kind regards,
Chris
I got a problem to solve: In my cell (O5) I have an amount of numbers, separated by commas and spaces. I wish to know the amount of numbers in that cell.
For example: This is in O5: "1, 3, 8, 12, 15, 16" (without the "") And i need something that tells me that there are 6 values/numbers in there.
Restrictions:
Doesn't matter if its VBA or a formula tells me that. But preferably I don't want to use a text to columns macro. Also preferably not with variables, as I will count the amount of values in that cell thousands of times.
Kind regards,
Chris