Skip to content

Excel-style functions like ROW(), COLUMN(), INDIRECT() always return #N/A #752

@gautamsarawagi

Description

@gautamsarawagi

Describe the bug

I’m using @fortune-sheet/react to render spreadsheets and noticed that many Excel-compatible functions return #N/A, even though the formulas should be valid in a spreadsheet context.

  • =ROW() -> #N/A
  • =COLUMN() -> #N/A
  • =INDIRECT("A"&ROW()) -> #NAME?
  • =OFFSET(A1,1,0) -> #NAME?

To Reproduce

Type Row() in any cell in the sheet: https://ruilisi.github.io/fortune-sheet-demo/?path=/story/features--formula

Question

  • Do we need to configure this in our code somehow?
  • Or it doesn't support dynamic formulas.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions