+ Reply to Thread
Results 1 to 7 of 7

Getting last cell value in column

Hybrid View

  1. #1
    Registered User
    Join Date
    10-02-2014
    Location
    sri lanka
    MS-Off Ver
    2007
    Posts
    7

    Getting last cell value in column

    A
    1 213.00
    2 256.33
    3 100.00

    I need to get A3 to A55 cell.
    when A4 get updated then A55 will show A4.
    When A5 get updated then A55 will show A5.

    Hope you can help me here.

  2. #2
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,655

    Re: Getting last cell value in column

    Try this.....
    In A55
    =INDEX($A$3:$A$54,MATCH(1E+307,$A$3:$A$54))
    Is this what you are trying to achieve?
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,736

    Re: Getting last cell value in column

    You could also use LOOKUP like this:

    =LOOKUP(1E+307,A3:A54)
    Audere est facere

  4. #4
    Registered User
    Join Date
    10-02-2014
    Location
    sri lanka
    MS-Off Ver
    2007
    Posts
    7

    Re: Getting last cell value in column

    Thank you , Thank you So much for your kind reply, both formulas are working for me perfectly.

    Thank you Sirs...

  5. #5
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,655

    Re: Getting last cell value in column

    You're welcome.
    If that takes care of your question, please mark your thread as Solved by selecting Thread Tools (just above your first post) --> Mark thread as solved.
    Moreover you may also click on * (star) to Add Reputation to those who have put their time and efforts to help you in this forum. This is another way to say thanks to them.

  6. #6
    Registered User
    Join Date
    10-03-2014
    Location
    KL, Malaysia
    MS-Off Ver
    2013
    Posts
    2

    Re: Getting last cell value in column

    INDEX(A:A,COUNTA(A:A))

    no matter how long is your column

  7. #7
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,655

    Re: Getting last cell value in column

    @galeocerdo
    Probably you didn't read OP's first post. He wants formula in A55 and wants to get last value entered in the range A3:A54.

    Your formula has two limitations.....
    1) It cannot be placed in A55, as it will cause circular reference.
    2) It will return wrong result if some of the cells are blank in col. A.

    Hope this helps.

+ 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: 3
    Last Post: 02-13-2013, 04:05 PM
  2. [SOLVED] Delete Cell Numbers of Column B From Column A (Column B Small and Column A too big)
    By it_electronics2000 in forum Excel General
    Replies: 5
    Last Post: 04-06-2012, 12:02 PM
  3. [SOLVED] Delete Cell Numbers of Column B From Column A (Column B Small and Column A too big)
    By it_electronics2000 in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 04-06-2012, 11:19 AM
  4. [SOLVED] Delete Cell Numbers of Column B From Column A (Column B Small and Column A too big)
    By it_electronics2000 in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 04-06-2012, 11:18 AM
  5. [SOLVED] Delete Cell Numbers of Column B From Column A (Column B Small and Column A too big)
    By it_electronics2000 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-06-2012, 11:13 AM

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