Hi,
I’m trying to roundup the following formula: ({GROUP PRICE}+({EXTRAS}*3))/3
Where GROUP PRICE is the pricing for a group to which I add extras * by number of guests and then divide by 3 to obtain a price per person. The formula is working and in this case I obtain a pricing of 101.667€. I’m trying to roundup this number to 102€.
Thanks