Hi All.
We are trying to make an order form that calculates a number typed by our clients to a box rate. To do this we have tried dividing the order by the amount per box then rounding up to a full box.
we have been advised to try this.add a flat value of 0.5 to anything returned by the above formula. This will force any value to be able to get rounded to the number you’re looking for.
The problem is that it adds the .5 even if there is a zero number in the column (or nothing in the cell). The clients need to choose from a list of products, at the moment the round up function generates an order of one box when nothing has been typed over the hole list. is there a way to incorporate a rule that a zero number means the .5 is not added or no roundup takes place. Our original order form was done in Excel. =ROUNDUP(+G5*M5/2,0) The formula was quite simple.
I know there is a lot of smarter people out there than me so perhaps someone has a much better way to achieve this.
Regards
Gary