Another option would be to have a macro which replaces all incidences
of an equals sign with an equals sign using something like:
Cells.Replace What:="=", Replacement:="=", LookAt:=xlPart
This forces each cell with a function to be changed and then
calculated.
You'll need to decide if you want to do all the sheets in the
workbook.