Nathalie_Salas wrote:
HI Andre
Many thanks. How can I include that formula within my existing formula?
({Original Price AED} * (100 - Discount)) / 100
Or do I have to create a separate column to do the ROUND formula?
I think there’s a typo in your original example. If by
round up by 5 or round down by 5
you mean round to the nearest multiple of 5, where 4556 would round to 4555, 2333 to 2335, and 2332 to 2330, the formula you want is
ROUND(number*2,-1)/2
To incorporate that into your current formula, just replace 'number'
with your formula:
ROUND((({Original Price AED} * (100 - Discount)) / 100)*2,-1)/2