I need to round values to the nearest 100. For example: 178,888 to 178,900 and 154,233 to 154,200. I've worked out how to get decimals to round the way I want, but not whole values. Any advice? Thank you!
Answered my own question! Worked out that I could put -2 as the integer_expression in the Round function.