Is this possible?
If your spreadsheet looks like this
ValueA ValueB ValueC
where these cells are A1, A2, and A3.
If another row has a cell that has =(A1+A2), we want to have a macro that
would put a value in the cell below that displays =(ValueA+ValueB).
|