-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Labels
Type: product bugBug in the Office Add-ins platform or Office JavaScript APIsBug in the Office Add-ins platform or Office JavaScript APIs
Description
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
Labels
Type: product bugBug in the Office Add-ins platform or Office JavaScript APIsBug in the Office Add-ins platform or Office JavaScript APIs