What allows you to monitor the values and formulas in cells as you work on a worksheet?

Both Google Sheets and Microsoft Excel support a built-in mechanism called data validation rules. Data validation rules allow you to constrain the values that can be entered into a worksheet cell. You can define one or more data validation rules for your worksheet. Typically, you define a separate data validation rule for each column in your worksheet where you need to constrain user entered values.

When you create an AppSheet application from a worksheet having data validation rules, AppSheet will automatically detect these data validation rules and apply them to your AppSheet application. This ensures that data values entered through your AppSheet application conform to the same rules as data values entered directly into your worksheet.

The drop-downs that AppSheet automatically creates from worksheet data validation rules have one significant limitation. AppSheet does not automatically detect changes you make to your worksheet data validation rules. Instead, each time you change a worksheet data validation rule, you must manually regenerate the corresponding AppSheet table. When you do the regenerate, AppSheet will detect the worksheet data validation rule change and update the AppSheet application to match.

Define a Google Sheets data validation rule

You can define a data validation rule in Google Sheets in two ways.

  • Manually type in the allowed values into the validation list.
  • Create a new worksheet containing a predefined set of cells that contain the allowed values.

When you have a lot of allowed values, we recommend the second approach. The first approach, manually typing the allowed values, imposes a limit of 256 characters for the entire list.

You can follow the steps listed below to define a data validation rule for your Google worksheet. We refer to the original worksheet containing your application data as the DataSheet. We refer to the new worksheet contained the allowed values as the EnumSheet.

  1. Add a new worksheet to your Google workbook to contain the allowed values.

    What allows you to monitor the values and formulas in cells as you work on a worksheet?
    .

  2. Open the EnumSheet and allocate a column for your first set of allowed values. 
  3. Enter a column header value. For example, Fruits in cell A1.
  4. Enter all of the allowed values into this column. For example:

    What allows you to monitor the values and formulas in cells as you work on a worksheet?

  5. In the DataSheet go the column that will contain the data values and select all of the cells in the column.
  6. Go to the Data menu and select Data Validation.
    The Data validation rules pane displays.
  7. Click + Add rule.
  8. In the Criteria row select Dropdown (from a range) and then click Select data range just below the drop-down.
    The Select a data range dialog opens.
  9. With the Select a data range dialog window open, click the EnumSheet tab to open the EnumSheet.
  10. Select the entire range of cells in the column containing your allowed values. In my case, I selected the cells containing Apple, Apricot, Avocado, and so on.
    The Select a data range dialog should now contain something like EnumSheet!A2:A15. The EnumSheet name appears to the left of the ! and the selected allowed values cell range appears to the right.
  11. Click OK in the dialog.
  12. The Data validation rules pane will now reflect the EnumSheet name and cell range you just selected above. These are the allowed values that will be used for validation.
  13. Click Done in the Data validation rules pane.
  14. If you have multiple sets of allowed values, you can add a column in the EnumSheet for each set of allowed values. For example, you might add a column for Vegetable allowed values, another for Animal allowed values, and so forth. Repeat steps 2 through 13 for each of your allowed values.
  15. Ensure that at least one row in the DataSheet contains data values. For each data column, choose one of the legal allowed values as the data value.
  16. Generate your AppSheet application from the workbook (for example, use the AppSheet add-on). AppSheet will read the DataSheet to get your data values. It will read the EnumSheet to get your allowed values.
  17. Once you have created your app, open the Data > Columns pane to ensure all of the allowed values have been picked up by AppSheet. 

Define a Microsoft Excel data validation rule

You can specify enum values in another sheet when working with Excel worksheets. However, one additional step is required to do this. You must use the Excel Define Name feature to name the enum values contained in the other worksheet. Do this as follows: 

  1. Enter the enum values in a dedicated column on a separate Excel worksheet as described in steps 1 through 4 above.
  2. On the Excel Formulas tab, click Define Name to define a new Name that refers to the worksheet and cells you created in step 1. When the New Name dialogue is displayed, enter a value such as FruitEnum in the Name attribute. Click the icon to the right of the Refers to attribute. Select the worksheet containing the enum values, and select the range of cells containing the enum values. Click OK.
  3. In the Excel DataSheet go to the column that will contain the enum values and select all of the cells in the column. On the Excel Data tab, click Data Validation and select Data Validation from the drop-down. In the Data Validation dialog, select List from the Allow drop-down. In the Source field, enter = followed by the Name you defined in the previous step. Click OK
  4. Ensure that at least one row in the DataSheet contains data values. For each enum column, choose one of the legal enum values as the data value.
  5. Regenerate the AppSheet application and it will extract the enum values from the enum values column you created in step 1.
  6. Once you have created your app, open the Data >Columns pane to ensure all of the enum values have been picked up by AppSheet.

Was this helpful?

How can we improve it?

How do you see what Formulas are using a cell in Excel?

In your Excel worksheet, go to the Formulas tab > Formula Auditing group and click the Show Formulas button. Microsoft Excel displays formulas in cells instead of their results right away. To get the calculated values back, click the Show Formulas button again to toggle it off.

How can you display the Formulas within the cells instead of the cell results on your spreadsheet?

Showing formulas in the cells makes it easy to find cells that contain formulas, or to check for errors. With a quick key combination you can see formulas instead of formula results in a worksheet. To show formulas in all cells press CTRL+` (that little mark is the grave accent mark key).

Which of the following provides a convenient way to monitor results in different parts of a large worksheet or in a multi sheet workbook?

The Watch Window makes it convenient to inspect, audit, or confirm formula calculations and results in large worksheets. By using the Watch Window, you don't need to repeatedly scroll or go to different parts of your worksheet.

How do I follow a formula in Excel to another sheet?

Select the cell with the formula you want to copy. + C. Click the cell where you want to paste the formula. If that cell is on another worksheet, go to that worksheet and click the cell you want.