Share via

Dynamic Array Not Updating Until I Press Enter

Anonymous
2022-08-01T19:58:27+00:00

I have an array formula which use to update automatically when I change the values. Now when I try to use array formula it would not update until I press enter in the formula bar each time when I enter new values. That defeats the whole purpose of dynamic arrays.

Dynamic Array Formula:

FILTER(Table3,ISNUMBER(XMATCH(Table3[DBK],I2:I10)))

I update I2:I10 with new values. Then array used to change automatically.

Microsoft 365 and Office | Excel | For business | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

HansV 462.6K Reputation points
2022-08-01T21:00:21+00:00

Check that Calculation Options on the Formulas tab of the ribbon is set to Automatic.

Also check that you don't see Circular References in the status bar at the bottom, to the right of Ready;

Was this answer helpful?

2 people found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2022-08-02T04:16:34+00:00

    Thank you!

    Calculation options was changed to automatic.

    Was this answer helpful?

    0 comments No comments