+ Reply to Thread
Results 1 to 9 of 9

Trying to find a way to return the last value in column.

  1. #1
    Registered User
    Join Date
    04-04-2015
    Location
    Kansas United States
    MS-Off Ver
    Excel 2010
    Posts
    2

    Trying to find a way to return the last value in column.

    i created a check register in excel but am having a hard time finding a way to return the last value in the column because of the formula currently in the column. any ideas of how to get it to return the last value in that column in a different column with the formula repeating it self down the column?

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Trying to find a way to return the last value in column.

    The last value in a column can be found by using these formulas

    If you values are text use:

    =LOOKUP("zzzzz",A:A)

    If numbers

    =LOOKUP(10^308,A:A)

    assuming data is in column A
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Registered User
    Join Date
    04-04-2015
    Location
    Kansas United States
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Trying to find a way to return the last value in column.

    Thank you sooooooo much!!! That worked.

  4. #4
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Trying to find a way to return the last value in column.

    You're welcome. Please don't forget to thank those who helped by clicking on Add Reputation * and please mark thread as "Solved" if your issue has been resolved. (Selecting Thread Tools-> Mark thread as Solved).

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

    Re: Trying to find a way to return the last value in column.

    The LOOKUP function will return the last (bottom-most) number if the lookup_value is larger than any number in the referenced range.

    Typically, we suggest using gigantic lookup_values because we don't have any idea of the nature of the numbers in question.

    For example, I typically suggest using 1E100 as the lookup_value. It's easy to remember, easy to type and it works.

    =LOOKUP(1E100,A:A)

    1E100 is a really gigantic number that is guaranteed to be greater than any number in the referenced range.

    1E100 is scientific notation for the number 1 followed by 100 zeros. I don't even know what that number is called (if it even has a name).

    Now, since you're needing this in your check register I can safely assume that your numbers are no where near 1E100. So, you simply need a number that is bigger than any number in the referenced range.

    If your register balance will never be greater than say, 100,000, then you can use 100000 as the lookup_value.

    If your register balance will never be greater than say, 10,000, then you can use 10000 as the lookup_value.

    No need to use ridiculously gigantic numbers.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  6. #6
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Trying to find a way to return the last value in column.

    Quote Originally Posted by Tony Valko View Post

    1E100 is a really gigantic number that is guaranteed to be greater than any number in the referenced range.

    1E100 is scientific notation for the number 1 followed by 100 zeros. I don't even know what that number is called (if it even has a name).
    and actually it does have a name! It's googol

  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: Trying to find a way to return the last value in column.

    Quote Originally Posted by AlKey View Post
    and actually it does have a name! It's googol
    If you do a Google search on 1E100 or 1E100 Excel you'll get lots of links to posts I've made!

  8. #8
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Trying to find a way to return the last value in column.

    Quote Originally Posted by Tony Valko View Post
    If you do a Google search on 1E100 or 1E100 Excel you'll get lots of links to posts I've made!
    I hope you're not confusing Google with Googol. Googol is the name of the number. However, this is not the largest one. It is "1 followed by 100 zeros". There are Googolplex and then Googolplexian.

    http://www.googolplexian.com/

  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: Trying to find a way to return the last value in column.

    Quote Originally Posted by AlKey View Post
    I hope you're not confusing Google with Googol.
    Yes, I was.

    It seems that Google is a play on the word Googol.

+ 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. [SOLVED] Find first non-zero value in a column and return adjacent value in column to the left?
    By hchavous in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-24-2015, 06:11 AM
  2. Find the same number in the column and then return text from another column"
    By SHOOTERTPP in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-02-2014, 11:21 PM
  3. [SOLVED] Find last occurrence of text in a column and return value in next column
    By LindaLu in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-06-2014, 09:45 AM
  4. Replies: 8
    Last Post: 10-23-2013, 12:17 PM
  5. Formula to find all matches in column A and return cells from column C
    By GenericPat in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-19-2012, 04:56 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