Thread: splitting cell
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default splitting cell

if A1 contains 12345678
then in B1 thru I1, enter:
=MID($A$1,COLUMN()-1,1)

--
Gary''s Student - gsnu200726