jRangeTag()
Estimated reading time:
1 minute
Function 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
Tag The name to tag the range
Type
String
Constraints
Max 255 char
If Blank
Will fail
Range The range to be associated with the Tag
Type
Range
Constraints
If Blank
Will fail
=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.