Spread.NET 17 Formula Reference
Formula Overview / Arrays in a Formula
In This Topic
    Arrays in a Formula
    In This Topic

    Formulas may include functions that operate on arrays. Spread supports array constants in formulas. Use curly brackets { } to enclose the array elements. Use a comma to separate elements within a row. Use a semicolon to separate rows within the array. Individual elements can be number values, text values, logical values, or error values. Some examples of arrays are:

       CORREL({5,10,15,20,25},{4,8,16,32,64})

       CORREL({73000,45000,40360},{42,70,40})

       ROWS({1,2,3;4,5,6})

    Return to the Formula Overview.