i am trying to add a formula to a cell when a row is created or changed.
i have read almost everything and they say use a helper column, great, but i still have to copy the fomula to the newly added rows.
i trying to add this formula to a cell (Year column) on new rows, =IF([Request Date]@row <> "", YEAR([Request Date]@row), "").
any ideas or help?