I searched here to see if anyone else already had posted something like this, but I didn't find anything...
I'm looking for direction/thoughts on how to write a function that will take a given number and return the nearest quarter value, like this:
1.15 = 1.25
1.45 = 1.50
1.68 = 1.75
Any ideas?
Thanks!