Difference between revisions of "Manuals/calci/TRANSPOSE"
Jump to navigation
Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> '''TRANSPOSE'''(Array) where, '''Array''' - represents an array having same number of rows and columns. ...") |
|||
(8 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | <div | + | <div style="font-size:30px">'''TRANSPOSE (Range,MakeLengthEqual)'''</div><br/> |
+ | *<math>Range</math> is the array of values to transpose. | ||
+ | **TRANSPOSE(), returns the transpose of an array. | ||
− | + | ==Description== | |
+ | *This function is used to copy the data displaying in vertical order in to a horizontal order or copy the data displaying in horizontal order in to a vertical order. | ||
+ | *In <math> TRANSPOSE (Range,MakeLengthEqual)</math>, <math>Range</math> is the range of cells to be transfer from column in to a row or row in to a column. | ||
+ | *The result as a horizontal range of cells if a vertical range of cell is given as a argument. | ||
+ | *The result as a vertical range of cells if a horizontal range of cell is given as a argument. | ||
− | + | ==Examples== | |
+ | {| class="wikitable" | ||
+ | |+Spreadsheet | ||
+ | |- | ||
+ | ! !! A !! B !! C !! D!! E | ||
+ | |- | ||
+ | ! 1 | ||
+ | | ||April || May || June ||July | ||
+ | |- | ||
+ | ! 2 | ||
+ | | Sony || 8 || 5 || 3 || 2 | ||
+ | |- | ||
+ | ! 3 | ||
+ | | Roy || 7 || 9 || 5 || 1 | ||
+ | |- | ||
+ | ! 4 | ||
+ | |Vivek || 10 || 0 || 2 ||4 | ||
+ | |} | ||
− | + | #TRANSPOSE(A1:E4)= | |
− | + | {| class="wikitable" | |
− | + | |+Spreadsheet | |
− | - | + | |- |
− | + | ! !! A !! B !! C !! D | |
− | + | |- | |
− | + | ! 1 | |
− | + | | ||Sony || Roy || Vivek | |
− | + | |- | |
− | + | ! 2 | |
− | + | | April || 8 || 7 || 10 | |
− | + | |- | |
− | + | ! 3 | |
− | + | | May || 5 || 9 || 0 | |
− | + | |- | |
− | - | + | ! 4 |
− | + | |June || 3 || 5 || 2 | |
+ | |- | ||
+ | !5 | ||
+ | |July || 2 || 1 || 4 | ||
+ | |} | ||
− | + | ==Related Videos== | |
− | + | {{#ev:youtube|2t0003_sxtU|280|center|TRANSPOSE}} | |
− | |||
− | |||
− | + | ==See Also== | |
+ | *[[Manuals/calci/MDETERM | MDETERM ]] | ||
+ | *[[Manuals/calci/MINVERSE | MINVERSE ]] | ||
+ | *[[Manuals/calci/MMULT | MMULT ]] | ||
− | + | ==References== | |
+ | [http://en.wikipedia.org/wiki/Transpose Transpose ] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | *[[Z_API_Functions | List of Main Z Functions]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | *[[ Z3 | Z3 home ]] | |
− |
Latest revision as of 12:47, 15 August 2018
TRANSPOSE (Range,MakeLengthEqual)
- is the array of values to transpose.
- TRANSPOSE(), returns the transpose of an array.
Description
- This function is used to copy the data displaying in vertical order in to a horizontal order or copy the data displaying in horizontal order in to a vertical order.
- In , is the range of cells to be transfer from column in to a row or row in to a column.
- The result as a horizontal range of cells if a vertical range of cell is given as a argument.
- The result as a vertical range of cells if a horizontal range of cell is given as a argument.
Examples
A | B | C | D | E | |
---|---|---|---|---|---|
1 | April | May | June | July | |
2 | Sony | 8 | 5 | 3 | 2 |
3 | Roy | 7 | 9 | 5 | 1 |
4 | Vivek | 10 | 0 | 2 | 4 |
- TRANSPOSE(A1:E4)=
A | B | C | D | |
---|---|---|---|---|
1 | Sony | Roy | Vivek | |
2 | April | 8 | 7 | 10 |
3 | May | 5 | 9 | 0 |
4 | June | 3 | 5 | 2 |
5 | July | 2 | 1 | 4 |
Related Videos
See Also
References