A probable workflow under this paradigm looks like this:
- Design and place your inputs as cells in the spreadsheet, giving a name to each
- Create variables for your outputs, and place references to these variables in your output cells.
- Write the functions that will generate the outputs from the inputs, and fill in the variables with calls to these functions.