G
goss
Hi all.
Using xl xp pro
I have a list of numbers in this format 7001.1200 or 7001.1201
In col B I need a formula that leaves the 8 digit number w/o the
period separator.
I tried concatenate(Right(A1,4),(LeftA1,4))
But did not handle the trailing zeroes
So on 7001.1200 I received 70011.12 instead of 70011200
Any ideas
Using xl xp pro
I have a list of numbers in this format 7001.1200 or 7001.1201
In col B I need a formula that leaves the 8 digit number w/o the
period separator.
I tried concatenate(Right(A1,4),(LeftA1,4))
But did not handle the trailing zeroes
So on 7001.1200 I received 70011.12 instead of 70011200
Any ideas