F
fitzu
I need to add a - after the first 5 digits can get it to work with numbers
but not with letters & numbers
but not with letters & numbers
Gary''s Student said:Try:
=LEFT(A1,5) & "-" & RIGHT(A1,LEN(A1)-5)
fitzu said:I need to add a - after the first 5 digits can get it to work with numbers
but not with letters & numbers