How do I redirect formula links in a duplicated table?

I am putting together an annual accounts spreadsheet in Numbers. I have several worksheets with a set of tables for the first month. The final worksheet contains a summary table which gathers data from across all the tables on the other sheets. No problem so far. But when I create a new set of tables for the second month I also duplicate the summary table. Now all the values are still drawn from the first month tables. How can  I redirect all the formulas to the second set of tables? Is this possible?
If this sounds a bit confusing, this is what I am trying to do by way of simple demonstration;
I create Table A (January) in Worksheet 1
I create Table B (January Summary) in Worksheet 2 - this contains formulas drawing information from Table A
I duplicate Table A in worksheet 1 to make Table C (February) - and overwrite the cells with new data values. Table C remains in worksheet 1
I duplicate Table B in Worksheet 2 to make Table D (February Summary). Table D remains in Worksheet 2. However, all the data values are still drawn from Table A (January). I now want them all to point to Tabel C (February) without having to manually re set all the formulas.
There doesn't appear to be a one command way of doing this. Nor can I double click the cell formulas and type in a simple change - it seems I have to start the formula set up all over again.  Any help would be appreciated - even if it is bad news! I'm quite new to Numbers - but finding my way around!
Many thanks

Hi John,
Rather than struggling with so many separate tables and formulas, which sounds unwieldy and error-prone, have you considered entering your data in one table and extracting monthy summary statistics and views as needed?  For example you could have something like this:
The Purchases Data table contains only data you enter. There are no formulas there.
There is only one formula in the Summary table, here copied from B2 across and down:
    =SUMIFS(Purchases Data::$D,Purchases Data::$B,$A2,Purchases Data::$C,B$1)
Granted, it's an indimidating-looking formula. But if you look up SUMIFS in the function browser you'll see how it works. It's much easier than it looks.  The first argument within the () is the column you want to sum. The other arguments are column-condition pairs, where each condition applies to the column just before it.
So the formula here in B2 is saying, add up all the numbers in column D of the Purchases Data table (the first argument) where the value in column B of the the Purchased Data table is the same as the value in A2 of the Summary table (the first column-condition pair) and the value in column C of the Purchases Data table is the same as the value in B1 of the summary table (a second column-condition pair). You can add more column-condition pairs as needed.
Using this approach you can also quickly extract monthly summary tables.  In this simple example, you set one up and get it working for the first month, then copy/paste the whole table, change its name and the month number in A1 and you're done. No need to further fuss with formulas:
Formula in B2, copied to C2:  
      =COUNTIFS(Purchases Data::$B,$A$1,Purchases Data::$C,B$1)
Formula in B3, copied to C3:  
      =SUMIFS(Purchases Data::$D,Purchases Data::$B,$A$1,Purchases Data::$C,B$1)
Then, say, you want to list all the Cafe purchases in January, you simply apply a filter to the Purchase Data table like this:
SG
P.S. Sharing via iCloud here is easy:
Copy the link, click the in the editor and paste it in.

Similar Messages

  • How do I redirect HOME link to anonymous desktop?

    Hi,
    May I know how to redirect the Home link back to anonymous desktop?
    Thank you very much.

    You can customize templates for the anonymous desktop by editing the menubar.html file and changing settings in the administration console.
    Edit the HREF definition for the Home link in the /etc/opt/SUNWips/desktop/default/iwtDesktop/menubar.html file.
    The following format reveals on how to set the home link from the desktop to be redirected to the anonymous desktop:
    <a href="/home?goto=/login/Anonymous?domain=mydomain>home</a>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How do I redirect a link from one application to another

    Hi,
    I need to know if the procedure i'm using to perform a response.sendRedirect is the best/ most efficient. I'm using 11g 11.1.1.6.
    1. I have two JSF ADF applications deployed on a 11g BC4J application server.
    The two applications are named App1 and App2 in the application server (AS)
    App1 has a context path of /app1
    App2 has a context path of /app2
    I need to go to App2 from App 1 from a golink
    I using go link and in destination="/app2/faces/pages/home"/>
    and it redirects to this link like
    localhost:port/app1/app2/faces/pages/home?env=Prod"/>
    I actually want it to redirect to the second application and run it
    What is that I m doing wrong If I need to hardcord that value there
    Or is there any othe way that I can do .
    Thanks in Advance.
    Thanks,
    933601

    Hi Timo,
    Thanks for your help I could get that I m able to goto desired url from app1 to app2
    but the thing is I m using jdbc URL connection to deploy my application. After navigating to desired page
    I m trying to login to my page When I enter username and tabout for password
    It shows me an error like
    JBO-29114 AdfContext is not setup to process message for this exception. Use the exception stack trace and error code to investigate the root cause of this exception.
    Root cause error code is jbo-26061.
    Adf_Faces-60097: for more information see server log
    ADF_Faces-60096: server Exception
    While Deploying I checked my connections they are successful. I dont have any issue with the DB.
    What should I do in order to run my application with Jdbc Url.
    I m using 11.1.1.6 and BC4J.
    Please help me out with this..
    Thanks in Advance..

  • How to interpret a formula stored in a transparent table

    Dear all,
    I have filled in a specific transparent table with some formula. I would like to read the table, find the formula and take the result of this formula in a variable
    In my table :
    Country, formula 1, formula 2
    FR, P + 1 ( 1 / 80 ), R * 1 ( 1 - 30 )
    In my program,
    I read the table with the country as key, and I would like, first to replace the P and R by a value in the program, and I would like  to interpret the formula and put the result of this in a variable
    if Country = FR
    replace P by w_price in formula1
    replace R by w_tva in formula2
    w_result1 = formula1
    w_result2 = formula2
    I don't know how to do interpret these 2 statement like :
    w_result1 = w_price + 11 ( 1 / 80 )
    w_result2 = w_tva  * 1 ( 1 - 30 )
    I tought to use the field symbol and assign but w/o success for the moment
    Can anybody help me ? it is very important.
    Thanks
    Kind regards
    Véronique

    Hello,
    I think my questions was not so clear.
    In fact, the formula is in a field in a transparent table
    for example : my_table has a field my_formula. In this field I have written:   P + 1 ( 1 / 80 )
    I need to interpret the content of the field my_formula to solve the formula and put the result in a variable.
    I don't want to write the formula directly in the program
    thanks
    Véronique

  • How Can I Redirect a Webpage in iWeb to Another Link?

    I have created a blog through godaddy.com for my website, and the webpage link is blog.XXXX.com.
    I have a page on my site for a blog, but iWeb defaults to sending people to XXXX.com/blog.html.
    Can someone please tell me how I can have iWeb redirect the link so that when people click on my "Blog" link it directs them to blog.XXXX.com?

    sync your ipad to your itunes, save the book, sync her iPad, sync the book
    same as you would sync a music from your ipod to your iPhone

  • How to I get a link with a "Mail to" address to open up a Compose window in my Yahoo mail, rather than in the Mail progrom on my Mac. I do not use the Mac Mail program.

    How to I get a link with a "Mail to" address to open up a Compose window in my Yahoo mail, rather than in the Mail progrom on my Mac. I do not use the Mac Mail program.
    == This happened ==
    Not sure how often
    == always

    Thank you, "the-edmeister" -- You render a great service, one that lifts my spirits.
    Your answer also taught me to be a little more persistent, as I had started looking at Preferences, and just didn't notice the icons (including Applications) at the top of that window that would have led me to my answer.
    Dave

  • How do I redirect  the "Documents" folder to a different partition?

    I have a separate data partition on my 10.5.1 MacBook and I want all my user data to live there. How do I redirect the "Documents", "Desktop" and "Downloads" folders to a different partition?

    As far as I know the desktop can't be assigned elsewhere. The others can be directed with the respective programs. I always keep my documents on another drive. I do it by using the saves as command and point to that directory. Then everything after that I can use there. For Downloads you just change it in preferences in Safari. Switch it in the *Save downloaded files to:* command.

  • I designed my social media buttons. How do I add the link to each one. For example: How do I add my Facebook link to my face book button on my muse site?

    I designed my social media buttons. How do I add the link to each one. For example: How do I add my Facebook link to my facebook button on my muse site?

    Hello,
    Please select the button that you have created and go to hyperlink tab and add the facebook page URL there.
    Please take a look at the screenshot below.
    Regards
    Vivek

  • How to get a formula from the user from a text box in a webpage

    Hi. I would like to know how to get the formula from the user who enters in a textbox. This formula can have any number of variables starting with a and goes on.
    The complexity of the formula can go upto sin, cos, ln, exp. Also user enters the minimum and maximum values of these variables. Based on a specific algorithm (which I use) I would calculate a *set of values, say 10, for each of these variables, substitute in the formula and based on the result of this formula, I select ONE suitable  value for each of the variables.
    I don't know how to get this formula (which most likely to be different each time) and substitute the values *which I found earlier.
    Kindly help me out in this issue.
    Thanks

    The textbox is the easy part. It's no different than getting a String parameter out of an HTTP request.
    The hard part is parsing the String into a "formula" for evaluation. You'll have to write a parser or find one.
    Google for "Java math expression parser" and see what you get.
    Or write your own with JavaCC.
    %

  • Urgent....How can i redirect to my jsp page from servlet in init() method..

    How can i redirect to my jsp page from servlet in init() method..Becoz that servlet is calling while server startsup..so im writing some piece of code in init() method..after that i want to redirect to some jsp page ...is it possible?
    using RequestDispatcher..its not possible..becoz
    RequestDispatcher rd = sc.getRequestDispatcher("goto.jsp");
    rd.foward(req,res);
    Here the request and response are null objects..
    So mi question can frame as how can i get request/response in servlet's init method()..

    Hi guys
    did any one get a solution for this issue. calling a jsp in the startup of the servlet, i mean in the startup servlet. I do have a same req like i need to call a JSP which does some data reterival and calculations and i am putting the results in the cache. so in the jsp there in no output of HTML. when i use the URLConnection i am getting a error as below.
    java.net.SocketException: Unexpected end of file from server
    at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:707)
    at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:612)
    at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:705)
    at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:612)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLCon
    nection.java:519)
    at com.toysrus.fns.alphablox.Startup.callJSP(Unknown Source)
    at com.toysrus.fns.alphablox.Startup.init(Unknown Source)
    at org.apache.tomcat.core.ServletWrapper.doInit(ServletWrapper.java:317)
    so plz do let me know how to call a jsp in the start up of a servlet.
    Thanks
    Vidya

  • NEED INFO ON HOW TO REMOVE  ""LOGIN ASSISTANCE LINK'' ON THE MAIN PAGE r12

    Hello, we want to remove (or make it invisible) the "LOGIN ASSISTANCE' on the main page of the r12 instance before we go live. WE will not be given that option to our end-users. Can you please advise how to. THanks.

    Pl see MOS Doc 735964.1 (How to Disable Login Assistance link in R12?)
    HTH
    Srini

  • In VB Programming code -- How to access the formula for suppressing a field

    In VB Programming code -- How to access the formula for suppressing a field
    I am using Crystal Reports 2008 v1
    Using VB code, I am attempting to modify a Crystal Report before exporting it into a PDF format and then displaying it on the Web.
    My problem is that I am unable to access the formula used to dynamically suppress a field.
    The following code is working:
    mySections = rd.ReportDefinition.Sections
    For Each mySection As CrystalDecisions.CrystalReports.Engine.Section In mySections
       ' myFieldToChange is a String set to the text of the field I need to adjust the Suppression
       iloop = 0
       For Each RecObj As CrystalDecisions.CrystalReports.Engine.ReportObject In mySection.ReportObjects
               If mySection.ReportObjects.Item(iloop).Name.ToLower = myFieldToChange Then
                   myTextObject = CType(mySection.ReportObjects.Item(iloop), CrystalDecisions.CrystalReports.Engine.TextObject)
                   myTextObject.Text = "new field text goes here"
                   mySection.SectionFormat.EnableSuppress = True
                   '  Here is where I want to change the formula for the Suppression
                End if
                iloop = iloop + 1
        Next
    Next
    I can not find any reference to the actual suppression formula in the SDK help file.
    Note, the EnableSuppress can be set to True for False, but if there is a formula for dynamic suppression, the True or False value is overwritten.  The results of the formula determine the suppression.
    Is there a way to reference this formula.  I know that I can put on in using the Crystal Report Designer software, I need to modify this formula using VB code and the SDK.

    Hello, Mark;
    If you are using the ReportDocument object you do not have access to the Conditional Suppression formula. You can get around it by using a formula field in the report for the supression and then using the FormulaField code to change it at runtime.
    If you want to change the supression condition directly at runtime you need to use RAS and the ReportClientDocument.
    Elaine

  • How do you create a link to a pdf in Muse? Thought it was going to show that with Katie's menu and can"t find in any of the tutorials.

    How do you create a link to a pdf in Muse? Thought it was going to show that with Katie's menu and can't find in any of the tutorials.

    The steps would be :
    - Add files from file menu > select pdf > add to site
    - Select the content (rectangle,text etc) and click on hyperlink dropdown > it should show you the added files list
    - Select the file you want to link
    Thanks,
    Sanjit

  • How can i redirect to another JSP page automatically after some event

    I am developing a Tic-Tac-Toe game which can be played between two players who are on two different machines.
    When the first player comes to the Welcome page he will redirected to a Waiting Page when he clicks on the 'Start' button.
    When the second player comes to the Welcome page he will be redirected directly to the Game page, on clicking the 'Start' button.
    So how can i redirect the first player to the Game page after the second player is available for the game.
    And if i want to manage multiple instances of my game how can i do that//
    I am using JSP, javascript and MySQL for developing my project, and I am new to all these tools, but i would still like to carry on with all these only

    This is a bit of a challenge because of the nature of the web. Generally the web is "pull only" meaning that the browser has to initiate any interactions - the server can't push data to the browser if it wasn't asked to.
    The easiest way to solve this is using AJAX via JavaScript to periodically poll the server for any status changes. There are other ways (the Comet protocol is one) but they start to get a bit difficult and are still a bit new and not completely supported in a standards way. And to be honest they are still basically polling though in a more efficient way.
    Are you using a JavaScript framework? Most of the JavaScript frameworks that I've used have built in support for polling in the background. You'd have to have the JSP/servlet side be able to handle these polling requests from the browser and, when another person joins the game, the server indicates that and sends that back to the browser.
    As far as multiple instances I would have the server automatically pair up users as needed. So when the first player arrives he has to wait for another player. When the second player arrives a new game is created for those two players. Now a third player arrives and waits until a fourth player shows up. When player 4 joins another separate game is created. Presumably the conversation between the browser and the server will need to include a "game number" or other unique number so that the server can keep track of the games.

  • How can I redirect LR to find my photos, which I just moved.

    Long story, but when I set up my new computer (Win 7/64) I found myself with two My Pictures folders, one nested inside the other, on my data drive.  The photos were in the second or inner folder.  No big deal except having to click twice to get the images files.  Well, then I loaded LR 5.2 which set up its Catalog inside the outer folder, and really really wanted to load downloaded photos there as well.  No problem, I though, I'll just opent the inner My Pictures folder, cut the files, then paste them in the outer folder along with the LR catalog.  A benefit is I can backup the Catalog at the same time as the photos.  Welllll, not.  LR can no longer find the photo locations, althoug it can still find its catalog.  How do I redirect LR to the right location for all the photo files, including of course, those that I've already imported.  Is there anything I need to do with the catalog as well?
    Thanks much,
    BAB

    B4A5B6 wrote:
    Thank you, dy_paige !!  Using the information you sent I was able to fix the problem with one operation:  right-clicking on the old directory for My Pictures and repointing to the new.  The tutuorial you sent was absolutely correct in that additional instruction is needed to perform this task safely.  I found the the command "Find New Folder" easily enough, but was hesistant to go any further.  It is far too easy to seriously mess up a
    But you've already messed up the catalog.
    The much simpler approach is to not move photos at all, then you never have this problem. It's simple and effective.

Maybe you are looking for