When I write {={1;2;3;4;5}} in A1, and then {=SUM(A1)} in B2, B2 displays 1, when it should display 15.
When I write {=SUM({1;2;3;4;5})} it displays 15.
So how do I make this work with single cell arrays, without filling my sheet with my arrays' values, and without manually writing my arrays into the functions which use them?
Bookmarks