I need help obtaining a number from a previous sheet inside the same workbook...

I am basically trying to put together a system for tracking the hours I work as a casual against the hours I get paid for.
I have setup a sheet that allows me to enter in my daily hours for a pay fortnight (plus some other information such as breaks etc.)
I then enter in the hours I was paid from my payslip and I often have a discrepancy which I have titled OUTSTANDING HOURS.
(This discrepancy is caused by my wing of the business running on a Thursday to Wednesday week whilst the pay office runs Sunday to Saturday - this overlap is why I wish to track my hours so carefully)
I have a new sheet for each pay fortnight. Fortnight 1 / Fortnight 2 / Fortnight 3 for example (they are actually titled by the date range of each fortnight)
What I am hoping to be able to do is automatically bring the previous fortnight's OUTSTANDING HOURS cell into a specific cell on the following sheet.
I know how to do this using =PRODUCT('Fortnight 1' :: Master :: E27) - where e27 is the OUTSTANDING HOURS total from the sheet titled Fortnight 1
This however requires the OUTSTANDING HOURS to always come from Fortnight 1.
When I get to Fortnight 3 I would want the OUTSTANDING HOURS to come from Fortnight 2 sheet.
Can this be setup so that it takes the info from the previous sheet in the workbook rather than a specifically titled sheet... Or will I have to change this formula everytime I duplicate my MASTER....
Thanks for any help...

TIG,
I suggest that you use the INDIRECT(ADDRESS()) form of addressing. The last parameter in the ADDRESS function is the TableName. Use a table cell reference in TableName's position and in that cell, type the table name from which the data is to come. This way all your equations stay the same from Sheet to Sheet, but the name of the previous sheet is entered into a cell as data, self documenting and easy to edit.
Jerry

Similar Messages

  • Need help my contact are merging together if they have the same name

    If I enter in a new contact with the same first name my phone automatically links to another person with the same name in my contact. This happens even if I put a different company name so I know the difference between Jeff at car dealer and Jeff landscaper. Can anyone guide me how to fix this please.

    1. Objects don't have names. The only name a <tt>JButton</tt> might have is the '<tt>name</tt>' property which is set using <tt>setName(...)</tt>
    2. Add an anonymous <tt>ActionListener</tt> to the <tt>JButton</tt> in the same method that you create it. In general, and unless hugely justified by the program design, avoid 'switchboard' listeners that require to identify the source of the event.
    To get better help sooner, post a [url http://mindprod.com/jgloss/sscce.html]SSCCE (Short, Self Contained, Compilable and Executable) example that demonstrates the problem. And read the announcement at the top of the forum listing, it's there for a purpose. As is the FAQ linked from every page.
    db

  • Crazy thing: No dialtone from a SPA 3102 inside the same network.

    Hi folks: We have a couple of SPA-3102 connected to two POTS Bellsouth lines. Both 3102 are registering fine with our SIP server and also register the phone line.
    The crazy thing is this: If we try to get dialtone calling from an IP phone (SPA922) LOCATED IN THE SAME LOCAL NETWORK (I.E: In the office) to the 3102 number, we get no dialtone.
    If i try co call the same 3102 from a softphone (x-lite) also in the office, we still get no dialtone.
    But if i try to call the spa from other network than the office, (I.e: My home), i´m getting the dialtone!!!  I tried it with both the 922 IP Phone and the x-lite softphone and works fine.
    Also, we tried to call the 3102 from other IP phone in our office in Mexico, and also works fine.
    Our network topology in the office:  Motorola´s Netopia 3347-02 with Bellsouth xDSL internet service. Two Linksys EZXS16W swithes, and a mix of laptops, PCs, servers, IPPhones (SPA922 and 942) and printers connected to these switches
    Any idea ??
    Thanks in advance.
    Martin

    If the in-office X-Lite is accessing the SPA-3102 on its private IP, try the public IP, or vice-versa.
    I'm presuming that the SPA-3102 has a static private address, the Netopia is forwarding some UDP ports to the 3102, and that you are accessing the 3102 directly (not through a server such as Asterisk).  In this case, access from the LAN via the public IP may fail, because many routers don't handle 'hairpinning' correctly.  Access via the private IP may fail, because the client is being confused by the NAT mapping being applied by the 3102.  You can use Wireshark on the machine running X-Lite to see what's happening in each case.
    If your situation is other than the above, please provide the details:  Accessed via server?  If so, is server on LAN or outside?  What software?  Do you have administrative control over it?  Does your router have a SIP ALG?  Is it being used in this path?  What port forwarding or other special setup on router?  What NAT mapping parameters on SPA-3102?  What have you seen with Wireshark?  What remedial actions have you tried, with what results?  Do you have multiple static public IPs?  If so, is there a spare one?
    Message Edited by Stew on 05-05-2008 10:48 AM

  • Access AM in Model from a different project inside the same applictaion

    Hi
    I am using JDeveloper 11.1.1.6.0
    I am tryiing to create an AM instance in a java class which is inside the a project
    The structure of my APP is as shown below
    MYAPP
    |___Model
    |___MyProject
    |___ViewController
    the Java class is inside the MyProject and I am trying to create an APpp Module insance using
    ApplicationModule am = Configuration.createRootApplicationModule("model.AppModule", "AppModuleLocal");  But it is returning an error like
    INFO: MDS-00013: no metadata found for metadata object "/model/common/bc4j.xcfg"
    Exception in thread "main" oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.ConfigException, msg=JBO-33001: Configuration file /model/common/bc4j.xcfg is not found in the classpath.
         at oracle.jbo.common.ampool.PoolMgr.findPool(PoolMgr.java:529)
         at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1508)
         at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1485)
         at com.myapp.PlanlWithDecisionPointUsingPreloadedDictionary.runWithPreloadedDictionary(PlanlWithDecisionPointUsingPreloadedDictionary.java:67)
         at com.myapp.PlanlWithDecisionPointUsingPreloadedDictionary.main(PlanlWithDecisionPointUsingPreloadedDictionary.java:50)
    Caused by: oracle.jbo.ConfigException: JBO-33001: Configuration file /model/common/bc4j.xcfg is not found in the classpath.
         at oracle.jbo.client.Configuration.loadFromClassPath(Configuration.java:467)
         at oracle.jbo.common.ampool.PoolMgr.loadConfiguration(PoolMgr.java:600)
         at oracle.jbo.common.ampool.PoolMgr.findPool(PoolMgr.java:526)
         ... 4 more
    ## Detail 0 ##
    oracle.jbo.ConfigException: JBO-33001: Configuration file /model/common/bc4j.xcfg is not found in the classpath.
         at oracle.jbo.client.Configuration.loadFromClassPath(Configuration.java:467)
         at oracle.jbo.common.ampool.PoolMgr.loadConfiguration(PoolMgr.java:600)
         at oracle.jbo.common.ampool.PoolMgr.findPool(PoolMgr.java:526)
         at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1508)
         at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1485)
         at com.myapp.PlanlWithDecisionPointUsingPreloadedDictionary.runWithPreloadedDictionary(PlanlWithDecisionPointUsingPreloadedDictionary.java:67)
         at com.myapp.PlanlWithDecisionPointUsingPreloadedDictionary.main(PlanlWithDecisionPointUsingPreloadedDictionary.java:50)Why is this happening ?
    Thanks
    Nigel.

    Configuration file /model/common/bc4j.xcfg is not found in the classpath.
    is that the full path .. ? ? ? ? model.appModule

  • Need HELP to pass results from procedure

    Hey Gurus,
    I need your help. I got a package (test) and inside the package two procedures (step1, step2). Now I want to pass the results from the procedure step1 (stat_rec.lev, stat_rec.chi_sq, stat_rec.chi_sig) to the other procedure step2 and make a select with where-clause. How can I manage this?? Got someone a idea??
    Here my package:
    CREATE OR REPLACE PACKAGE test1
    AS
    PROCEDURE step1(table_in IN VARCHAR2, column1 IN VARCHAR2,column2 IN VARCHAR2);
    TYPE stat_tab_rec IS RECORD(lev NUMBER, chi_sq NUMBER, chi_sig NUMBER, rank NUMBER);
    stat_rec stat_tab_rec;
    PROCEDURE step2(table_in IN VARCHAR2, column1 IN VARCHAR2,column2 IN VARCHAR2);
    END test1;
    Thanks for your help!!
    CREATE OR REPLACE PACKAGE BODY test1
    AS
    PROCEDURE step1(table_in IN VARCHAR2, column1 IN VARCHAR2,column2 IN VARCHAR2,column3 IN VARCHAR2,column4 IN VARCHAR2,column5 IN VARCHAR2)
    IS
    TYPE cur_crosstab IS REF CURSOR;
    cur_cross cur_crosstab;
    BEGIN
    OPEN cur_cross FOR 'WITH '
    ||'att_grp AS '
    ||'(SELECT '||column1||' as x1 , lev AS lev, '||column2||', '
    ||' CASE'
    ||' WHEN '||column2||' <= lev '
    ||' THEN 1 '
    ||' ELSE 2 '
    ||'END attribute_group '
    ||'FROM '||table_in||', '
    ||'(SELECT level AS lev '
    ||'FROM dual '
    ||'WHERE level >= (SELECT MIN('||column2||') FROM '||table_in||') CONNECT BY level <= (SELECT MAX('||column2||') FROM '||table_in||'))) '
    ||'SELECT lev, '
    ||'ROUND(STATS_CROSSTAB(x1,attribute_group,''CHISQ_OBS''),4) AS chi_square, '
    ||'ROUND(STATS_CROSSTAB(x1,attribute_group,''CHISQ_SIG''),4) AS significance, '
    ||'dense_rank() over (order by ROUND(STATS_CROSSTAB(x1,attribute_group,''CHISQ_OBS'' ),4) DESC) AS rank '
    ||'FROM att_grp '
    ||'GROUP BY lev '
    ||'ORDER BY lev';
    LOOP
    FETCH cur_cross INTO stat_rec;
    EXIT WHEN cur_cross%NOTFOUND;
    IF stat_rec.rank = 1 THEN
    DBMS_OUTPUT.put_line(column2);
    DBMS_OUTPUT.put_line(stat_rec.lev|| ' = ' || TO_CHAR(stat_rec.chi_sq,'99.99') || TO_CHAR(stat_rec.chi_sig,'99.99'));
    END IF;
    END LOOP;
    CLOSE cur_cross;
    END step1;
    PROCEDURE step2
    IS
    BEGIN
    END step2;
    END test1;

    Thank you Massimo. I tried your example but I recieve an error: PLS-00306: wrong number or types of arguments in call to "procedure1"
    Here my Codes:
    CREATE OR REPLACE TYPE stat_obj IS OBJECT(zeilen NUMBER,lev NUMBER, chi_sq NUMBER, chi_sig NUMBER);
    CREATE OR REPLACE TYPE stat_tab IS TABLE OF stat_obj;
    CREATE OR REPLACE PROCEDURE procedure1(table_in IN VARCHAR2,column1 IN VARCHAR2,column2 IN VARCHAR2, v OUT stat_tab)
    IS
    TYPE cur_crosstab IS REF CURSOR;
    cur_cross cur_crosstab;
    TYPE stat_tab_rec IS RECORD(lev NUMBER, chi_sq NUMBER, chi_sig NUMBER);
    stat_rec stat_tab_rec;
    BEGIN
    OPEN cur_cross FOR 'WITH '
    ||'att_grp AS '
    ||'(SELECT '||column1||' as x1 , lev AS lev, '||column2||', '
    ||' CASE'
    ||' WHEN '||column2||' <= lev '
    ||' THEN 1 '
    ||' ELSE 2 '
    ||'END attribute_group '
    ||'FROM '||table_in||', '
    ||'(SELECT level AS lev '
    ||'FROM dual '
    ||'WHERE level >= (SELECT MIN('||column2||') FROM '||table_in||') CONNECT BY level <= (SELECT MAX('||column2||') FROM '||table_in||'))) '
    ||'SELECT lev, '
    ||'ROUND(STATS_CROSSTAB(x1,attribute_group,''CHISQ_OBS''),4) AS chi_square, '
    ||'ROUND(STATS_CROSSTAB(x1,attribute_group,''CHISQ_SIG''),4) AS significance, '
    ||'dense_rank() over (order by ROUND(STATS_CROSSTAB(x1,attribute_group,''CHISQ_OBS'' ),4) DESC) AS ranking '
    ||'FROM att_grp '
    ||'GROUP BY lev '
    ||'ORDER BY lev';
    LOOP
    FETCH cur_cross INTO v;
    EXIT WHEN cur_cross%NOTFOUND;
    --IF v_stat_tab.rank = 1 THEN
    --DBMS_OUTPUT.put_line(v_stat_tab.lev || '=' || TO_CHAR(v_stat_tab.chi_sq,'99.99') || TO_CHAR (v_stat_tab.chi_sig,'99.99'));
    --END IF;
    END LOOP;
    CLOSE cur_cross;
    END;
    CREATE OR REPLACE PROCEDURE procedure2
    IS
    v_zeilen NUMBER;
    v_lev NUMBER;
    v_chi_sq NUMBER;
    v_chi_sig NUMBER;
    v stat_tab;
    BEGIN
    procedure1(v);
    SELECT zeilen,lev,chi_sq,chi_sig INTO v_zeilen,v_lev,v_chi_sq,v_chi_sig
    from table(v);
    DBMS_OUTPUT.put_line(v_zeilen||v_lev||v_chi_sq||v_chi_sig);
    END;
    Hope u can help me!!

  • Need help to share Number/Pages file visa Mail option. Cannot do with iPad Air (iOS7)

    Need help to share Number/Pages file visa Mail option. Cannot do with iPad Air

    Oh, okay. After selecting the format I want to send, it says "creating... ". Then irrespective of the format I choose the message e.g. "creating spreadsheet" disappears, and so does the choice window (where I earlier chose Mail). I am taken back to the Numbers (or Page) where I had started from. Diavonex's note indicated that after "creating ... " stage I should be taken to an option where I can type in email address where I want to  send the  file, if I want to copy it to another address etc. I cannot arrive at that page - no matter whether I am working with Pages or Number, or which format I choose for the file to share !
    I will try to close as you have suggested and try. However, I have switched on and off several times by now, but nothing changed!
    Will look forward to any ideas to solve this !!!
    Thanks much!
    Best

  • When my lightroom opens up I keep getting an error message that states, "Lightroom encountered an error whne reading from its preview  cache and needs to quit" I have relaunched it a number of times and keep getting the same message.

    when my lightroom opens up I keep getting an error message that states, "Lightroom encountered an error whne reading from its preview  cache and needs to quit" I have relaunched it a number of times and keep getting the same message. Any thoughts on how to fix this?

    You need to delete your preview cache and have Lightroom rebuild it.   Cache location can be found here.
    https://helpx.adobe.com/lightroom/kb/preference-file-locations-lightroom-41.html
    Why And How To Clear Your Lightroom Cache - Lightroom Fanatic

  • I need help in downloading and installing a previously purchased version of Photoshop Elements 12: Serial number removed by moderator

    I need help in downloading and installing a previously purchased version of Photoshop Elements 12: <Serial number removed by moderator>

    Hi There,
    Kindly try: Troubleshoot installation | Photoshop Elements, Premiere Elements | Windows
    Thanks,
    Atul Saini

  • I need help to transfer CS4 from a dead G5 to a new Macbook Pro. Can't find my program discs but purchased CS4 in 2008 and have record of it.

    I need help to transfer CS4 from a dead G5 to a new Macbook Pro. Can't find my program discs but purchased CS4 in 2008 and have record of it.

    Sounds like you got it installed and activated. Don't forget your updates.
    Adobe - Photoshop : For Macintosh
    Gene

  • I need help to create  idoc from scrach.

    i need help to create  idoc from scrach.

    Swamy Katta,
    Please read "[the rules|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement]" before you post any further, and confirm that you have read them?
    => Search first, ask questions later please!
    Julius

  • I need help burning a cd from keynote

    I need help burning a cd from keynote for a slideshow presentation on a tv

    Hi,
    Not quite sure what you're after here, so I might need a bit more info.
    You have a presentation in Keynote and want to export this in some format that will allow you to display it on a TV screen. Is this right? Do you want to retain all your interactivity or do you just want to show it as a simple 'kiosk' presentation? What will the presentation on CD be played from and how will it connect to the TV?
    Probably the easiest solution is to create a DVD of your presentation. To do this export the presentation from Keynote as a Quicktime Movie by going to File>Export and selecting the Quicktime pane. You'll need to make a few choices about how the slides are advanced and the final quality. Convert the exported movie to a DVD in iDVD or better still Toast, if you have it. You wont need menus or any fancy stuff, just set up the movie to play as soon as the disk is inserted.
    To optimise the Movie, keep Keynote animations to a minimum and limit slide transitions to simple dissolves. The resulting Movie should be a fair representation of the original Keynote presentation.
    Alastair.

  • Need help Printing Address labels from Address Book

    I have a new iMac using OS X.4 1. I want to print address labels for Christmas cards. 2. I want to print several address labels of the same information for return address labels. I can't seem to figure it out. I've read the Help. I don't see where to put the # of labels per page. I created a Directory with only one name it it (so it would print several times on one page.) I selected Avery Standard - label 5162. Under label I selected Distribution List. I seem to be missing something.
    Thanks for any help you can give me.

    I wanted to do the same thing. The only way I was able to do this was to create a new group, then enter my name and address 30 times (the number of labels per sheet on Avery 8160). Then I was able to print as many sheets as I wanted. The bad news is you have to enter 30 times, the good news is once you done it you can print as many labels as you need. good luck

  • Need help moving videos/photos from Galaxy S4 to iMac

    need help moving videos/photos from Galaxy S4 to iMac
    Samsung's utility Kies is awful
    Hlpe please

    did this
    import photos from android to mac
    got this, try it
    http://www.phototransferapp.com/help/android/transfer_photos_from_your_android_t o_your_mac/
    or use the first link to try some of the google hits for ways to get photos from android devices into osx

  • Need help transferring itunes library from old laptop to new laptop

    Can someone help me?? I have a new laptop and have installed itunes on it. How do I get my old library from my old laptop onto my new one? What about all my playlists?
    Thank you in anticipation!
    Lisa

    There should be one iTunes Folder that contains many iTunes folders underneath it. Copy that one to a memory stick (if it will fit), not the location you copied it from. Copy it to the same place on the new computer. iTunes should find and recognize it if it was in the default location. You just need to start iTunes on the new computer.
    Be sure on the old computer to start iTunes, go to the Store menu on top, and Deauthorise the old computer. On the new computer do the opposite, go to the Store menu and Authorise that computer. You will have to enter your Apple ID and password.

  • I bought a second license and I can't find the serial number, I have tried to contact adobe like 4 times and got no luck. Any help on where to find it? is it the same serial as the first copy we have?

    I bought a second license and I can't find the serial number, I have tried to contact adobe like 4 times and got no luck. Any help on where to find it? is it the same serial as the first copy we have?

    Hello,
    This order no is for subscription of Adobe Captivate 8. In order to install subscription you need not to enter any serial key .During the installation it will prompt you to enter your Adobe Id and it will validate your subscription after validating your Adobe Id from the server. I mean you have to sign in with your Adobe Id during the installation which you have used at the time of purchasing the subscription.
    So for installation and activation you dont need any serial key . Just sign in and it will automatically activate your subscription .
    For more information on subscription please click on the link below.
    http://www.adobe.com/in/products/captivate/faq.html#subscription
    Regards,
    Rajeev.

Maybe you are looking for

  • Brand New MacBook - what's wrong???

    I am on my third MacBook in the last 6 weeks. I upgraded to the MacBook Pro yesterday from the black MacBook. All of my information was copied to the new book, but now when I try to import photos I get the following error message: An error occurred w

  • SpryAssets menu: dropdown is funky in IE/Win

    http://arnotinteractive.com/openclosetsbook/ there are supposed to be 3 dropdown menu items under Chapters. Plus color in main nav is wrong. Cross chec with FF/Mac. stumped... mookie

  • ALE_EDI_Query?

    Hi.. Can we use t-RFC port with EDI and file port with ALE? Thank You

  • Auction tracker

    I'm stuck on a homework assignment. I am not asking anyone to write this for me, but I am stuck. I have no idea even how to start this program. Any help will be greatly appreciated.      Use the LinkedStack class to support an application that tracks

  • AT&T released a software update for the HTC One M9 (OPJA110) on July 15, 2015.

    HTC One M9 users,    AT&T released Android Version 5.1 for OTA download today! To download:Drag down the notification bar with two fingers, and then tap Settings > General.Tap About Phone > AT&T software update.Tap Check for updates.Tap Update Now.Fo