Forum Discussion
Cassie_B40
Oct 30, 2020Copper Contributor
Help with data calculations for a brewery
Hello! I work in the planning department of a local brewery and needed some help with a data sheet we have been trying to create. I need a spreadsheet to calculate the weight of kegs (empty and ful...
HansVogelaar
Oct 30, 2020MVP
Let's say you enter the number of cases in C2.
In D2, enter the formula
=ROUNDUP(C2/100,0)
This can be filled down if required.