Hi,

I'm trying to convert from oz to cl but I want the result to round up to closest .25.

This is how I did it for oz to ml: =roundup(convert(C2,"oz","ml"),0)

How would I do this if I wanted to round up to the closest .25?

Thanks in advance!