Hi to all!
Two days now I am trying to solve this puzzle so any suggestions/ideas you may have would be greatly appreciated!!
Here is the issue:

I have a series of different numbers that I need to break down into smaller ones (bands)
For example
Numbers
2.447
3.826
4.790
6.428
Need to be broken down to:
1st band = 1.000
2nd band = 1.500
3rd band = 1.500
4th band = 1.500
5th band = 1.500
The end result looks like this:
Bands 1.000 1.500 1.500 1.500 1.500
2.447 1.000 1.447 0 0 0
3.826 1.000 1.500 1.327 0 0
4.791 1.000 1.500 1.500 791 0
6.429 1.000 1.500 1.500 1.500 929
Thanks!
Chrisso
Two days now I am trying to solve this puzzle so any suggestions/ideas you may have would be greatly appreciated!!
Here is the issue:
I have a series of different numbers that I need to break down into smaller ones (bands)
For example
Numbers
2.447
3.826
4.790
6.428
Need to be broken down to:
1st band = 1.000
2nd band = 1.500
3rd band = 1.500
4th band = 1.500
5th band = 1.500
The end result looks like this:
Bands 1.000 1.500 1.500 1.500 1.500
2.447 1.000 1.447 0 0 0
3.826 1.000 1.500 1.327 0 0
4.791 1.000 1.500 1.500 791 0
6.429 1.000 1.500 1.500 1.500 929
Thanks!
Chrisso