Hello, im making a big database and encountered a problem, currently very new to excel (1week) and hungry to learn more.
i got this text for example "TEL 14-30/11 (113-57B)1122,1123,1124,1125" and ive splittet it to 4 colums,
tel 14-30/11 113-57b 1122,1123,1124,1125 with diffrent formulas. but on the last one i want it to splitt into more colums, so each nr got their own.
Formulas ive been using.
tel :=LEFT(FJ4;FIND(" ";FJ4) -1)
14-30/11:=MID(FJ4;FIND(" ";FJ4)+1;FIND(" ";FJ4;FIND(" ";FJ4)+1)-FIND(" ";FJ4))
113-57b:=MID(FJ4;FIND("(";FJ4)+1;FIND(")";FJ4)-FIND("(";FJ4)-1)
1122,1123,1124,1125 :=MID(FJ4;FIND(")";FJ4)+1;20)
On the last formula is there a way to make it splitt up after ever "," ?
i got this text for example "TEL 14-30/11 (113-57B)1122,1123,1124,1125" and ive splittet it to 4 colums,
tel 14-30/11 113-57b 1122,1123,1124,1125 with diffrent formulas. but on the last one i want it to splitt into more colums, so each nr got their own.
Formulas ive been using.
tel :=LEFT(FJ4;FIND(" ";FJ4) -1)
14-30/11:=MID(FJ4;FIND(" ";FJ4)+1;FIND(" ";FJ4;FIND(" ";FJ4)+1)-FIND(" ";FJ4))
113-57b:=MID(FJ4;FIND("(";FJ4)+1;FIND(")";FJ4)-FIND("(";FJ4)-1)
1122,1123,1124,1125 :=MID(FJ4;FIND(")";FJ4)+1;20)
On the last formula is there a way to make it splitt up after ever "," ?