azizunreal
New Member
Hello,
I'm trying to make a matrix of point cloud data. Each number in colums A,B,C will plot itself as a point/pixel in my program. I've done a manual numbering and wondering if I can automate it?
For example, to make a cube 10 x 10 x 10 pixels, I had to do the following:
A B C
0 0 1
0 0 2
0 0 3
and so on until I got to 0 0 10
Now column B starts to increment by +1:
0 1 1
0 1 2
0 1 3
and so on until it reaches
0 10 10
Now column A starts to increment by +1
1 0 1
1 0 2
1 0 3
and so on until this reaches 10 10 10.
In the end, I ended up with 1221 lines in excel. Can I automate it so that if I put 2000 in a cell, these numbers will regenerate on their own up to line 2000 in excel?
I can send the original excel file I made for reference if you require.
I'm trying to make a matrix of point cloud data. Each number in colums A,B,C will plot itself as a point/pixel in my program. I've done a manual numbering and wondering if I can automate it?
For example, to make a cube 10 x 10 x 10 pixels, I had to do the following:
A B C
0 0 1
0 0 2
0 0 3
and so on until I got to 0 0 10
Now column B starts to increment by +1:
0 1 1
0 1 2
0 1 3
and so on until it reaches
0 10 10
Now column A starts to increment by +1
1 0 1
1 0 2
1 0 3
and so on until this reaches 10 10 10.
In the end, I ended up with 1221 lines in excel. Can I automate it so that if I put 2000 in a cell, these numbers will regenerate on their own up to line 2000 in excel?
I can send the original excel file I made for reference if you require.