R Rick Rothstein \(MVP - VB\) May 5, 2008 #2 Make sure you have the Analysis ToolPak Add-In loaded... =MROUND(A1,0.5) Rick
M MartinW May 5, 2008 #3 And if you don't want to load the Analysis Tool Pack try this, =ROUND(A1/0.5,0)*0.5 HTH Martin