Hello everyone!
Thanks for taking the time to read my post.
My situation is as follows:
I have 11 Sheets (Sheet1, Sheet2,etc..) each has 215 columns and 215 rows.
# 1 2 3 4 5 ....
1 0
2 .4 0
3 .2 .4 0
4 .1 .1 .1 0
5 .4 .5 .6 .2 0
Each column and row represents a point and the matrix created is a distance from point a to point b.
I would like to unwrap the matrix so that all this information is represented in 3 columns ( point a : point b : distance )
Does anyone know of a macro that can be created to help me out?
I really appreciate your time and kindness!
Cheers!
Thanks for taking the time to read my post.
My situation is as follows:
I have 11 Sheets (Sheet1, Sheet2,etc..) each has 215 columns and 215 rows.
# 1 2 3 4 5 ....
1 0
2 .4 0
3 .2 .4 0
4 .1 .1 .1 0
5 .4 .5 .6 .2 0
Each column and row represents a point and the matrix created is a distance from point a to point b.
I would like to unwrap the matrix so that all this information is represented in 3 columns ( point a : point b : distance )
Does anyone know of a macro that can be created to help me out?
I really appreciate your time and kindness!
Cheers!