i have pasted below 4 columns of numbers... the first column is the amount of time between when a case is SCHEDULED to start and when it actually starts... the second column is the result of a formula that gives each entry a 1 or a 0 depending on the total of the column before it. the next column is the variable. the last column is what i should be seeing in the variable column if i am understanding them correctly...
the way i am thinking it through, when the variable finds the first entry "0" it adds that to itself and remains at 0... then after that - because the point formula registers a "1" - the variable should increase by 1 for each entry...
for some reason it is adding right on some entries and not others... can anyone think of what i may be doing wrong to be getting this result?
# of mins point result variable result expected variable
2 0 0 0
52 1 1 1
12 1 4 2
47 1 5 3
32 1 6 4
27 1 7 5
18 1 8 6
thanks...
ShannonLea
the way i am thinking it through, when the variable finds the first entry "0" it adds that to itself and remains at 0... then after that - because the point formula registers a "1" - the variable should increase by 1 for each entry...
for some reason it is adding right on some entries and not others... can anyone think of what i may be doing wrong to be getting this result?
# of mins point result variable result expected variable
2 0 0 0
52 1 1 1
12 1 4 2
47 1 5 3
32 1 6 4
27 1 7 5
18 1 8 6
thanks...
ShannonLea