jRangeTag()
Estimated reading time: 1 minuteFunction Summary
The jRangeTag function simply tags a designated range with a name. This is used to support certain automated processes unique to Interject functions, for example report distribution.
For an example of this function, see Lab Create: Basic Distribution.
Function Arguments
| Type | String |
| Constraints | Max 255 char |
| If Blank | Will fail |
| Type | Range |
| Constraints | |
| If Blank | Will fail |
Excel Formula Bar Example
Excel
=jRangeTag("Location",M22)
Function Composition
| Argument Name | Example Mapping | Explanation |
|---|---|---|
| Function Name | =jRangeTag() | The name of this function. |
| Tag | "Location" | This range is tagged as "Location". |
| Range | M22 | The range to be tagged is M22. |