Skip to content

Debug formula in Excel cell #151

@smozgur

Description

@smozgur

We can debug a formula in Excel cell by using F9 key. For example we can select the range in a formula - A1:B3 below-, and hit F9 to see the values in the given range in array form to evaluate the values:

=SUM(A1:B3) returns to =SUM({1,4;2,5;3,6})

In Excel Custom Functions, this feature doesn't work. It simply converts to #VALUE! as soon as you hit F9.

=CUSTOM.SUM(A1:B3) returns to =CUSTOM.SUM(#VALUE!)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: product bugBug in the Office Add-ins platform or Office JavaScript APIs

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions