+ Reply to Thread
Results 1 to 6 of 6

Find last valid value in a column.

  1. #1
    Registered User
    Join Date
    10-21-2013
    Location
    Porto Alegre, Brasil
    MS-Off Ver
    Excel 2007
    Posts
    2

    Find last valid value in a column.

    Ei, guys, what's up?

    I'm trying to find a formula that returns the last valid number in a column.
    What i learned so far is a formula that works only if there's no empty cell in the column.

    I mean,

    A1 5
    A2 7
    A3
    A4 8
    A5 4

    A formula that returns "4" as answar, no "7".
    Sorry for being a noob in excel. I'm just a beginner. Sorry for that bad english too. I'm brazilian.
    Thanks for now.

  2. #2
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Find last valid value in a column.

    Hi,

    Is the entire column either blank or numerical?

    =LOOKUP(9.99999999999999E+307,A:A)

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  3. #3
    Registered User
    Join Date
    10-21-2013
    Location
    Porto Alegre, Brasil
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Find last valid value in a column.

    Quote Originally Posted by XOR LX View Post
    Hi,

    Is the entire column either blank or numerical?

    =LOOKUP(9.99999999999999E+307,A:A)

    Regards
    Thanks for respond. But I tried and that didn't work.
    I google it, and I found this:

    =OFFSET(<StartCell>,MATCH(MAX(<Range>)+1,<Range>,1)-1,0)

    but that also didn't work. Excel tells me that there is a error in the formula, witch i can't find.
    Can you help me in that one?

  4. #4
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Find last valid value in a column.

    You will find anything you need here!

    http://www.xldynamic.com/source/xld.LastValue.html
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  5. #5
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Find last valid value in a column.

    What's in the column? Numbers? Text? A mixture?

    Regards

  6. #6
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Find last valid value in a column.

    If the lookup didn't work, the most likely explaination is that your numbers are not really numbers.
    They are "Numbers Stored As Text"

    Try this instead
    =LOOKUP("z",A:A)

+ 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: 2
    Last Post: 04-26-2013, 01:16 PM
  2. [SOLVED] Error when using FIND Method to find last row when column is blank
    By the duke in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 03-01-2013, 10:26 PM
  3. Replies: 7
    Last Post: 01-15-2013, 05:05 AM
  4. Range.Find to find column and place value in next available cell in one line
    By davegugg in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-02-2011, 10:41 AM
  5. Function to valid a column start with "http"
    By jonat2 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-02-2008, 03:48 PM

Tags for this Thread

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