+ Reply to Thread
Results 1 to 9 of 9

Referencing data that changes

  1. #1
    Registered User
    Join Date
    10-13-2016
    Location
    FL, USA
    MS-Off Ver
    7 ENTERPRISE
    Posts
    4

    Referencing data that changes

    Hello,
    I have a workbook with 5 sheets. The first one is a summary of the other 4. I'd like to be able to grab the last value of a running total and show it on the summary sheet. In other words, each sheet is an account with a running balance and I'd like the last balance to show on the summary page so I can see all the balance totals in one place. Can someone please help me? I am a novice at this so please bear with me!
    Karen

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Referencing data that changes

    Hi Karen and welcome.

    Any chance we could see an example workbook so we could see the actual data layout?

    BSB

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Referencing data that changes

    When you say "last balance" do you mean the last (bottom-most) numeric entry in a column?

    If so, try something like this...

    =LOOKUP(1E100,Sheet2!A:A)

    That will return the last (bottom-most) numeric entry from Sheet2 column A.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  4. #4
    Registered User
    Join Date
    10-13-2016
    Location
    FL, USA
    MS-Off Ver
    7 ENTERPRISE
    Posts
    4

    Re: Referencing data that changes

    Tony Valko - that is EXACTLY what I was looking to do! Thank you so much! Can you tell me what the "1E100" means? Also, what if there is a formula in the cell where the LOOKUP is looking? Does that make sense?
    Attached Files Attached Files
    Last edited by karen7459; 10-14-2016 at 10:08 AM.

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Referencing data that changes

    Karen, welcome to the forum

    1E100 is a really large number( largest?) that there is for excel, so lookup will search for that, and if not found, will search for the next lowest number above that

    Also, if you have a workbook (excel file) you should provide a sample of that in excel, not a word document
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  6. #6
    Registered User
    Join Date
    10-13-2016
    Location
    FL, USA
    MS-Off Ver
    7 ENTERPRISE
    Posts
    4

    Re: Referencing data that changes

    Thank you FDibbins. My other question is what happens when there is a formula already in a cell and the info in that cell is the number I need to lookup?

  7. #7
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Referencing data that changes

    1E100 is scientific notation for the very large number 1 followed by 100 0s.

    Scientific notation is a "shorthand" method of expressing vey long numbers.

    The way that LOOKUP works in this application is that if every number in the range is less than the lookup value (1E100) then the formula will return the last numeric value from the range.

    We use the gigantic number 1E100 as the lookup value to ensure that we get the correct result.

    There is a 100% chance that the numbers you're working with are nowhere near the value of 1E100.

    My other question is what happens when there is a formula already in a cell and the info in that cell is the number I need to lookup?
    What do you want to do once you find that number?

  8. #8
    Registered User
    Join Date
    10-13-2016
    Location
    FL, USA
    MS-Off Ver
    7 ENTERPRISE
    Posts
    4

    Re: Referencing data that changes

    Thanks for all the great info! I was able to get my workbook to do exactly what I wanted!

  9. #9
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Referencing data that changes

    Good deal. Thanks for the feedback!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 5
    Last Post: 05-21-2015, 02:33 PM
  2. Need help with data referencing
    By efoxa in forum Excel General
    Replies: 7
    Last Post: 12-21-2011, 09:02 AM
  3. Replies: 1
    Last Post: 04-17-2009, 04:57 AM
  4. Referencing Weekly data from large raw data set
    By freud1 in forum Excel General
    Replies: 7
    Last Post: 03-08-2009, 07:51 PM
  5. Referencing Data
    By benstead in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-05-2008, 04:20 PM
  6. Replies: 0
    Last Post: 08-30-2005, 12:05 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1