Hi,
I'm trying to update a column formula with control center. When I do Find/Replace and look at the test sheet, it's not updating.
Original Formula :=IF(Summary@row = true, "", [Amount I]@row + [Amount II]@row + [Amount III]@row - [Allowance I]@row - [Allowance II]@row)
New Formula: =IF(Summary@row = true, "", [Amount I]@row + [Amount II]@row + [Amount III]@row - [Allowance I]@row - [Allowance II]@row - [Spousal Allowance]@row)