Sum total booking cost not working

Hi,

I have three dropdown fields to allow users to select adult ticket numbers, child ticket numbers and infant ticket numbers. As the booking process progresses I am doing a booking summary as illustrated. However, the formula for total booking cost isn’t calculating correctly.

This is the approach I’m taking to sum booking cost

But I’m not returning the expected total but it is working as expected against each ticket type individually, e.g. adult tickets, 2 selected at £25 each, total £50 but not when I’m attempting to sum the three.
image

Any help would be appreciated.

Thanks,

Hi, you might want to go to your app settings → Versions → Beta feature and check the expression parenthesis

Your error might come from an order of execution logic. Maybe you’re multiplying by 0 at some point.

You can also use a math plugin, or if you are looking for more advanced formulas like excel then checkout

Formula - Excel & Math Formulas

This topic was automatically closed after 70 days. New replies are no longer allowed.