I have a "detail" report on one page of my workbook and a "totals" page with a pivot table for a quick refrence for all of the field personnel. The idea is for the pivot table to be looked at first, then the detail for further info if an issue is found. In the detail report, there are gross profit figures built into the query. I can format the spreadsheet to show percentages, but when you double click on the sales dollars in the pivot table report, the percentages show up like this .5423116598. I have multiplied the column in the query by 100 to create a two digit number on the left side of the decimal, but it changes the percentages and still leaves the rest of the numbers to the right. Not good. I have tried to write a little in the sql statement too, trying to turn that number into a decimal etc.. Any ideas?