Hi,
That's an Excel array. Excel will only display the first value, but all the values are in there. For example, try
=COUNT( SimulationValuesArray( A1 ))
However if you want single values, you can use the SimulationValue function,
=SimulationValue( A1, 1 )
where "1" is the trial number. Build a table like that (1,2,3...) and you can get all the values.
Alex Edwards
alex@riskamp.com