| Type | Description |
| Literal Value | The exact value that you specify will be used.  The value will not change unless edited. |
| Cell Reference | Supported for workbook functions only. Specify a cell address or named range and the field comparison will be made using the value in that cell.  Use absolute addressing (dollar signs) or a named range if you want the cell address to remain fixed regardless of whether or not the function is copied or moved.  Use relative addressing (omitting dollar signs) if you want the cell to be relative to the function's position, for example when you are going to copy the function down and want the value to correspond to each row.  See Excel's help for more information on how to use absolute and relative cell addressing. |
| Database Field | Supported for Queries only.  This option lets you select a field whose value you want to compare to the field you selected for Field.  For example, you may want to find records where the Actual Start Date is the same as the Estimated Start Date.  This feature will become more important in future versions of the software when multiple tables are supported. |
| Parameter | Supported for Queries only.  The comparison value comes from a cell in your Excel workbook.  If you specify a valid cell address or named range, then the wizard will automatically bind the parameter to that cell with "Automatically refresh" turned off.  If instead you'd rather specify the cell by clicking, enter a name (that is not a named range) for the parameter and Excel will prompt you when the wizard is finished. |