I have a situation that has left me feeling like a complete newbie. I've even tried to research this on the internet, but haven't located anything on it.
Here's my problem:
I'm trying to round a salary amount to a thousand, trying to always round up. So, for instance, if someones salary was $40,000.01 I would like the return to read $41,000.00
I've used the Round Function ROUND(SALARY,-3)and I've even tried ROUND(CEILING(SALARY),-3)but this doesn't seem to work for what I need and tends to round down.
What's the secret? Is this something so ovious that it's not listed on the internet due to its generality? HELP!
Here's my problem:
I'm trying to round a salary amount to a thousand, trying to always round up. So, for instance, if someones salary was $40,000.01 I would like the return to read $41,000.00
I've used the Round Function ROUND(SALARY,-3)and I've even tried ROUND(CEILING(SALARY),-3)but this doesn't seem to work for what I need and tends to round down.
What's the secret? Is this something so ovious that it's not listed on the internet due to its generality? HELP!