The Calculated Column function is available when you need to add a column showing data based on a formula that you define. Using only the functions available from the interface, you can create formulas by combining columns (data fields) with operators (0-9, +, -, *, etc.). String, numeric and date functions and calculations are possible. For those with SQL skills, even more is possible (Advanced functions).
Creating a calculated column is a 3 step process:
Give the new column a name
Use the drop-down and numeric keypad to build your formula
Select the type of data for your formula's result (number, text, etc.)
Examples:
Add a column showing costs + 25%
Add a column showing the difference between actual and budgeted costs, hours, etc.
Combine 2 text strings together
This field is displayed in the Formula box.
The Formula appears as [Actual Company Cost]*1.25
|
Tip: The Calculated Columns function is also useful if you don't like the name of a column as it appears in a report and want to change that name. In that instance, instead of adding the column for the Available list in the Columns tab, you create a Calculated Column, enter the name you want for the column in the Name field and pick that column from the Columns drop-down list. |
Notes:
|