I have the following issue:
I have Column A and Column B, the user can input data on either A or B and the sheet should do the calculation regardless of what column the data is entered on:
Example: User can enter 1200 in column A and Column B will display the data /2 (600), but the user can also enter 600 in column B and column A should display the data * 2 (1200), using formulas will not be an option because if there are formulas in both columns and the user enters the information will delete the formula in either or, is there any alternative on Appscript for this?