+ Reply to Thread
Results 1 to 3 of 3

find last row in a column of numbers

Hybrid View

  1. #1
    Registered User
    Join Date
    08-28-2005
    Posts
    8

    find last row in a column of numbers

    i recall using hlookup with a large number but can’t figure out how

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,412

    Re: find last row in a column of numbers

    I think you mean something like this:

    =LOOKUP(1000000,A:A)

    It will return the number that is in the last cell in column A. The value 1000000 is just a large number - it must be larger than any number which is likely to exist in column A.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    09-16-2003
    Location
    Waiau Pa NZ
    Posts
    81

    Re: find last row in a column of numbers

    enter in A1 or any other cell......... =SUMPRODUCT(MAX(($A$2:$A100000<>"")*(ROW($A$2:$A100000)))) to give you the row number of the last cell with a number. Found this one in a google search. Assumption: not more than 100,000 rows.

    regards
    Bill K New Zealand
    Greetings from New Zealand
    Bill Kuunders

+ 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: 4
    Last Post: 10-19-2017, 08:12 AM
  2. [SOLVED] Re: Find lowest 5 numbers in column A with highest values in column B
    By jd16 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-05-2013, 02:08 AM
  3. Replies: 4
    Last Post: 10-06-2013, 10:40 AM
  4. Find lowest 5 numbers in column A with highest values in column B
    By dmccoy in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-06-2013, 09:22 AM
  5. Search for column header and find all values and their row numbers in that column
    By woody83 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 08-14-2012, 03:11 PM
  6. Replies: 0
    Last Post: 02-08-2012, 06:39 PM
  7. [SOLVED] need to find which numbers (3+) in a column sum to a value
    By Devin in forum Excel General
    Replies: 1
    Last Post: 02-11-2005, 07:06 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