Difference between revisions of "Manuals/calci/SPREAD"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''SPREAD(Array,MaxRowToFill,MaxColToFill) '''</div><br/> *<math>Array</math> is any set of values. ==Description== *SPREAD takes an array and spr...")
 
(No difference)

Latest revision as of 04:27, 4 March 2020

SPREAD(Array,MaxRowToFill,MaxColToFill)


  • is any set of values.

Description

  • SPREAD takes an array and spreads it on nearby spreadsheet cells.
  • This prevents an array result being held in once cell.

Example

  1. SPREAD([1,2,3],2,2) = 1 2 3

See Also

References