diff options
Diffstat (limited to 'helpcontent2/source/text/scalc/guide/table_rotate.xhp')
-rw-r--r-- | helpcontent2/source/text/scalc/guide/table_rotate.xhp | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/helpcontent2/source/text/scalc/guide/table_rotate.xhp b/helpcontent2/source/text/scalc/guide/table_rotate.xhp new file mode 100644 index 000000000..2593105f7 --- /dev/null +++ b/helpcontent2/source/text/scalc/guide/table_rotate.xhp @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="UTF-8"?> + + +<!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . + --> + +<helpdocument version="1.0"> +<meta> +<topic id="textscalcguidetable_rotatexml" indexer="include" status="PUBLISH"> +<title id="tit" xml-lang="en-US">Rotating Tables (Transposing)</title> +<filename>/text/scalc/guide/table_rotate.xhp</filename> +</topic> +<history> +<created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created> +</history> +</meta> +<body> +<bookmark xml-lang="en-US" branch="index" id="bm_id3154346"><bookmark_value>tables; transposing</bookmark_value> +<bookmark_value>transposing tables</bookmark_value> +<bookmark_value>inverting tables</bookmark_value> +<bookmark_value>swapping tables</bookmark_value> +<bookmark_value>columns; swap with rows</bookmark_value> +<bookmark_value>rows; swapping with columns</bookmark_value> +<bookmark_value>tables; rotating</bookmark_value> +<bookmark_value>rotating; tables</bookmark_value> +</bookmark> +<paragraph role="heading" id="hd_id3154346" xml-lang="en-US" level="1"><variable id="table_rotate"><link href="text/scalc/guide/table_rotate.xhp" name="Rotating Tables (Transposing)">Rotating Tables (Transposing)</link> +</variable></paragraph> +<paragraph role="paragraph" id="par_id3154013" xml-lang="en-US">In $[officename] Calc, there is a way to "rotate" a spreadsheet so that rows become columns and columns become rows.</paragraph> +<list type="ordered"> +<listitem> +<paragraph role="listitem" id="par_id3153142" xml-lang="en-US">Select the cell range that you want to transpose.</paragraph> +</listitem> +<listitem> +<paragraph role="listitem" id="par_id3153191" xml-lang="en-US">Choose <emph>Edit - Cut</emph>.</paragraph> +</listitem> +<listitem> +<paragraph role="listitem" id="par_id3148575" xml-lang="en-US">Click the cell that is to be the top left cell in the result.</paragraph> +</listitem> +<listitem> +<paragraph role="listitem" id="par_id3156286" xml-lang="en-US">Choose <emph>Edit - Paste Special</emph>.</paragraph> +</listitem> +<listitem> +<paragraph role="listitem" id="par_id3144764" xml-lang="en-US">In the dialog, mark <emph>Paste all</emph> and <emph>Transpose</emph>.</paragraph> +<paragraph role="listitem" id="par_id3155600" xml-lang="en-US">If you now click OK the columns and rows are transposed.</paragraph> +</listitem> +</list> +<section id="relatedtopics"> +<paragraph role="paragraph" id="par_id3146969" xml-lang="en-US"><link href="text/shared/01/02070000.xhp" name="Paste Special">Paste Special</link></paragraph> +</section> +</body> +</helpdocument> |