<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Transposing the Formulas in a Table of Cells</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2006/09/15/transposing-the-formulas-in-a-table-of-cells/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2006/09/15/transposing-the-formulas-in-a-table-of-cells/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 18:06:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/09/15/transposing-the-formulas-in-a-table-of-cells/#comment-38736</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Tue, 31 Mar 2009 13:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1509#comment-38736</guid>
		<description>&lt;p&gt;Mukesh -&lt;/p&gt;
&lt;p&gt;Does the value look like &#039;39903&#039;? You have to copy not just the value but also the number format, to turn that into 31-March-2009 (or whatever format you like).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Mukesh -</p>
<p>Does the value look like &#8217;39903&#8242;? You have to copy not just the value but also the number format, to turn that into 31-March-2009 (or whatever format you like).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Calan</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/09/15/transposing-the-formulas-in-a-table-of-cells/#comment-38731</link>
		<dc:creator>Calan</dc:creator>
		<pubDate>Tue, 31 Mar 2009 04:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1509#comment-38731</guid>
		<description>&lt;p&gt;@ Mukesh&lt;br&gt;
You could try:&lt;/p&gt;
&lt;div style=&quot;overflow: auto; white-space: nowrap;&quot; class=&quot;codecolorer-container vb default&quot;&gt;&lt;div style=&quot;white-space: nowrap;&quot; class=&quot;vb codecolorer&quot;&gt;Selection.PasteSpecial Paste:=xlPasteValuesAndNumberFormats&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;And&lt;/p&gt;
&lt;div style=&quot;overflow: auto; white-space: nowrap;&quot; class=&quot;codecolorer-container vb default&quot;&gt;&lt;div style=&quot;white-space: nowrap;&quot; class=&quot;vb codecolorer&quot;&gt;Selection.PasteSpecial Paste:=xlPasteValuesAndNumberFormats, Operation:=xlNone, SkipBlanks _&lt;br&gt;
:=&lt;span class=&quot;kw1&quot;&gt;False&lt;/span&gt;, Transpose:=&lt;span class=&quot;kw1&quot;&gt;False&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;
</description>
		<content:encoded><![CDATA[<p>@ Mukesh<br />
You could try:</p>
<div style="overflow: auto; white-space: nowrap;" class="codecolorer-container vb default">
<div style="white-space: nowrap;" class="vb codecolorer">Selection.PasteSpecial Paste:=xlPasteValuesAndNumberFormats</div>
</div>
<p>And</p>
<div style="overflow: auto; white-space: nowrap;" class="codecolorer-container vb default">
<div style="white-space: nowrap;" class="vb codecolorer">Selection.PasteSpecial Paste:=xlPasteValuesAndNumberFormats, Operation:=xlNone, SkipBlanks _<br />
:=<span class="kw1">False</span>, Transpose:=<span class="kw1">False</span></div>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mukesh</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/09/15/transposing-the-formulas-in-a-table-of-cells/#comment-38714</link>
		<dc:creator>Mukesh</dc:creator>
		<pubDate>Mon, 30 Mar 2009 07:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1509#comment-38714</guid>
		<description>&lt;p&gt;i am copying a date type value from one cell to another cell using following syntax but it is not properly copying&lt;/p&gt;
&lt;p&gt;1.Selection.PasteSpecial Paste:=xlPasteValues&lt;/p&gt;
&lt;p&gt;2.Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _&lt;br&gt;
  :=False, Transpose:=False&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>i am copying a date type value from one cell to another cell using following syntax but it is not properly copying</p>
<p>1.Selection.PasteSpecial Paste:=xlPasteValues</p>
<p>2.Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _<br />
  :=False, Transpose:=False</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Transpose tabel « excel blogsheet</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/09/15/transposing-the-formulas-in-a-table-of-cells/#comment-34179</link>
		<dc:creator>Transpose tabel « excel blogsheet</dc:creator>
		<pubDate>Wed, 13 Aug 2008 14:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1509#comment-34179</guid>
		<description>&lt;p&gt;[...]  Pilih range dari tabel matrik yang akan di transpose, dan jalankan vba code tersebut. Sumber: &lt;a href=&quot;http://www.dailydoseofexcel.com/archives/2006/09/15/transposing-the-formulas-in-a-table-of-cells/&quot; rel=&quot;nofollow&quot;&gt;http://www.dailydoseofexcel.com/archives/2006/09/15/transposing-the-formulas-in-a-table-of-cells/&lt;/a&gt;        [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...]  Pilih range dari tabel matrik yang akan di transpose, dan jalankan vba code tersebut. Sumber: <a href="http://www.dailydoseofexcel.com/archives/2006/09/15/transposing-the-formulas-in-a-table-of-cells/" rel="nofollow">http://www.dailydoseofexcel.com/archives/2006/09/15/transposing-the-formulas-in-a-table-of-cells/</a>        [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hanss</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/09/15/transposing-the-formulas-in-a-table-of-cells/#comment-32734</link>
		<dc:creator>hanss</dc:creator>
		<pubDate>Sun, 08 Jun 2008 12:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1509#comment-32734</guid>
		<description>&lt;p&gt;Alternative ?&lt;/p&gt;
&lt;div style=&quot;overflow: auto; white-space: nowrap;&quot; class=&quot;codecolorer-container vb default&quot;&gt;&lt;div style=&quot;white-space: nowrap;&quot; class=&quot;vb codecolorer&quot;&gt;&lt;span class=&quot;kw1&quot;&gt;Sub&lt;/span&gt; test()&lt;br&gt;
&#160; &lt;span class=&quot;kw1&quot;&gt;With&lt;/span&gt; Selection.CurrentRegion&lt;br&gt;
&#160; &#160; .Offset(.Rows.Count + 4).Resize(.Columns.Count, .Rows.Count) = Application.WorksheetFunction.Transpose(.Formula)&lt;br&gt;
&#160; &lt;span class=&quot;kw1&quot;&gt;End&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;With&lt;/span&gt;&lt;br&gt;
&lt;span class=&quot;kw1&quot;&gt;End&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;Sub&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;
</description>
		<content:encoded><![CDATA[<p>Alternative ?</p>
<div style="overflow: auto; white-space: nowrap;" class="codecolorer-container vb default">
<div style="white-space: nowrap;" class="vb codecolorer"><span class="kw1">Sub</span> test()<br />
&nbsp; <span class="kw1">With</span> Selection.CurrentRegion<br />
&nbsp; &nbsp; .Offset(.Rows.Count + 4).Resize(.Columns.Count, .Rows.Count) = Application.WorksheetFunction.Transpose(.Formula)<br />
&nbsp; <span class="kw1">End</span> <span class="kw1">With</span><br />
<span class="kw1">End</span> <span class="kw1">Sub</span></div>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: PDF to Excel conversion and other stuff » Excel Tip - Transposing a table</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/09/15/transposing-the-formulas-in-a-table-of-cells/#comment-20989</link>
		<dc:creator>PDF to Excel conversion and other stuff » Excel Tip - Transposing a table</dc:creator>
		<pubDate>Wed, 20 Sep 2006 11:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1509#comment-20989</guid>
		<description>&lt;p&gt;[...] I didn&#039;t initially intend to post tips, but the other day Jan Karel Pieterse from Daily Dose of Excel wrote an excellent post on how to transpose a table while keeping the formulas in the table intact. I was actually asked about this by one of our customers, so I thought I should share this with all of you. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] I didn&#8217;t initially intend to post tips, but the other day Jan Karel Pieterse from Daily Dose of Excel wrote an excellent post on how to transpose a table while keeping the formulas in the table intact. I was actually asked about this by one of our customers, so I thought I should share this with all of you. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/09/15/transposing-the-formulas-in-a-table-of-cells/#comment-20957</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Mon, 18 Sep 2006 12:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1509#comment-20957</guid>
		<description>&lt;p&gt;Jan Karel,&lt;/p&gt;
&lt;p&gt;I always wanted an &quot;Copy Formula&quot; option in the Dragdrop menu (when u right click on the border of a range of cell...drag and let go....)&lt;/p&gt;
&lt;p&gt;Inspired by the Custom Drag Drop file from Stephen and your post... I finally manged to do it !!&lt;/p&gt;
&lt;p&gt;Thanks to both of you...&lt;/p&gt;
&lt;p&gt;Regards&lt;br&gt;
Sam&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Jan Karel,</p>
<p>I always wanted an &#8220;Copy Formula&#8221; option in the Dragdrop menu (when u right click on the border of a range of cell&#8230;drag and let go&#8230;.)</p>
<p>Inspired by the Custom Drag Drop file from Stephen and your post&#8230; I finally manged to do it !!</p>
<p>Thanks to both of you&#8230;</p>
<p>Regards<br />
Sam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XL-Dennis</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/09/15/transposing-the-formulas-in-a-table-of-cells/#comment-20946</link>
		<dc:creator>XL-Dennis</dc:creator>
		<pubDate>Sat, 16 Sep 2006 17:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1509#comment-20946</guid>
		<description>&lt;p&gt;Jan Karel,&lt;/p&gt;
&lt;p&gt;It works with Excel 2007 B2TR as well ;)&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br&gt;
Dennis&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Jan Karel,</p>
<p>It works with Excel 2007 B2TR as well <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Kind regards,<br />
Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkpieterse</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/09/15/transposing-the-formulas-in-a-table-of-cells/#comment-20940</link>
		<dc:creator>jkpieterse</dc:creator>
		<pubDate>Sat, 16 Sep 2006 10:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1509#comment-20940</guid>
		<description>&lt;p&gt;I know. That works fine too. Thought I&#039;d show how you could do it with VBA and use the variant method to pull/push properties from/to a range.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I know. That works fine too. Thought I&#8217;d show how you could do it with VBA and use the variant method to pull/push properties from/to a range.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Alexander</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/09/15/transposing-the-formulas-in-a-table-of-cells/#comment-20936</link>
		<dc:creator>Mike Alexander</dc:creator>
		<pubDate>Fri, 15 Sep 2006 21:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1509#comment-20936</guid>
		<description>&lt;p&gt;Great VBA Solution JKP!&lt;/p&gt;
&lt;p&gt;I often get this type of question, but usually from non-technical users.&lt;br&gt;
I typically give them this solution. &lt;/p&gt;
&lt;p&gt;- Find and Replace the equal (=) signs in the formulas with number (#) signs.&lt;br&gt;
- Transpose the range&lt;br&gt;
- Find and Replace the number (#) signs back into equal (=) signs.&lt;/p&gt;
&lt;p&gt;Since Excel does not recognize the formulas, it does not adjust the references.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great VBA Solution JKP!</p>
<p>I often get this type of question, but usually from non-technical users.<br />
I typically give them this solution. </p>
<p>- Find and Replace the equal (=) signs in the formulas with number (#) signs.<br />
- Transpose the range<br />
- Find and Replace the number (#) signs back into equal (=) signs.</p>
<p>Since Excel does not recognize the formulas, it does not adjust the references.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

