spilled range operator

The spilled range operator is used to reference the entire spilled range of a formula by placing # after a reference to a spilling origin cell.

Cell A1 contains the following formula:

=SEQUENCE(5,1,5,5) returns the table below.

A

1

5

2

10

3

15

4

20

5

25

Examples

=SUM(A1#) returns 75.

=FILTER(A1#, A1# > 20) returns 25.