+ Reply to Thread
Results 1 to 3 of 3

Excel lists

  1. #1
    Michael Duffy
    Guest

    Excel lists

    As I add daily numerical data to a list, I want the latest entry to appear in
    an absolute reference cell. An example would be: I enter data in a range
    (A1:A1000) and say I enter data in A260. I want the latest entry to appear in
    cell $E$6, then the next day, data is entered in cell A261 and I want the
    data in A261 to now appear in cell $E$6. How do I write this formula. Thank
    you

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258
    Hello Michael,

    Assuming your lateset entry is the last one in Column "A", this code will place the latest entry into $E$6 on the worksheet named Sheet1. Change Sheet1 to the worksheet name you are using.

    Please Login or Register  to view this content.
    Sincerely,
    Leith Ross

  3. #3
    excelent
    Guest

    RE: Excel lists

    put in E6 and press CTRL+SHIFT+ENTER

    =INDIRECT("A"&ROW(INDEX(A:A,LARGE(IF(A1:A1000<>"",ROW(A1:A1000)),1),)))


+ 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.6.0 RC 1