Can't link to a cell in another sheet at certain point

Hello,
this is the first time I use the support communities.
I have a continuing promblem with numbers ( v. 2.3). I'm working on a projekt for my univerity and are quite familiar with number. But at a certain point it get's impossible to link to another cell on a different sheet! This works fine until a certain point (which I actually don't know).....
I do the same stuff which I did very often before but it dosent work....
1. I click on the cell I want to have the linked value in it
2. I press = to start linking.
3. I go to the cell i want to take the data from (in another sheet).
4. The Box becomes white with the name and position of the source cell in it. But when I klick enter it dosn't work....
I really don't have an idea what this could be... It worke fine in the same way before a few hundered times... Is there any limitation of link's between the single sheets or something?
I'm very glad for any help in this issue
Regards,
Gregor

On your last screenshot, you had moved off of the cell you were working on. The resulting formula/reference was not shown.
Becasue it is not in English, it is hard for me to tell for sure what might be going on.  The reference in your third screnshot looked odd to me.  In English it would be one of the following forms when referencing a cell on a different sheet:
Sheet name::Table Name::Cell address
Table Name::Cell Address
or, if "use header names as cell addresses" is on
Sheet name::Table name::column name row name
Table name:: column name row name
column name row name
The reference shown in your third screenshot doesn't seem to fit that pattern
I am assuming if you look at your resulting formula, the cell reference is not in a colored oval, it looks like plain text.
I've seen header names get misinterpreted by Numbers, like it can't figure them out and make a reference from them. If you are using header names as cell references, changing the names can fix it.  Turning off that feature might also fix it. I don't use that feature usually; it often makes my formulas too long and complicated.
I have not seen a similiar problem with table and sheet names but you could try changing them to see if it helps.
Sometimes Numbers simply has a problem with a reference and you have to start over with the formula and it will work the next time. I don't know why, it just happens sometimes.

Similar Messages

  • How can I link my daqmx code to another daq assistant to hear my audio output?

    Hi,
    I got a burning question about my school project. I need to use labview and my NI-mydaq to test the difference between
    various samples rates and bit depths.
    I linked an mp3 file to the AUDIO IN of my NI-mydaq and created a way to be able of switching sample rate while running my program.
    Now I would like to link my program inside the NI-mydaq to my AUDIO OUT...
    So...  I generated daqmx code out of an input daq assistant, how can I link my daqmx code to another daq assistant to hear my audio output?

    Hello Fontys_Student...,
    I am not sure I properly understand your question.
    You want to, first, acquire a signal from the AUDIO IN input, second, do some processing on the acquired signal and, third, generate this processed signal at the AUDIO OUT, right? What is the part causing some troubles?
    If you already have the signal acquired and processed, you can simply wire this processed signal to the "data" input of a second DAQ Assistant, right?
    Did you already have a look at the myDAQ User Guide (http://www.ni.com/pdf/manuals/373060e.pdf)? On page 32-35, there is an example showing what you need I suppose. 
    Cédric | NI Belgium

  • Can I link to a table in another Numbers file?

    I have searched through the documentation and on support and cannot find a way that I can reference a cell belonging to another Numbers file. I essentially want to use one Numbers file to store a very large amount of data and have separate smaller files access that data. So far I have only been able to link to cells on a different sheet in the SAME Numbers document.
    iWork Pages allows me to link to a Numbers docuement table so I was hoping to find a similar capability within Numbers itself.
    Karen

    That feature is unavailable. A search of this forum on the word "link" will provide numerous questions on the same subject. It is obviously a highly desired feature.

  • In Muse can you link to an element on another page?

    I was hoping that there was a way to link to an "element" (Not a page!) located on anther page either through Muse natively or by a script.  I'm not a coder or I wouldn't be using Muse.  I know you can link to other pages but I don't know about elements of other pages, specifically a "Lightbox" pop-up.
    I have a pop-up on a secondary page, lets say page 2, that I would like to also pop-up on anther page, lets say page 1, when clicked from page 1 but I don't want to have to put this Lightbox pop-up in two (both) locations because I actually have a couple hundred of these.
    Any suggestions would be greatly appreciated.
    Thanks,
    Ryan.

    If you want the pop up on multiple pages you will need to put it on multiple pages. Or you could add the link to the pop up as well as the pop up itself to a template and create the pages that you want that pop up using that template. Another one you can try is to have your pop up on a page all by itself with no template or other content and then add the page to any other page using an iFrame.

  • What are possible ways to return the raw data in the corresponding cell of another sheet?

    Numbers on iMac under Maverick. For each sheet in a spreadsheet (Numbers file) I have provided a corresponding sheet (to replace it). In the new sheet I want to insert a formula referencing the corresponding cell in the new sheet, but so that I can delete the original sheet. If the formula referencing the cells in the original sheet returns the resultant data in place of the formula, this will enable me to use this method to work through a largish file (and others like it) with comparative ease. Can this be done, for example, by stipulating a particular format for the recipient cell? 

    Top righthand corner of the page.

  • How do i reference a cell in another sheet

    I have an excel workbook with numerous worksheet.
    I have a sheet called summary which has in Col A the names of All 200 worksheets in the workbook
    All the 200 worksheets have product names in col J now each product has a suffix of _AA, and _BB
    e.g   Col J: Steel_AA    Steel_BB   Plastic_AA  Plastic_BB    Wood_AA     Wood_BB etc all lined up in col J one per cell the range varied in some cases may be just two entried in
    J2 and J3 and in other sheets thier could be entries in J2 to J40 the one contatnt is _AA or _BB
    I need to get the product names from Col J on ALL worksheets the product name will be anything up to the underscore so igonre _AA or _BB or _whatever and then to ONLY get the name once and place it on my summary sheet comman sperated as thier could be 1
    entry or 10 entries
    Does anyone have a easy formula for this formula =LEFT(A2,FIND("_",A2,1)-1) would search and ignore anything after the uderscore (_) but I have not been able to tie it to read a sheet name from col A then go to that sheet and pull the info.

    You can use  INDIRECT Function to dynamically refer to worksheets in Excel.
    =INDIRECT(A2&"!J2")
    But based on your description, VBA Code should be a better option.

  • Reference cell from another sheet

    Hello,
    I've created income and expenses spreadsheets, within the same file. I would like to create a cell with a formula for INCOME less EXPENSES. I've read through many forums and have tried the following formulas to no avail:
    On the income sheet (B65 represents our total income, FYI) I've typed:
    =B65-'MY BUSINESS 2014 EXPENSES'::'Table 1'::B242
    or
    =B65-'Sheet 2'::'Table 1'::B242
    or
    =B65-('MY BUSINESS 2014 EXPENSES'::'Table 1'::B242)
    or
    =B65-('Sheet 2'::'Table 1'::B242)
    or
    =B65-'MY BUSINESS 2014 EXPENSES - Table 1'::B242
    Nothing is working. I keep getting the same #REF! error message. What am I doing wrong here?
    Thanks in advance!

    I had this same issue, I finally figured you you need a space before and after each ::
    'MY BUSINESS 2014 EXPENSES - Table 1' :: B242

  • How do you copy cell to another sheet without a "0" value if empty

    I have a sheet which is formatted based on a scanned image that I have as a background. This is a timesheet and makes it easy for people to enter the values in based on the paper version as it is familiar. My table sits in front of this image and works just like the paper version where a user inputs the data using a selection of checkboxes and free text into the timesheet.
    Because of the margin limitations in numbers, I have also constructed a seperate sheet which is the PRINT version of the table, where I want to MIRROR te values in the first sheet. This 2nd sheet has all the headings taken away, and the table borders removed etc, as it is printed onto the paper proforma timesheet. I have moved the tables around etc to make sure that it prints exactly correctly based on margins and formatting etc.
    The issue I have is that everytime I use a cell reference for free text (ie: =Recall Record::Table 2::B2)  is shows a "0" when the field in the master table is empty. This is an issue as I don't want to show anything if the original table has a cell that has nothing in it, when printing.
    Is there a way to do an IF statement or similar: like =IF(=Recall Record::Table 2::B2,"=Recall Record::Table 2::B2", " ") or something like that? I read that as if there is something in that referenced cell then show that referenced cell and if there is nothing there, show a space.

    =if(isblank(<the_cell>), "", <the_cell>)
    this will check <the_cell> to see if it is blank.  If it is it will return the empty string "", otherwise it returns the value of <the_cell>

  • I can't change the color of an object past a certain point, it returns to original color

    Two problems/questions: Opening a file in photoshop cs4 today I noticed that all my folders were labeled as "pass through" (first time seeing this) and when I click the color icon box of an object in the layer pallete, it will not change the color past a certain point. To clarify, I have previously made an object or layer using the pen tool and filled it with a certain purple. Now I want to go back and make it a brighter purple. So I double click the color fill thumbnail in the layer and the color selection window pops up. I click the top right color of the area  (which happens to be the brightest color) and press ok, but my object stays as the original color I had made it before. What is the reason for this?
    Eric

    »Pass Through« indicates that Adjustment Layers will affect lower Layers outside the Group and that contained Layers with different Blend Modes will affect Blending with underlying Layers outside the Group accordingly.
    If you change it to Normal or any of the other Blend Modes everything contained within the Group will basically act as one flattened Layer and Adjustments only affect the Group’s pixel content.
    Could you post a screenshot of the document with the Solid Color Layer’s Color Picker and the Layers Panel visible?

  • Link Between One PDF to another PDF

    Hi,
    Could you please explain on how can we link between one PDF to another PDF.
    I have 2 PDF files which are Online Interactive Adobe forms.
    Regards,
    Maruti

    Hi Maruthi,
    we can.....
    see the below links......
    http://www.sap.info/public/INT/int/index/Category-28943c61b1e60d84b-int/-1/articleContainer-18393415bdc39551ae
    https://www.sdn.sap.com/irj/sdn/adobe
    thanks
    swamy

  • Move info from one cell to another based on a third cell's content

    Okay I'm not sure that this is possible but I thought I would put it out there to see if someone can help me figure this out
    Lets start with the first sheet of data:
    From this sheet I would like to move multiple cell's content to cells on another sheet based on the selection of the "SOLD" column.
    This is the second sheet....
    Basically, lets say that some one would select "Y" for the sold column on sheet one. Once "Y" is selected the text from each respective cell in the row would move to the second sheet. So if row 1 "SOLD" = "Y" then "LAST NAME" would move to "CUSTOMER", "DATE" would move to "DATE", "NEW / USED" would move to "NEW / USED"
    To complicate it further, is there a way that each new set of data that would move over would automatically go to the next clear row? I will try to illustrate what I mean below:
    ...Also I should mention that there are three different sheets that would fill the final recap sheet....
    Sheet 1: "BOB"
    Sheet 2: "SUZIE"
    Sheet 3: "TOM"
    Recap Sheet:
    Know this is a stretch but thank you for any input.

    What I mean is, if the data can't be input in one table (generally an efficient approach) then have several people input it in their own tables (in a standardized format), then consolidate the data into one table (that parts very quick) and use the power of the Numbers interface to look at different views of your data. The sort and filter features are quick and powerful.  Otherwise, you'll have to manage formulas in both the individual input tables and in the data table and you'll need extra "index" columns.  That's doable, but I would guess unlikely to save time in the end.  Unless I've misunderstood your situation.
    SG

  • Transfer from Subtotal in one table to another sheet.

    Hi, about a year ago i made a salary application for my production company. This works quite well, but when I supposed to report amounts for each employed to the swedish tax authorities I am still not automatic because I haven't solved how to transfer a subtotal sum to a specific cell in another sheet. I am sure that this has been discussed earlier, but in the searches I have done I can't find a similar question. So if someone has an idea where to look or knows if it is possible.
    What I would need is to have a formula like LOOKUP (I guess that is the english formula for looking up references) or similar so that I can identify a Subtotal for a specific class of rows (i.e. salaries for one person).

    Thanks for the reply. If I understand you correctly the approach is simple an genial. I am all the time using and thinking within the frame of the elegant sorting functions that you find in the tables. Very easy to use when you need a quick result, though as far as I can see impossible to bring with you. But of course just put the conditions i a Sum.if. Simple!
    Thanks.
    Leif

  • How do you sort a table that contains links to cells in another table?

    This is something that I used to be able to do in Numbers but since 2 or 3 updates ago this doesn't seem to happen.
    The problem I have is that I have a table that includes cells that are a sum of a number of cells from another table. When I try and sort by a column all the info in the cells change because, I imagine, the commands linking to the cells in the other table are offsetting by however many rows a particular row has moved.
    This didn't used to happen; it used to hold on to the same data and links regardless of where the sort function moved a row to.
    Had a look through the help pages but can't find anything about it. Has anyone found a way around this?
    Thanks in advance.
    Matt

    Hi mmatt,
    There are several ways to create sort-safe formulas. Without knowing what you are doing in your table it is hard to give specific advice but in general INDEX(), OFFSET() and I think INDIRECT() are sort safe- ie they will ocntinue to point to the same cell wherever they are in your sort.
    If you want specific advice you would need to provide more info.
    quinn

  • Can I use a cell value to reference a table on another sheet?

    I'm not sure if this is possible and I have had no luck with searches, here is what I am attempting to do...
    On my first sheet I have a number of tables, each holding information on a service. Each table is named to match the service name.
    On another sheet I have a list of clients that use these services, with the service name (to match the table name on the first sheet) in a cell in the client's row.
    I would like to pull data from one of the cells on the Service table to include it in a concatenate formula in the clients row.
    I was hoping to be able to use the value of the cell with the service name in it as part of the formula to reference the service sheet...
    For example:
    ="something"&Services::B2::C6&"something"
    Is this possible, or is there a way I can work around the auto corrections that numbers keeps applying?
    Cheers

    you can construct the text of a cell reference as a string by concatenating information then use the function indirect() to turn the string into a reference.
    so you would do something like:
    =indirect("something"&Services::B2::C6&"something")
    this is assuming that "something"&Services::B2::C6&"something"  results in a string that would be a valid reference.

  • How can I link specific cells in two different speadsheets so the data from a specific cell in spreadsheet A automatically updates in a specific cell in spreadsheet B. It works in Xcel- Any ideas?

    How can I link specific cells in two different tables so the data from a specific cell in table A automatically updates in a specific cell in table B? It works in Xcel- Any ideas?

    (1) your title ask the way to link different spreadsheets.
    In Numberland, a spreadsheet is an entire document.
    There is no way to link different documents.
    (2) in the message, you ask the way to link different tables.
    This feature is available and is described in iWork Formulas and Functions User Guide (which is available for free from the Help menu).
    Getting the info just requires a simple search in this available resource !
    Yvan KOENIG (VALLAURIS, France) 14 mai 2011 10:37:50

Maybe you are looking for

  • Problem installing hp 8600 plus to laptop after installing wireless on desktop via cisco router!

    After installing the printer successfully on my desktop wireless through the cisco router I attempted to add my laptop a hp G60-635DX notebook. After installing the printer I got a message that a driver cannot be found! I called cisco and they offere

  • How come i cant update my ipod up to IOS7?

    i have been stuck with the update 6.1.3 for quit awhile and i know a lot of my friends are updated to IOS7 and they even have ipods. My ipod is the 32gigabite 4th generation.

  • X201t with dock multiple monitors

    Hello, I am using an old lenovo x201t but recently bought a docking station to it. I also have two external monitors and I was curious to find out what will happen if I can plug one to the dock and the other to the laptop itself. I thought it might n

  • A1083

    any place to buy these anymore? always meant to buy one, but got busy. Reasons: don't want to replace my dual dvi video card. want the matte. 30" is better than 27" two monitors workflow doesn't allow direct focus. need monitor to work for leopard an

  • Create .img from QuickTime?

    I have created .img files from iDVD. I have some big QuickTime dv files. Can I create .img files from them? If so, how?