Hi,
I have identified a problem with a formula, but dont know how to fix it.
the formula does not take the exact figure in k28, it takes the figure rouned down to 0 decimal places, currently I have 0.52% in k28 and the formula is calcualted into K52 when it should be in K51 as this is the percentage that it fits, but because of the rounding of K28 the figure appears in the wrong cell.
ss setup - brief
in a50 - a68 i have the percentages i am checking against they go up in .5 up to a57 and 1.0 upto 68
so like
0
0.5
1
1.5
2
2.5
3
3.5
4
5
6
7
8
9
10
11
12
13
14
the formula is the same all the way down in column K except that it looks in different cells in column C,
row 28 holds the abandon rate figure.
k42 has total hours worked (143,002.71), k14 has target rate(4.00%), and k52 shows a figure of 8580.16 (which i think is wrong).
anyone got any ideas.
Hope this is of use, Rob.
I have identified a problem with a formula, but dont know how to fix it.
Code:
=(IF($C52-(ROUND(K$28,2))=0,(K$14-$C52)*K$42,0))*2
ss setup - brief
in a50 - a68 i have the percentages i am checking against they go up in .5 up to a57 and 1.0 upto 68
so like
0
0.5
1
1.5
2
2.5
3
3.5
4
5
6
7
8
9
10
11
12
13
14
the formula is the same all the way down in column K except that it looks in different cells in column C,
row 28 holds the abandon rate figure.
k42 has total hours worked (143,002.71), k14 has target rate(4.00%), and k52 shows a figure of 8580.16 (which i think is wrong).
anyone got any ideas.
Hope this is of use, Rob.