Hi there
I am having trouble using rounding up to the nearest 5.
I have a query which calculates the .5% stamp duty on a cheque amount.
So a cheque for £1200 pays £6 stamp duty.
My calculation in the query for rounding up is
RoundedSD: (([StampDuty]+4)\5)*5
Which gives me £10 stamp duty on a £1200 cheque. That is correct.
However, on a cheque for £55000, the should be £275 stamp duty. But my calculation above gives me £280. (275+4 = 279 - rounded to 275.
How do i get it so if its on a multiple of 5, it stays at that amount
I am having trouble using rounding up to the nearest 5.
I have a query which calculates the .5% stamp duty on a cheque amount.
So a cheque for £1200 pays £6 stamp duty.
My calculation in the query for rounding up is
RoundedSD: (([StampDuty]+4)\5)*5
Which gives me £10 stamp duty on a £1200 cheque. That is correct.
However, on a cheque for £55000, the should be £275 stamp duty. But my calculation above gives me £280. (275+4 = 279 - rounded to 275.
How do i get it so if its on a multiple of 5, it stays at that amount