+ Reply to Thread
Results 1 to 6 of 6

Thread: Finding last cell of an array

  1. #1
    Registered User
    Join Date
    03-30-2011
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    80

    Finding last cell of an array

    Hello, I wonder if someone can help me.

    Im working on a tracker that gets updated by dumping data into a different sheet. I want a cell to show me the latest date of the paste, i.e. the cell needs to be automated to show the value of the last cell of the pasted array.

    I hope that makes sense.

    Many thanks.

    E

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    Excel 2007
    Posts
    6,204

    Re: Finding last cell of an array

    Is last cell number or text? Or any?
    "Relax. What is mind? No matter. What is matter? Never mind!"

  3. #3
    Registered User
    Join Date
    03-30-2011
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    80

    Re: Finding last cell of an array

    The last cell is a date. I want the first cell to show exactly what is in the other...

  4. #4
    Registered User
    Join Date
    03-30-2011
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    80

    Re: Finding last cell of an array

    Any ideas?

  5. #5
    Registered User
    Join Date
    07-08-2011
    Location
    Norfolk, VA
    MS-Off Ver
    Excel 2010
    Posts
    41

    Re: Finding last cell of an array

    Is the array just one column? Are there any missing cells in the array?

  6. #6
    Registered User
    Join Date
    07-08-2011
    Location
    Norfolk, VA
    MS-Off Ver
    Excel 2010
    Posts
    41

    Re: Finding last cell of an array

    Quote Originally Posted by Rahbee View Post
    Is the array just one column? Are there any missing cells in the array?
    If the array is just one column (i.e. the data you want returned is always in the same column) and there are no missing cells in that column, then this will work:

    =INDIRECT(CONCATENATE("COLUMN",COUNTA(COLUMN:COLUMN)))

    Where COLUMN = the column letter for the column containing the dates.

    You will also have to format the cell containing this function as a Date.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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.2.0