round down Pivot table calculated field

woods2007

Board Regular
Joined
Aug 29, 2007
Messages
57
Does anyone know how to round down the result of a calculated field in a pivot table?

See sum of average- I need this to round down to a whole no.
Excel Workbook
ABCDE
3Values
4JobNoAverage of targetSum of QtySum of time takenSum of average
55286165089494051325.777778
653651650202617801558.538462
Sheet1
Excel 2010

Thanks in advance

Stephen
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
Stephen,

You should be able to add the RoundDown() function to the formula you currently have for the calculated field.

If that doesn't work for you, please post the calculated field formula.

If you just need to display the value rounded to the nearest whole number, you can do that simply by applying numberformatting to the cells.
 
Upvote 0
Does anyone know how to round down the result of a calculated field in a pivot table?

See sum of average- I need this to round down to a whole no.

Sheet1
ABCDE
3Values
4JobNoAverage of targetSum of QtySum of time takenSum of average
55286165089494051325.777778
653651650202617801558.538462

<thead>
</thead><tbody>
</tbody>
Excel 2010



Thanks in advance

Stephen

Try:
=ROUNDDOWN( 'Sum of average',0)
 
Upvote 0

Forum statistics

Threads
1,216,446
Messages
6,130,699
Members
449,586
Latest member
spg5150

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top