You can use the Excel =round() function. It takes two arguments, one is the data you want to round and the second the number of decimal places. Since you're working with percentages you'll need two decimal places to round it off to a single percentage.
Ie if your number is in cell A1 then you would use:
=round(A1,2)
Jesse
Bookmarks