I have numbers in my data that need to be rounded up to the neares 50. I know how to use roundup to nearest 10, 100, etc..but that wont work with 50. IE: 20,255 = 20,300 20,245 = 20,250 Thanks for any suggestions.