LOOKUP
Overview
Lookup a value in another record (for example, lookup name of HR manager for a person based on HR manager's employee ID)
Creating a LOOKUP formula
To create a LOOKUP formula:
- With a chart open, select the DOCUMENT RIBBON
- Click on the Fields button

- Click on Add formula button

- Select the LOOKUP menu item
- Select the desired Field for the Lookup key (e.g. HRMGRID)
- Select the desired Field for the Lookup result (e.g. name)
- Click OK
- Rename the formula (e.g. HRMGRNAME)
- Click OK to complete the rename function
- Click OK (green button at the top)
Field Options
When creating a LOOKUP formula, you must specify a Lookup key and a Lookup result, both are Fields.
- The Lookup key is the Field which is used to extract data from.
- The Lookup result is the Field which is displayed given the Lookup key.
LOOKUP Example
The subchart below is an example of how the LOOKUP formula can be used to find the name of an employee's HR manager just given the ID of the HR manager.
HRMGRNAME is a LOOKUP formula with key 'HRMGRID' and result set as 'name'.
Reviewed 9/4/2017