Display array (like Tranpose) but without transposing

S

Steve

Is there a display functionality that would allow one to show the
contents of an array like in the transpose function but without
transposing?

Thanks!
 
F

Frank Kabel

Hi
try the following:
- select cells B1:B10
- enter =A1:A10
- hit CTRL+SHIFT+eNTER
 
Top