<?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: Excel: How To Reference Cells in Other Worksheets</title>
	<atom:link href="http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:01:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Paul Wolodkin</title>
		<link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/comment-page-1/#comment-52234</link>
		<dc:creator>Paul Wolodkin</dc:creator>
		<pubDate>Thu, 01 Dec 2011 11:57:28 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-52234</guid>
		<description>I want to reference a range of cells to another worksheet within the workbook.

Example:  Sheet 1, Name, Birthday, Age  (Ref to) Sheet 2 (with same column headings)

Sheet 1 is Titled NINNOWS 9-16 Mos. and Sheet 2 is titled VOLUNTEERLIST

How do I do this in Excel 2010?</description>
		<content:encoded><![CDATA[<p>I want to reference a range of cells to another worksheet within the workbook.</p>
<p>Example:  Sheet 1, Name, Birthday, Age  (Ref to) Sheet 2 (with same column headings)</p>
<p>Sheet 1 is Titled NINNOWS 9-16 Mos. and Sheet 2 is titled VOLUNTEERLIST</p>
<p>How do I do this in Excel 2010?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandra Santos</title>
		<link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/comment-page-1/#comment-49950</link>
		<dc:creator>Sandra Santos</dc:creator>
		<pubDate>Tue, 27 Sep 2011 13:20:28 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-49950</guid>
		<description>Hi! Maybe you can help me!
I need to link one cell value for two different cells, in different worksheets. For example: worksheet 1, cell C3, i insert may name, automatically, i want to change the text in worksheet 2, cell D4 and worksheet 3, cell B2. And the same must happen if i change any other value in any other cell. If i change the cell D4, worksheet 2, it must automatically change worksheet 3, cell B2 and worksheet 1, cell C3. 
I am trying to create a VBA code, but it`s impossible to get what i want!

Tks!</description>
		<content:encoded><![CDATA[<p>Hi! Maybe you can help me!<br />
I need to link one cell value for two different cells, in different worksheets. For example: worksheet 1, cell C3, i insert may name, automatically, i want to change the text in worksheet 2, cell D4 and worksheet 3, cell B2. And the same must happen if i change any other value in any other cell. If i change the cell D4, worksheet 2, it must automatically change worksheet 3, cell B2 and worksheet 1, cell C3.<br />
I am trying to create a VBA code, but it`s impossible to get what i want!</p>
<p>Tks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elle</title>
		<link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/comment-page-1/#comment-49864</link>
		<dc:creator>Elle</dc:creator>
		<pubDate>Fri, 23 Sep 2011 17:49:27 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-49864</guid>
		<description>Thank you! The Excel support website was not half as helpful as this article!</description>
		<content:encoded><![CDATA[<p>Thank you! The Excel support website was not half as helpful as this article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy2012</title>
		<link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/comment-page-1/#comment-48022</link>
		<dc:creator>Andy2012</dc:creator>
		<pubDate>Sun, 17 Apr 2011 05:04:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-48022</guid>
		<description>How do I create a formula to populate cells in a column to link to a related source cell in a another worksheet?</description>
		<content:encoded><![CDATA[<p>How do I create a formula to populate cells in a column to link to a related source cell in a another worksheet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Harris</title>
		<link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/comment-page-1/#comment-48019</link>
		<dc:creator>Kevin Harris</dc:creator>
		<pubDate>Sat, 16 Apr 2011 23:13:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-48019</guid>
		<description>I am familiar with the use of links to other worksheets and workbooks. However, today I wanted to link to a cell that contained text information, and I could not make it work. (I got a zero; the source cell contents were apparently being interpreted as a number, even though the cell has text format specified for it.)

I obviously cannot make the receiving cell text format, because the =&#039;worksheet&#039;!cell would then be interpreted as text.

I tried to see if I could use the INDIRECT function, but without success.

Any suggestions would be much appreciated! (I would prefer not to have to resort to macros; I am looking for a simple solution that I can use in the future as well.)

Thanks</description>
		<content:encoded><![CDATA[<p>I am familiar with the use of links to other worksheets and workbooks. However, today I wanted to link to a cell that contained text information, and I could not make it work. (I got a zero; the source cell contents were apparently being interpreted as a number, even though the cell has text format specified for it.)</p>
<p>I obviously cannot make the receiving cell text format, because the =&#8217;worksheet&#8217;!cell would then be interpreted as text.</p>
<p>I tried to see if I could use the INDIRECT function, but without success.</p>
<p>Any suggestions would be much appreciated! (I would prefer not to have to resort to macros; I am looking for a simple solution that I can use in the future as well.)</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amanda</title>
		<link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/comment-page-1/#comment-47227</link>
		<dc:creator>Amanda</dc:creator>
		<pubDate>Wed, 16 Mar 2011 22:29:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-47227</guid>
		<description>Can you help - I had a spreadsheet which i then copied into a new file - and from this copied data it links into new worksheet within the file.  Now I have ref coming up in one of the worksheets as it still thinks its pointing to the old (pre copy) spreadsheet - how can i make it point to the data on the worksheet in this spreadsheet?? Driving me Insane !</description>
		<content:encoded><![CDATA[<p>Can you help &#8211; I had a spreadsheet which i then copied into a new file &#8211; and from this copied data it links into new worksheet within the file.  Now I have ref coming up in one of the worksheets as it still thinks its pointing to the old (pre copy) spreadsheet &#8211; how can i make it point to the data on the worksheet in this spreadsheet?? Driving me Insane !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jwh</title>
		<link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/comment-page-1/#comment-47205</link>
		<dc:creator>jwh</dc:creator>
		<pubDate>Tue, 15 Mar 2011 22:13:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-47205</guid>
		<description>Put this in the cell you want the data to display

=IF(A1=&quot;&quot;,&quot;&quot;,A1)

This is stating if cell A1 is empty, return empty, otherwise return whatever the value in A1 is. You can reference cells in other sheets</description>
		<content:encoded><![CDATA[<p>Put this in the cell you want the data to display</p>
<p>=IF(A1=&#8221;",&#8221;",A1)</p>
<p>This is stating if cell A1 is empty, return empty, otherwise return whatever the value in A1 is. You can reference cells in other sheets</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jminus</title>
		<link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/comment-page-1/#comment-47202</link>
		<dc:creator>Jminus</dc:creator>
		<pubDate>Tue, 15 Mar 2011 20:31:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-47202</guid>
		<description>That&#039;s what I&#039;d like to know as well. </description>
		<content:encoded><![CDATA[<p>That&#8217;s what I&#8217;d like to know as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay_M</title>
		<link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/comment-page-1/#comment-47083</link>
		<dc:creator>Jay_M</dc:creator>
		<pubDate>Fri, 11 Mar 2011 21:20:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-47083</guid>
		<description>I used the formula for referencing cells and it worked, but if the cells are blank it returns a zero, how do I get it to leave the cell blank if the referenced cell in the other sheet is blank?</description>
		<content:encoded><![CDATA[<p>I used the formula for referencing cells and it worked, but if the cells are blank it returns a zero, how do I get it to leave the cell blank if the referenced cell in the other sheet is blank?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/comment-page-1/#comment-46576</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 21 Feb 2011 18:32:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-46576</guid>
		<description>you need to say:

=&#039;Sheet Name&#039;!Q28

or whatever it is. don&#039;t forget the &#039; &#039;</description>
		<content:encoded><![CDATA[<p>you need to say:</p>
<p>=&#8217;Sheet Name&#8217;!Q28</p>
<p>or whatever it is. don&#8217;t forget the &#8216; &#8216;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 2/17 queries in 1.122 seconds using memcached
Object Caching 417/419 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-10 06:26:36 -->
