Skip to content

Implement SINGLE function #63

@Jython1415

Description

@Jython1415

Overview

Implement the SINGLE function for the named-functions library.

Description

Returns the value from a cell range which is the intersection of a row OR a column.

Value Proposition

  • Useful for extracting specific values from array intersections
  • Complements array operations with precise value extraction
  • Helpful for lookup operations where you know the intersection point
  • Reduces need for INDEX/MATCH in certain scenarios

Priority

MEDIUM

Category

Array Manipulation

Implementation Notes

  • Should return a single value from an array intersection
  • Handle cases where intersection is not unique or doesn't exist
  • May need to clarify exact behavior vs Excel implementation
  • Consider error handling for ambiguous cases
  • Research Google Sheets equivalent functionality

Related

Part of Excel function implementation initiative (#51)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions