D
domagoj
I have a table which consists columns "point", "x1", "y1"
There are many points one after another, and i need them separated with one
row.
Example:
point1 x1,y1
point2 x2,y2
point3 x3,y3
into this:
point1 x1,y1
point2 x2,y2
point3 x3,y3
How to insert that rows by selecting all cells that need separating?
There are many points one after another, and i need them separated with one
row.
Example:
point1 x1,y1
point2 x2,y2
point3 x3,y3
into this:
point1 x1,y1
point2 x2,y2
point3 x3,y3
How to insert that rows by selecting all cells that need separating?