I need a way to label a specific set of data or create a custom function that can be used in cross-worksheet formulas.
Related to another query of mine, I need to take a list, give it a specific name, and reference it without having to navigate to the source sheet every time it's needed.
For example, let's say I have a list of 200 names that's located in a workspace 8 folders deep (hypothetical but bear with me). I want to label that 200-name list as "Names" and use "Names" in calculations without having to "reference another sheet."
Using linked columns does not work in this case.
Additionally, I need the ability to use 'Name Manager' to create "custom functions" like Excel's LAMBDA. For those not familiar, you can "name" a LAMBDA function, simple or complex, and use it as a function wherever needed.
For example, let's say that I have a nested COUNTIFS function with 12 conditions that I use in a variety of worksheets for a variety of applications. Instead of having to rewrite the formula in each calculation sheet (and fix the reference sheets EVERY TIME), I could use '=NAMED_FUNCTION()' and rock'n'roll.
Is this feature available?