V
vsoler
My problem is the following:
I have a rectangular range of values. They represent the coefficients
of allocation of costs from origine cost center to destination cost
center. Where no allocation is necessary, I have an empty cell. The
range is rather empty, because the number of cost allocations is
limited (it is a sparse range).
Say columns and rows are numbered from 1 on.
1 2 3 4 5 6 7 8 9 ... n
1
2 .65
3 .7
4
5
6
7 .8 .15
8
9 .3
....
m
I want to obtain a vertical list of cells with the coefficients that
exist, thus without the blank cells
In our case, from left to right, from top to bottom:
1 .65
2 .7
3 .8
4 .15
5 .3
How can I do this?
I have a rectangular range of values. They represent the coefficients
of allocation of costs from origine cost center to destination cost
center. Where no allocation is necessary, I have an empty cell. The
range is rather empty, because the number of cost allocations is
limited (it is a sparse range).
Say columns and rows are numbered from 1 on.
1 2 3 4 5 6 7 8 9 ... n
1
2 .65
3 .7
4
5
6
7 .8 .15
8
9 .3
....
m
I want to obtain a vertical list of cells with the coefficients that
exist, thus without the blank cells
In our case, from left to right, from top to bottom:
1 .65
2 .7
3 .8
4 .15
5 .3
How can I do this?