Use Sheets as a Calculator or Adding Machine
Changing the value in place based on a leading operator. Important Notes: * Since ‘+’ is a legal operator to start a formula, Sheets automatically converts it to ‘=’ * Using .splice() on e.value essentially forces it to be considered a String. Multiply it by read more