### Install Rosetta on macOS Source: https://help.asana.com/s/article/asana-for-adobe-creative-cloud Use this command in the Terminal application to install Rosetta, a compatibility layer that allows Intel-based applications to run on Apple Silicon Macs. ```bash _/usr/sbin/softwareupdate --install-rosetta_ ``` -------------------------------- ### Rollup Function Examples Source: https://help.asana.com/s/article/formula-custom-fields Sums up values from subtasks. The first example shows how to include main task values by adding the field again. ```Asana Formula Rollup(#Field1) + (#Field1) ``` ```Asana Formula Rollup(#Field1) ```