Interject Documentation > jRangeTag()
Estimated reading time: 1 minuteFunction Summary
The jRangeTag() function is used to label or tag a range or a single cell with a custom name. It is possible to use jRangeTag() to insert specific data into the specified region. It is also possible to use jRangeTag() to locate setting on a worksheet
Function Arguments
| Parameter Name | Description | Default | Optional |
|---|---|---|---|
| Tag | The user defined name for a cell range or address | NO | |
| Range | This is the cell area or address that is selected within the worksheet | NO |
Function Composition
| Formula | Example | Explanation |
|---|---|---|
| =jRangeTag( Tag ,Range ) | =jRangeTag( "Settings" ,"F3:J12" ) | ← This is the custom name for the range ← The set of cells in the worksheet that will be identified by the tag |