Hello
This spreadsheet contains values for each week, say:
[pre]
A B C D
1 0.00 229.00 79.99 160.00
[/pre]
Other cells contain 10% of the above values. But it rounds C1 to £8.00 but it must be £7.99.
I tried using
[pre]
=IF(K11="79.99","7.99",(K11*10/100))
[/pre]
but it's still giving me 8.00 as the answer.
I'm not sure what to do here, can someone advise?
thanks
thank you for helping
____________
Pendle
This spreadsheet contains values for each week, say:
[pre]
A B C D
1 0.00 229.00 79.99 160.00
[/pre]
Other cells contain 10% of the above values. But it rounds C1 to £8.00 but it must be £7.99.
I tried using
[pre]
=IF(K11="79.99","7.99",(K11*10/100))
[/pre]
but it's still giving me 8.00 as the answer.
I'm not sure what to do here, can someone advise?
thanks
thank you for helping
____________
Pendle