after a question that I put before, I need to create ranges of DAP values for differents 'EspCodigo'. See table.
Previous result:
InvntID EspCodigo DAP Objectivo
15 Ec 15 Rolaria_Ec
16 Ec 5 Rolaria_Ec
26 Pb 50 Folha_Pb
27 Pb 20 Lenha_Pb
28 Ec 12 Rolaria_Ec
29 Ec 30 Rolaria_Ec
30 Ec 5 Rolaria_Ec
31 Ec 7 Rolaria_Ec
32 Ec 40 Desenrolar_Ec
I had use the function Partition but it presents not so good result like example:
Range: Partition([DAP];0;250;5)
Range Count EspCodigo
0: 4 32 EC
5: 9 294 EC
10: 14 673 EC
15: 19 521 ...
20: 24 421 ...
25: 29 288 ...
30: 34 199 ...
The answer should be:
The ranges are not: >0 to <5, >=5 to <10, >=10 to <15, >=15 to <20, ... How can I make like this?
Thanks,