So I'm trying to create a formula that lets me round up my lowest value to 6. I tried an IF statement (IF(Numerical Value)<=6, "6") which works but there are two problems. 1) the "6" is not recognized as a number so I can't do a total 2) for my numbers, that are great than 6 I get an error message. I essentially want my formula to round any number less than 6 to 6 while maintaining anything greater than or equal to 6. Hope this makes sense.