Hi there. At one time I was given this formula to mimic the ceiling function:
Round(({database.field+2.4999}/5,0)*5
at that time I wanted to round to the nearest $5. Now I need to round to the nearest $25. What should my new numbers be to achieve this?
Round(({database.field+2.4999}/5,0)*5
at that time I wanted to round to the nearest $5. Now I need to round to the nearest $25. What should my new numbers be to achieve this?