40 lines
2.2 KiB
HTML
40 lines
2.2 KiB
HTML
|
<!DOCTYPE html>
|
|||
|
<html>
|
|||
|
<head>
|
|||
|
<title>TRANSPOSE Function</title>
|
|||
|
<meta charset="utf-8" />
|
|||
|
<meta name="description" content="" />
|
|||
|
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
|||
|
<script type="text/javascript" src="../callback.js"></script>
|
|||
|
<script type="text/javascript" src="../search/js/page-search.js"></script>
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
<div class="mainpart">
|
|||
|
<div class="search-field">
|
|||
|
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
|
|||
|
</div>
|
|||
|
<h1>TRANSPOSE Function</h1>
|
|||
|
<p>The <b>TRANSPOSE</b> function is one of the lookup and reference functions. It is used to <!--convert columns into rows and rows into columns-->return the first element of an array.</p>
|
|||
|
<p>The <b>TRANSPOSE</b> function syntax is:</p>
|
|||
|
<p style="text-indent: 150px;"><b><em>TRANSPOSE(array)</em></b></p>
|
|||
|
<p><em>where</em></p>
|
|||
|
<p style="text-indent: 50px;"><em><b>array</b></em> is a reference to a range of cells.</p>
|
|||
|
<p>To apply the <b>TRANSPOSE</b> function,</p>
|
|||
|
<ol>
|
|||
|
<li>select <!--the range of cell--> a cell where you wish to display the result,
|
|||
|
<!--<p class="note"> the selected range must contain the same number of rows as the original range has columns and the same number of columns as the original range has rows.</p>-->
|
|||
|
</li>
|
|||
|
<li>click the <b>Insert function</b> <img alt="Insert function icon" src="../images/insertfunction.png" /> icon situated at the top toolbar,
|
|||
|
<br />or right-click within a selected cell and select the <b>Insert Function</b> option from the menu,
|
|||
|
<br />or click the <img alt="Function icon" src="../images/function.png" /> icon situated at the formula bar,
|
|||
|
</li>
|
|||
|
<li>select the <b>Lookup and Reference</b> function group from the list,</li>
|
|||
|
<li>click the <b>TRANSPOSE</b> function,</li>
|
|||
|
<li>select a range of cells with the mouse or enter it manually, like this A1:B2,</li>
|
|||
|
<li>press <!--the <b>Ctrl+Shift+Enter</b> key combination--> the <b>Enter</b> key.</li>
|
|||
|
</ol>
|
|||
|
<p>The result will be displayed in the selected range of cells.</p>
|
|||
|
<p style="text-indent: 150px;"><img alt="TRANSPOSE Function" src="../images/transpose.png" /></p>
|
|||
|
</div>
|
|||
|
</body>
|
|||
|
</html>
|