Hi,
These symbols are used by Excel to represent an array. Inside the formula
you can type them, but outside the formula you must let Excel add them when
you press Shift+Ctrl+Enter. In either case they are telling Excel to use
more than one item when calculating a formula.
Technically =SUM(A1:A10) could be considered an array since it uses more
than one cell, however, that is its default behavior so there is no need for
the array indicator. A formula such as =SUM(ABS(A1:A10)) would not work as
you might expect it should, because the ABS functions default is to look at a
single cell and evaluate it, not a range of cells. By entering the formula
as an array you are telling Excel to work with all the cells in the range.
If this is not 100% clear, take heart, Excel's arrays have been around 25
years an most users have little familiarity with them, let alone a full
understanding. Microsoft's help system is also limited in this area.
One of the best places to learn about arrays is a newsgroups, watch for
solutions which involve Shift+Ctrl+Enter or the word Array, or array entered.