i am having a issue currently where when I try to copy a cell (with a formula e.g. =A1*B1
whose value / product is 6
) and paste the formula into another cell, both the formula (now =A2*B2
) and the copied-from cell’s value (i.e. 6
) are updated in the new cell and also, if there is a total / sum row that factors in both cells, the sum does not get updated either after the paste action.
The only time the formulas update or re-calculate is after I double click the specific cell (as if to edit) and hit ‘enter’ or if I save the page. Even when I update one of the cells which the formula calls for, the formula does not automatically recalculate. This only seems to be happening when working in any workbook with a macro(s) even though there isn’t any code in the macro that should impact this. I’m using excel in Office professional plus 2013.
I don’t recall this happening in the past so it may have started happening more recently. Any help or insight would be really appreciated. (I even tried commenting out all the macro code but the issue still persists.)