Share via

Problem with round up values in pivot table

Anonymous
2010-10-11T11:11:08+00:00

Hi,

I have an excel sheet where the data in one column is rounded up by an excel formula, as example below 

(I can put maximum 1500 items in one box. Column A tells how many items I shall deliver in each shipment and col B tells how many boxes I need for the shipment.)

Col A                     Col  B =ROUNDUP(A2/1500;1)    

(items to deliver)    (Needed No of boxes)

 18 300                        13

 27 900                        19

188 400                      126

This works fine, but when I add the values from column B to a pivopt table the values change back to decimals and are no longer rounded up. Is there any way transfer the round up values to the pivot tavle?

I cant deliver 12,2 boxes so the decimal value isn't interesting to me, I need to be able to use rounded up values also in my pivot table!

Thanks in advance for any help!

/Skarvan, a confused logistics administator

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

DanielCo 107.7K Reputation points
2010-10-11T11:51:24+00:00

The formula should be =ROUNDUP(C2/1500,0); this works fine in a pivot.

Regards.

Daniel

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful