Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 07-30-2013, 12:32 PM
kennystringer kennystringer is offline master type objects in excel Windows XP master type objects in excel Office XP
Novice
master type objects in excel
 
Join Date: Oct 2011
Posts: 22
kennystringer is on a distinguished road
Default master type objects in excel

Hello,
I would like to know if excel has the capacity to build a master copy of say a table that can be copied into numerous excel worksheets where all the copies can be edited at once just by editing the master copy.

Help appreciated,
Kenny
Reply With Quote
  #2  
Old 07-30-2013, 02:30 PM
BobBridges's Avatar
BobBridges BobBridges is offline master type objects in excel Windows 7 64bit master type objects in excel Office 2010 32bit
Expert
 
Join Date: May 2013
Location: USA
Posts: 700
BobBridges has a spectacular aura aboutBobBridges has a spectacular aura about
Default

Well, you do have the capability of having a formula point to a cell in another workbook. For example, suppose you're doing a MATCH:

Code:
=MATCH(RC1,C3,0)
That takes the value in the first column of the current row, and looks it up in column 3, returning the row where the value was found, or #N/A if it wasn't there. Or if the table exists in a separate worksheet (as it usually does):

Code:
=MATCH(RC1,OtherSheet!C3,0)
Now, if you want to do the lookup in a table that's in a whole other workbook, the format is modified like this:

Code:
=MATCH(RC1,[Otherworkbook.xlsx]OtherWorksheet!C3,0)
The best thing to do is to open that other workbook, set up the Match or the VLookup or whatever you're doing by pointing to the other table, and then see for yourself how Excel said it in the formula. That's because Excel will remember to get the syntax right, including quotes and whatever else I may have done improperly in the above example.

So the first part of your question is that you don't even have to copy the master table to the current workbook; you can just do the lookup directly.

The second part is that you can, I suppose—if you want to—copy the master table, by just filling up a worksheet in your current workbook to say something like

Code:
=[OtherWorkbook]Otherworksheet!RC
Then your lookup can point to a worksheet here in the local workbook. But why would you want to?

And I have yet a third answer, or more a sort of side issue: You should beware of this, because in my experience lookups in external workbooks take a lot longer, especially if you don't open them first. Better, maybe, to have a macro go fetch the master and copy it into a new worksheet of the current workbook, at least if the table is very sizable. That's what I do, mostly, FWIW.
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
master type objects in excel Hide non-master, non-themed objects for printing lineweaver PowerPoint 1 05-20-2013 01:10 AM
master type objects in excel Convert equation objects to inline objects sumjoh Word VBA 1 01-29-2013 08:38 PM
VBA in Excel: Add a new Word Document on Template (Type Mismatch Error)) tinfanide Excel Programming 1 03-29-2012 09:10 AM
Unable to cast COM object of type Microsoft.Office.Interop.Excel.ApplicationClass manishjoisar Excel Programming 0 03-01-2012 02:53 AM
Macro: chart from excel into PP as objects Jazz43 PowerPoint 0 03-05-2011 09:06 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 08:07 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft