G
Guest
Good Morning,
How Can I combine these two?
=substitute(a1,".","") and =left(a1,9)
I have a string of numbers and I have a period among those numbers(the
period is not in a fixed place), I would like to remove the period and always
keep first left nine digits.
Lets say 42.254420115600000000, 422542011
Thank you for your help
How Can I combine these two?
=substitute(a1,".","") and =left(a1,9)
I have a string of numbers and I have a period among those numbers(the
period is not in a fixed place), I would like to remove the period and always
keep first left nine digits.
Lets say 42.254420115600000000, 422542011
Thank you for your help