Update Column Formula with Control Center

Automations 1
Automations 1 ✭✭✭✭✭
edited 06/14/22 in Add Ons and Integrations

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)

Answers