Custom Formulas
Overview
Custom formulas allow you to define your own calculations.
Custom Formulas
You can use the following functions to build custom formulas.
- COUNTIF - Count only records that meet specific criteria (for example, Location equals 'Atlanta')
- AVERAGEIF - Average only records that meet specific criteria (for example, Location equals 'Atlanta')
- SUMIF - Sum only records that meet a specific criteria (for example, sum self+subordinates if Location equals 'Atlanta')
- SUM - Sum a field (for example, Salary Roll-up for all employees in a branch)
- AVERAGE - Average a field (for example, average age)
- CONCATENATE - Concatenate fields and text (for example, last name, first name)
- LOOKUP - Lookup a value in another record (for example, lookup name of HR adviser for a person based on HR Advisor's employee ID)
- LEFT - Extract a sub-string from the left of a string
- RIGHT - Extract a sub-string from the right of a string
- MAP - Map input values to output values (for example, map area codes to cities)
- MATH - General math calculation (for example, future salary = current salary * 1.06.)
Creating a Custom Formula
To create a custom formula:
- Open a chart
- Select the DOCUMENT RIBBON
- Click on the Field Mgr button

- Click on Add formula button

- Select a function (COUNTIF for example)
- Set the formula options (see specific formulas above for details).
- Click OK
- Click on the Rename button

- Rename the formula (e.g. Vacant Count)
- Click OK to complete the rename function
- Click OK (green button at the top)
Needs Review 8/16/2017