Use the MULTIPLE.OPERATIONS()
function as inserted by menu selection Data
- Multiple operations
.
The tool works well for tabular input data. For inputs not collected to a structured set, it seems that you can insert the function manually. It allows replacing two input values to arrive at a different value. Please note my remark below.
Syntax:
MULTIPLE.OPERATIONS(ResultLocation;InputLocation1;Substitution1[;InputLocation2;Substitution2])
The two parameters within square brackets are optional and define a second parameter substitution. For your case you would use only one parameter substitution, something like:
MULTIPLE.OPERATIONS(C10;C1;OtherGrossAmount)
Note that I have seen some strange behavior from this function when copied after building a formula manually. It seemed to work on the spot where it was originally entered, but made assumptions about source data that did not translate well with moves. Unable to recreate the behavior today, so it may have been a bug which is now fixed. On the other hand, there may be a good reason why the function is not documented with syntax for manual entry, but only for entry from the menu item.