Adding up values

Hello all

I have a form which incudes 2 money values - i want to be able to add these up together and put the total into a new column in Google sheets

I have seen the Math column but this is not adding it back to the destination google sheet.

any advise would be appreciated.

Thanks

I would add a Set Column action to the On Submit setting of the form button:

An alternative is to use Google Sheet’s arrayformula, if you have to have that value in the Sheets. Computed columns (including Math) won’t show up in the Sheet.