Referring to cells in another file

I'm trying to link to values inside cells to a different Numbers file. Is this possible? I've searched the forums, the web, and the help file of Numbers but couldn't find an answer.
In Excel, I simply pressed the equal sign, browsed the file and clicked the cells i needed.
Thanks in advance!

Hello
At this time this feature is unavailable.
Maybe it will be unavailable for ever because the Numbers'team may think that there is no need for such a feature as we may gather what we where accustomed to put in different documents in a single Numbers one.
For instance, I gathered my annual checkbooks in a single documents and I divided every annual one in monthly tables.
If you really want this feature,
go to "Provide Numbers Feedback" in the "Numbers" menu
and describe what you want and why you need it.
Yvan KOENIG (from FRANCE lundi 29 octobre 2007 14:33:14)

Similar Messages

  • I wish to link a  cell from one file or "shell" with a specific quantity to another cell in another file or "shell".

    I wish to link or send a  cell from one file or "shell" with a specific quantity or text to another cell in another file or "shell".  For example.  I wish to  send all general ledger (one data enty File or "sheet")  entries into their specific individual accounts. (in seperate files or "sheets").   Is this possible in Numbers?

    Hi cochise0011;
    A picture of tables would be much easier to comprehend the querry.
    Regards,

  • Referencing cells in different file

    Hi all,
    Is it possible to reference a cell in another file?
    Ziv

    Hello
    Yes, it is … but not with the applications embedded in iWork'08.
    If you want this feature in Numbers, *_Go to "Provide Numbers Feedback" in the "Numbers" menu_*, describe what you wish.
    Then, cross your fingers, and wait for iWork'09
    Yvan KOENIG (from FRANCE vendredi 28 décembre 2007 17:18:23)

  • Can I create a link in a text cell that will open another file?

    I am creating a template in Numbers that I can use to log meeting session data, such as length, date, notes of the meeting content, action items and then also have a field (cell) for links to outside documents relevant to the meeting or client.  I see how I can create a link to a webpage or an email, but not to another file on my hard drive, so that when I am in the file and reviewing notes, I can just click to open the items being referred to.
    Does that make sense?
    Thanks,
    Cliff

    Well, if you specifically know the name of the application in question and how it accepts parameters, you can try using Runtime.exec()
    If you're willing to sacrifice platform independence (which it sounds like you are, since you specifically mentioned Explorer), you can try using the NTVDM "call" command, which taps into the file associations in the registry and launches the appropriate application.
    I guess it would depend on the exact functionality you want. :)

  • Calling a method from another file

    This is pretty basic stuff but i can't seem to get it right. I am calling a method from another file. The other file IS located in the same folder BUT when i compile i get errors
    "cannot find symbol" <===referring to limit and sieve i believe.
    The method name is "sieve" the file name is "PrimeSieve2008" and "limit" is the variable in brackets in the real method.
         public static void main (String [] args) {
    final int [] PRIMES;
    int sieve = PrimeSieve2008.sieve(limit);
         PRIMES = sieve(getValidInt());
              for (int j = 0; j<PRIMES.length; j++) {
                   System.out.println("Prime[" + j + "] = " + PRIMES[j]);
    Is "int sieve = PrimeSieve2008.sieve(limit)" the wrong way to call a file?
    Thanks a million,
    Alex
    Edited by: Simplistic2099 on Apr 3, 2008 7:47 PM
    Edited by: Simplistic2099 on Apr 3, 2008 7:49 PM

    Simplistic2099 wrote:
    the other method runs fine:
    "public static int[] sieve(final int limit){
    int candidate; // possible prime
    int count; // no. of primes found
    boolean[] mayBePrime = new boolean[limit+1];
    // remaining possibilities
    final int[] PRIMES; // array to return
    // initialize mayBePrime
    for ( int j = 0 ; j <= limit ; j++ ) {
    mayBePrime[j] = true;
    mayBePrime[0] = mayBePrime[1] = false;
    // apply sieve, and count primes
    candidate = 2;
    count = 0;
    while ( candidate <= limit ) {
    if ( mayBePrime[candidate] ) {
    count++;
    for ( int j = 2 * candidate ; j <= limit ; j += candidate ) {
    mayBePrime[j] = false;
    } // end for
    } // end if
    candidate++;
    } // end while
    // fill up new array with the primes found
    PRIMES = new int[count];
    count = 0;
    for (int j = 2 ; j <= limit ; j++ ) {
    if ( mayBePrime[j] ) {
    PRIMES[count] = j;
    count++;
    } // end if
    } // for
    return PRIMES;
    } // sieve
    I really am clueless here.in this one you are passing in limit.
    in the other one you are getting limit from somewhere outside of main.

  • Excel Readpage Save as another file problem

    Hi,
    I have attached the VI needed If you have any problems please let me know. This VI reads a excel page the user points to and displays the results. I have added a single cell where you can change the position of a single cell coordinates so that you can point to a single cell of your choice and retrieve that data. So my problem is now I want to save that data from that single cell to ANOTHER excel file. However, this is not working correctly for some reason I do not know why I believe I have done everything correctly hopfully it is just my inexperiance. I will continue to work on this and update it as I get more time but at the current moment I have hit a brick wall. I have visited the EXCEL BOARD and the vi is from there but I had to add somethings to it in order for it to work correctly as before it wouldn't even run because it was missing some connections and nodes.
    Attachments:
    ExcelReadPage.vi ‏45 KB

    I took a look at the toolkits. The VIs are there, the problem is that
    the linkages are a bit screwed up so the top-level VIs think the subVIs
    are in different places. Also, the toolkits were written using an
    older version of Excel, in which the "Range" object had the property of
    "Value". Excel 2003 uses "Value2". So, if you have Excel 2003 even
    after you load up the VI the "Value" property nodes need to be changed
    to "Value2". This is not a fault of the toolkits - this is due to
    Microsoft changing the ActiveX interface.
    As to your issue: Your basic steps are to:
    Create a new workbook
    Write values to cells
    Save workbook
    The "Write Table to XL" that ships with LabVIEW does that. Launch the Example Finder (Help -> Find Examples) and search for "excel". Then, open the "Write Table to XL". The "Table" control is the data that you want to write. It can be a single cell or multiple cells. If you have a single value, just make a 2D array out of it. As it's written it will prompt you if you want to save the file. This is from the "Close" method. You can wire a True constant to the "SaveChanges" parameter and a path to the "Filename" parameter.

  • Referring to Cells in Formulas problem.

    I have 2 Tables (and one chart) on one sheet. Table 1 has 3 columns viz. Dates, Electricity & Gas
    The Dates column looks like this
    01/01/11 - 31/01/11
    01/02/11 - 28/02/11
    01/03/11 - 31/03/11
    01/04/11 - 30/04/11
    etc etc
    Table 2 calculates the number of gas units and kWh of electricity used during the date intervals in Table 1. What I've (unsuccessfully) tried to do is when Table 2 calculates the number of gas units and kWh of electricity these are automatically entered in the appropriate cell next to the relevant date interval in Table 1.
    For example in Table 2 the number of Gas units is calculated in cell D11 and the kWh of electricity in cell I11 for a particular date interval corresponding to that in Table 1. The data in Table 2 are manually entered for each date interval given in Table 1. What I would like to do is get Numbers to automatically enter the value that is calculated in cells D11 & I11 in Table 2 into the appropriate cells in Table 1 e.g. for 01/01/11 - 31/01/11 the cells in Table 1 would be C4 & D4 for 01/02/11 - 28/02/11 the cells in Table 1 would be C5 & D5 and for 01/03/11 - 31/03/11 the cells in Table 1 would be C6 & D6 and so on up to 01/12/11 - 31/12/11 whose cells would be C15 & D15.
    I've tried doing what is suggested in the *'Referring to Cells in Formulas*' help page but I must be doing something wrong as it just isn't working for my Sheet and Tables. If anyone can hopefully understand my problem and point to a solution I'd be very grateful.
    If anyone wants a copy of the sheet to play around with they are more than welcome to have it it's just that I don't know how to make it available on this forum or show the tables as they are set out here on the forum.
    Thanks
    Thanks

    As Yvan said, it can't be done the way you want. I personally like to have the backup data behind calculations whenever possible, versus overwriting the older data. I would use separate tables instead of a single Table 2.
    I can't quite figure out your "dates". Is it one column or two? For example, is "01/01/11 - 31/01/11" in a single cell? I'm going to assume that's how it is and that it is column A.
    Here is how I might do it:
    1) I would move Table 2 to a different sheet (Sheet 2) and give it a name _exactly the same as the first period in column A_. In other words, it would be named "01/01/11 - 31/01/11" (without the quotes). This table will be for this period only. I would also go to the inspector and click "name" so the table name is shown above the table.
    2) In Sheet 1, Table 1 (your Table 1) I would use the following formula in what you said was column C and a similar one for column D
    =IFERROR(INDIRECT("Sheet 2::'"&A&"'::I11"),"")
    Note that '"&A&"' has triple-quotes around it. The first one is an apostrophe followed by a quote. The second is a quote followed by an apostrophe. The apostrophes are required due to some of the characters being used in the table names. Normally you wouldn't need them.
    3) For the next month, duplicate Table '1/01/11 - 31/01/11' by right clicking on it in the sidebar and choosing "duplicate". Reposition the duplicate on your sheet, rename it with another set of dates (make sure it matches exactly; copy/paste can be your friend), and enter the data for that period. Table 1 will find it automatically.

  • Linking a cell from different files

    Does anyone know how to link a cell of file to another cell of a file on Numbers on icloud? I am not tallking about linking a cell from one sheet to another sheet of the same file. I know how to do that. I am trying to create a summary file for grades from data of multiple files. Thank you for you're feedback.

    link a cell of file to another cell of a file on Numbers on icloud?
    AppleScript can do this in Numbers on the Mac. But I don't think it is possible in Numbers for iCloud.
    SG

  • Referring to Cells in Formulas

    Hi Everyone
    This might sound like a really easy question for you guys but I am new to using numbers. When I select a cell to enter a formula and refer to a cell eg C2, and multiply it by another cell (D2), i keep getting an error message which says " the operator "*" expects a number, but cell 'Mass (kg)' Jupiter contains a string". It is like it thinks I am referring to the cells which have the titles in them, Mass (kg) is cell C1 and D1 is what says Jupiter but i want it to multiply the numbers that are in cells C2 and D2.
    Does anyone have any ideas?
    Cheers
    Ken

    Ken Herington wrote:
    This might sound like a really easy question for you guys but I am new to using numbers. When I select a cell to enter a formula and refer to a cell eg C2, and multiply it by another cell (D2), i keep getting an error message which says " the operator "*" expects a number, but cell 'Mass (kg)' Jupiter contains a string". It is like it thinks I am referring to the cells which have the titles in them, Mass (kg) is cell C1 and D1 is what says Jupiter but i want it to multiply the numbers that are in cells C2 and D2.
    Does anyone have any ideas?
    Hi Ken,
    Two. One on the formula, and one on the unit you've used.
    Formula:
    =C2*D2  Placed in any cell (except C2 or D2) will return the product of the numbers in C2 and D2, provided both cells either contain numbers or are empty.
    =C*D     Placed in any cell in row 2 (except C2 or D2) will return the product of the numbers in C2 and D2, provided both cells either contain numbers or are empty.
    =C*D$2  Placed in any cell in row n (except Cn or D2) will return the product of the numbers in Cn and D2, provided both cells either contain numbers or are empty. This would allow you to make Row 2 a header row, place the 'Jupiter factor' in D2, list the 'Mass (kg)' (see comment below) starting in row 3, and calculate the product in column D, starting at row 3.
    The error message may, as Yvan notes, result from the formula referring to cell C1, where it finds the text string 'Mass (kg)', or, if the formula is not referencing C1, the cell which it is referencing may include text (eg. '100 kg' instead of '100'), or may have been formatted as text. Inclusion of any non-numeric characters (with a few exceptions) in the cell will cause the contents to be interpreted as a text string. Formatting a cell as text will cause anything in that cell (including a number or a formula) to be interpreted as a text string.
    Units:
    The mass of an object is an intrinsic property of that object, and does not change as the object is transferred from planet to planet. A 1 kg object has a mass of 1 kg whether it is on Earth, the moon, Jupiter or en route from one to another of these bodies. Measuring the object's mass using an equal arm balance or a counterpoise balance will give the same reading (1 kg) in each location (although mechanical considerations may limit the precision of that measurement).
    The weight of an object, on the other hand, is a measure of the vertical force exerted on the object due to the gravitational attraction of another object. That weight depends on the mass of the object itself, the mass of the 'other' object(s), and the distance separating the pair. That 1 kg object above will have a different weight on each of the planets, and will vary by about 0.5 percent when determined at different locations on Earth (heaviest at the poles, lightest atop a high mountain at or near the equator). Weight can be measured using a spring scale, which measures the force necessary to support an object against the local gravitational force on that object.
    The proper unit of weight in the International System of Units is the Newton, but in common and commercial use (on earth) when we 'weigh' something, we're actually determining its mass, so using the mass unit to report the result is appropriate. Here, though, my interpretation is that you want to determine the 'weight' of the object, not its 'mass', and you should make that distinction in your labels.
    Regards,
    Barry

  • How can I extract certain pages from my document and save as another file?

    How can I extract certain pages from my document and save as another file?

    You would need Adobe Acrobat to do that, not Adobe Reader.

  • When I update a cell in one file folder I want that same cell

    When I update a cell in one file folder called (X)  I want that same cell to updated in a different file folder called (Y).  Can this be done?

    Question asked and answered many times.
    There is no link between Numbers documents !
    I already posted an AppleScript filling this hole.
    Yvan KOENIG (VALLAURIS, France) dimanche 7 août 2011 15:44:03
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please :
    Search for questions similar to your own
    before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • How to transfer the tables from one file group to another file group in SQL 2008.?

    Hello all,
    I have few issues regarding the transfer of the tables from one file group to another file group  in SQL 2008 and also How can we  backup
    and restore the particular database based on file group level.
    Let’s say I have a tables stored within the different FG. such as
    Tables                                                    
      File group
    Dimension tables                                              
                                                                     Primary
    Fact tables                                               
                                                                              FG1
               FG2…
    zzz_tables                                               
                                                                              DEFAULT_FG    
    dim.table1                                                                                                                          DEFAULT_FG
    dim.table2                                                                                                                          DEFAULT_FG
    Here all I want to transfer the dim.table1 ,dim.table2  from  DEFAULT_FG to the Primary File
    group .So is there simple methods for transfer the dim.table1,2  from one FG to another .I have tried somewhat but I couldn’t get the exact way .So if someone have better idea please share your knowledge that would be really appreciated.
    Secondly after moving those dim.table1 ,dim.table2 from DEFAULT_FG to Primary ,All I want to backup and restore the database only containing  the Primary and FG1,FG2… not
    a DEFAULT_FG.Is it possible or not.?
    Hope to hear from the one who knows better approach for this kind of task .Your simple help will be much appreciated.
    Regards,
    Anil Maharjan

    Well after all my full day research on this topic had paid off, I finally got the solution and am so happy to research on these things. It makes
    us feel really happy after all our research and hard work doesn't goes as waste.
    Finally I got what I am looking for and want to make sure that I am able to transfer the tables from DEFAULT_FG to another FG without tables
    having clustered index on that tables .
    With the help of the link below I finally got my solution where Roberto’s coded store procedure simply works for this.
    Really thanks to him for his great post and thanks to all for your response and your valuable time.
    http://gallery.technet.microsoft.com/scriptcenter/c1da9334-2885-468c-a374-775da60f256f
    Regards,
    Anil Maharjan

  • How can i change a pdf file type to another file type

    how can i change a pdf file type to another file type

    You can copy the contents and paste it into a Word file. Just don't expect everything to transfer or to retain all of the formatting.

  • Drag the component from one cell to another cell within JTable

    Hi All,
    I have one requirement to drag the component from JList to JTable cell. I am able to do it but once if i drag the component from list to table cell, table accepting the drop after this i am unable to move the same component from one cell to another cell within the table.
    Any advice.
    I have used the following logic for JTable and JList is drag enabled.
    DefaultTableModel tableModel=new DefaultTableModel(
                new Object [][] {
                    {null, null, null, null,null,null,null},
                    {null, null, null, null,null,null,null},
                    {null, null, null, null,null,null,null},
                    {null, null, null, null,null,null,null}
                new String [] {
                    "Title 1", "Title 2", "Title 3", "Title 4","Title 5","Title 6","Title 7"
            JTable table = new javax.swing.JTable(){
                public boolean isCellEditable(int row, int column)
                    return false;
            table.setModel(tableModel);
            table.setDragEnabled(true);
            table.setDropMode(DropMode.INSERT);
            table.setTransferHandler(new TransferHandler(){
                public boolean canImport(TransferHandler.TransferSupport info){
                    if (!info.isDataFlavorSupported(DataFlavor.stringFlavor)){
                        return false;
                    return true;
                public boolean importData(TransferSupport support) {
                    if (!support.isDrop()) {
                        return false;
                    if (!canImport(support)) {
                        return false;
                    JTable table=(JTable)support.getComponent();
                    DefaultTableModel tableModel=(DefaultTableModel)table.getModel();
                    // fetch the drop location
                    JTable.DropLocation dl = (JTable.DropLocation)support.getDropLocation();
                    int row = dl.getRow();
                    int col=dl.getColumn();
                    // fetch the data and bail if this fails
                    String data;
                    try {
                        data = (String)support.getTransferable().getTransferData(DataFlavor.stringFlavor);
                    } catch (UnsupportedFlavorException e) {
                        return false;
                    } catch (IOException e) {
                        return false;
                    calendarTableModel.setValueAt(data, row, col);
                    return true;
            });Thanks & Regards,
    Maadhav.
    Edited by: maadhav on Jun 23, 2009 12:29 AM

    Hi All,
    I fixed this issue with some additional logic which allow me to drag and drop the string component from one cell to another cell within in the JTable.
    I am attaching the new logic here, if any one needs use it.
    DefaultTableModel tableModel=new DefaultTableModel(
                new Object [][] {
                    {null, null, null, null,null,null,null},
                    {null, null, null, null,null,null,null},
                    {null, null, null, null,null,null,null},
                    {null, null, null, null,null,null,null}
                new String [] {
                    "Title 1", "Title 2", "Title 3", "Title 4","Title 5","Title 6","Title 7"
            JTable table = new javax.swing.JTable(){
                public boolean isCellEditable(int row, int column)
                    return false;
            table.setModel(tableModel);
            table.setDragEnabled(true);
            table.setDropMode(DropMode.USE_SELECTION);
            table.setTransferHandler(new TransferHandler(){
              public int getSourceActions(JComponent c) {
                    return DnDConstants.ACTION_COPY_OR_MOVE;
                public Transferable createTransferable(JComponent comp)
                    JTable table=(JTable)comp;
                    int row=table.getSelectedRow();
                    int col=table.getSelectedColumn();
                    String value = (String)table.getModel().getValueAt(row,col);
                    StringSelection transferable = new StringSelection(value);
                    table.getModel().setValueAt(null,row,col);
                    return transferable;
                public boolean canImport(TransferHandler.TransferSupport info){
                    if (!info.isDataFlavorSupported(DataFlavor.stringFlavor)){
                        return false;
                    return true;
                public boolean importData(TransferSupport support) {
                    if (!support.isDrop()) {
                        return false;
                    if (!canImport(support)) {
                        return false;
                    JTable table=(JTable)support.getComponent();
                    DefaultTableModel tableModel=(DefaultTableModel)table.getModel();
                   JTable.DropLocation dl = (JTable.DropLocation)support.getDropLocation();
                    int row = dl.getRow();
                    int col=dl.getColumn();
                    String data;
                    try {
                        data = (String)support.getTransferable().getTransferData(DataFlavor.stringFlavor);
                    } catch (UnsupportedFlavorException e) {
                        return false;
                    } catch (IOException e) {
                        return false;
                    tableModel.setValueAt(data, row, col);
                    return true;
            });Thanks & Regards,
    Maadhav..
    Edited by: maadhav on Jun 23, 2009 5:26 AM
    Edited by: maadhav on Jun 23, 2009 5:28 AM

  • I have downloaded a trial version of Photoshop. But it says I don't have access or to open it in another file.  What other file should I open it in?

    I have had this trouble before in trying to set up Adobe Photoshop on my iMac.
    I get it all installed and then it tells me I cannot open it.  That I do not have access. To check "Get info" - well I do have access.
    So then it say to copy it in Finder.  I did that.  But it still won't let me in.
    It then says to try "saving it in another file."  What does this mean?

    Your description is vague and confusing, so I'm afraid nobody really knows what's going on. Perhaps try again using proper terminology and including exact error messages, system info and all that?
    Mylenium

Maybe you are looking for

  • How to use customer_update_sales_area

    Hi Friendz Could anybody tell me How I would use this function module to upload partner function.  I can find documentation for this. Warm regards Manisha

  • How to transport the  text elements

    hi guru's,   i need answer to this question.   how to transport the text elements in the sap script?

  • How to paste a Smart Object in a consistent and proportional size onto a Photo in Photoshop CC?

    I am a photographer and want my signature on every photo I print. I have created the text I want in Illustrator and have been dragging that text into Photoshop.When I do this I am asked if I want it to be a Smart Object or Pixels, Path or shape layer

  • Problem with Number of Columns in XML Report

    Hi, I am trying to make a XML report with more than 64 columns. When i am trying to load the data into MS Word , it is giving me error saying a table cannot have more than 63 columns. If i reduce the no.of columns , then i am able to create the repor

  • BDC PROGRAM FOR F-02 ERROR

    Hi , i have written a bdc program for f-02 .here we have 2 posting keys 31 and 40 .when i recored in shdb i can see when i use 31 posting key then i get 302 screen and when i use 40 posting key then i get 300 screen.But the problem is in 302 screen w