About Math Column

Are you wanting to use form values in a calculation and display the results before the form is submitted?

That is not possible, because form values are not written to the underlying table until after the form is submitted.

To do this, you would need to use a custom form.

Can you describe your use case in a little more detail?