"Mariaepa" wrote:
how can i make excel from vertical to horizontal?
Another guess ..
Assume a source "vertical" range is A1:A3,
which is to be copied and placed "horizontally" in B1:D1
Via copy pasting:
Select A1:A3, right-click Copy
Right-click on B1 Paste special check "Transpose" OK
Another way, which links B1:D1 dynamically to A1:A3
Put in B1: =INDEX($A:$A,COLUMN(A1))
Copy across to D1
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--