-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Overview
Implement the ISOMITTED function for the named-functions library.
Description
Checks whether a value in a LAMBDA function is missing (omitted) and returns TRUE or FALSE.
Value Proposition
- Critical for creating LAMBDAs with optional parameters
- Enables more flexible function signatures
- Allows default parameter behavior within custom functions
- Essential for advanced LAMBDA patterns
Priority
HIGH
Category
Advanced LAMBDA Support
Implementation Notes
- This is a meta-function for LAMBDA parameters
- In Excel, works specifically with LAMBDA optional parameters
- Google Sheets may have different approach to optional parameters
- May need to research Google Sheets LAMBDA limitations
- Could potentially use sentinel values or special markers
- Test thoroughly with nested LAMBDAs
Research Needed
- How does Google Sheets handle optional LAMBDA parameters?
- Is there a native equivalent or workaround?
- What sentinel value works best (NA, empty, special marker)?
Related
Part of Excel function implementation initiative (#51)
Reactions are currently unavailable