<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Tech-Recipes - Latest Comments in Excel: How To Reference Cells in Other Worksheets</title><link>http://tech-recipes.disqus.com/</link><description>Cookbook of Tech Tutorials</description><atom:link href="https://tech-recipes.disqus.com/excel_how_to_reference_cells_in_other_worksheets_microsoft_excel_tech_recipes/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Sun, 17 Apr 2011 01:04:40 -0000</lastBuildDate><item><title>Re: Excel: How To Reference Cells in Other Worksheets</title><link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/#comment-186057002</link><description>&lt;p&gt;How do I create a formula to populate cells in a column to link to a related source cell in a another worksheet?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andy2012</dc:creator><pubDate>Sun, 17 Apr 2011 01:04:40 -0000</pubDate></item><item><title>Re: Excel: How To Reference Cells in Other Worksheets</title><link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/#comment-185875543</link><description>&lt;p&gt;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.)&lt;/p&gt;&lt;p&gt;I obviously cannot make the receiving cell text format, because the ='worksheet'!cell would then be interpreted as text.&lt;/p&gt;&lt;p&gt;I tried to see if I could use the INDIRECT function, but without success.&lt;/p&gt;&lt;p&gt;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.)&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin Harris</dc:creator><pubDate>Sat, 16 Apr 2011 19:13:25 -0000</pubDate></item><item><title>Re: Excel: How To Reference Cells in Other Worksheets</title><link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/#comment-166889922</link><description>&lt;p&gt;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 !&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Amanda</dc:creator><pubDate>Wed, 16 Mar 2011 18:29:51 -0000</pubDate></item><item><title>Re: Excel: How To Reference Cells in Other Worksheets</title><link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/#comment-166311437</link><description>&lt;p&gt;Put this in the cell you want the data to display&lt;/p&gt;&lt;p&gt;=IF(A1="","",A1)&lt;/p&gt;&lt;p&gt;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&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jwh</dc:creator><pubDate>Tue, 15 Mar 2011 18:13:42 -0000</pubDate></item><item><title>Re: Excel: How To Reference Cells in Other Worksheets</title><link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/#comment-166267217</link><description>&lt;p&gt;That's what I'd like to know as well. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jminus</dc:creator><pubDate>Tue, 15 Mar 2011 16:31:35 -0000</pubDate></item><item><title>Re: Excel: How To Reference Cells in Other Worksheets</title><link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/#comment-164443492</link><description>&lt;p&gt;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?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jay_M</dc:creator><pubDate>Fri, 11 Mar 2011 16:20:57 -0000</pubDate></item><item><title>Re: Excel: How To Reference Cells in Other Worksheets</title><link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/#comment-153481946</link><description>&lt;p&gt;you need to say:&lt;/p&gt;&lt;p&gt;='Sheet Name'!Q28&lt;/p&gt;&lt;p&gt;or whatever it is. don't forget the ' '&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John</dc:creator><pubDate>Mon, 21 Feb 2011 13:32:59 -0000</pubDate></item><item><title>Re: Excel: How To Reference Cells in Other Worksheets</title><link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/#comment-153213319</link><description>&lt;p&gt;I have 2 sheets&lt;br&gt;a. is a typical list - with Work Order as the Key in column 1&lt;br&gt;b. is a form which we need to be populated from one single row in (a). Ideally the row we are last positioned on when we looked at (a)&lt;/p&gt;&lt;p&gt;We are trying to give the user a nice easy way to print on one page a single work order form.&lt;/p&gt;&lt;p&gt;bill@myzan.com&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bill</dc:creator><pubDate>Sun, 20 Feb 2011 20:27:18 -0000</pubDate></item><item><title>Re: Excel: How To Reference Cells in Other Worksheets</title><link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/#comment-142709460</link><description>&lt;p&gt;Have 2 worksheets in one workbook.  Want data from cell in sheet 1 to populate cell in sheet 2.  how is that done&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Covertcop</dc:creator><pubDate>Tue, 08 Feb 2011 12:13:09 -0000</pubDate></item><item><title>Re: Excel: How To Reference Cells in Other Worksheets</title><link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/#comment-132553341</link><description>&lt;p&gt;I need to use a cell reference from one sheet to multiple sheets inside my Worksheet.. How is this accomplished?&lt;br&gt;I set up my first Sheet as TOTALS, and the rest of the tabs are Totals from other other data... I want my first sheet to Total all the Totals... &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ryan_mireles</dc:creator><pubDate>Fri, 21 Jan 2011 14:28:08 -0000</pubDate></item><item><title>Re: Excel: How To Reference Cells in Other Worksheets</title><link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/#comment-108731907</link><description>&lt;p&gt;Techbelgaum-&lt;/p&gt;&lt;p&gt;Use this formula: =64.3-ROUND(46.59,0)&lt;br&gt;The second argument for the ROUND function tells how many digits to round it to (in this case, 0 tells to round it to the nearest integer).&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anya0306</dc:creator><pubDate>Wed, 08 Dec 2010 12:49:37 -0000</pubDate></item><item><title>Re: Excel: How To Reference Cells in Other Worksheets</title><link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/#comment-96804891</link><description>&lt;p&gt;if i calculate 5.65*SQRT(68.00) i am getting result as 46.59.  after rounding up 46.59  the round up value will be 47. i want to calculate 64.3- 47. but the formula is taking as 64.3-46.59. it should take as 47. pls help me in this. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Techbelgaum</dc:creator><pubDate>Sat, 13 Nov 2010 01:30:37 -0000</pubDate></item><item><title>Re: Excel: How To Reference Cells in Other Worksheets</title><link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/#comment-96211883</link><description>&lt;p&gt;Thanks for the tip! For me it worked just fine in Office Mobile.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephan Atanasov</dc:creator><pubDate>Thu, 11 Nov 2010 11:29:38 -0000</pubDate></item><item><title>Re: Excel: How To Reference Cells in Other Worksheets</title><link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/#comment-79446934</link><description>&lt;p&gt;How to reference a whole range? I have tried like =SheetName!A1:A50 but it is not working&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ruben</dc:creator><pubDate>Mon, 20 Sep 2010 04:59:38 -0000</pubDate></item><item><title>Re: Excel: How To Reference Cells in Other Worksheets</title><link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/#comment-70144202</link><description>&lt;p&gt;thank you for a direct and straight-forward solution to my problem! :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pa'a</dc:creator><pubDate>Fri, 20 Aug 2010 00:25:25 -0000</pubDate></item><item><title>Re: Excel: How To Reference Cells in Other Worksheets</title><link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/#comment-68572384</link><description>&lt;p&gt;you need '  ' forthe sheet name text&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jinlsui</dc:creator><pubDate>Fri, 13 Aug 2010 15:54:17 -0000</pubDate></item><item><title>Re: Excel: How To Reference Cells in Other Worksheets</title><link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/#comment-53143000</link><description>&lt;p&gt;how to set formulas for reference cells.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James</dc:creator><pubDate>Sun, 30 May 2010 11:24:25 -0000</pubDate></item><item><title>Re: Excel: How To Reference Cells in Other Worksheets</title><link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/#comment-51431959</link><description>&lt;p&gt;what can I use to view worksheet from 2007 in worksheet 2003&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ida</dc:creator><pubDate>Fri, 21 May 2010 15:51:27 -0000</pubDate></item><item><title>Re: Excel: How To Reference Cells in Other Worksheets</title><link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/#comment-49835837</link><description>&lt;p&gt;What if the cell contains a name and you want to have that coming back in different sheets? So you fill out the name in a cell on sheet1 and with a formula in the other sheets it will appear there as well.&lt;br&gt;I have tried =sheet1!A1 but it won't work.&lt;br&gt;Can someone help me please? Thanks&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chrizzz10</dc:creator><pubDate>Tue, 11 May 2010 21:22:30 -0000</pubDate></item><item><title>Re: Excel: How To Reference Cells in Other Worksheets</title><link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/#comment-36297697</link><description>&lt;p&gt;What is Sheet Referencing? &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">MsStern</dc:creator><pubDate>Wed, 24 Feb 2010 11:19:48 -0000</pubDate></item><item><title>Re: Excel: How To Reference Cells in Other Worksheets</title><link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/#comment-35527370</link><description>&lt;p&gt;Thank you!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Patrick</dc:creator><pubDate>Fri, 19 Feb 2010 16:01:31 -0000</pubDate></item><item><title>Re: Excel: How To Reference Cells in Other Worksheets</title><link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/#comment-20781272</link><description>&lt;p&gt;can the worksheet be referenced other than by name? i'd like to get data from one sheet to the left, regardless of its name. i'm using =INDIRECT(ADDRESS... etc to enter a value in a cell, and a macro to name the worksheets based on that cell. it all works fine, but when i copy the sheet data to a new sheet, i have to replace the worksheet name in the cell formula, which kind of defeats the purpose of all the coding. thanks!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael</dc:creator><pubDate>Thu, 22 Oct 2009 10:02:40 -0000</pubDate></item><item><title>Re: Excel: How To Reference Cells in Other Worksheets</title><link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/#comment-8111176</link><description>&lt;p&gt;thank you u saved my life&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">joe</dc:creator><pubDate>Mon, 13 Apr 2009 06:42:05 -0000</pubDate></item><item><title>Re: Excel: How To Reference Cells in Other Worksheets</title><link>http://www.tech-recipes.com/rx/1604/excel_how_to_reference_cells_in_other_worksheets/#comment-3551006</link><description>&lt;p&gt;how to reference the name of worksheet as a valuable, ie. from the content of another cell, thx.?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">garrison</dc:creator><pubDate>Wed, 05 Nov 2008 09:46:50 -0000</pubDate></item></channel></rss>