+ Reply to Thread
Results 1 to 3 of 3

Vlookup? help.

  1. #1
    ChuckF
    Guest

    Vlookup? help.

    I am not sure that a vlookup is the way to go, but let me explain what
    I am doing. There is an existing spreadsheet that the last column
    (furthest right) lists the date of a visit. I need to take that date,
    and auto populate it to a seperate spreadsheet.

    So, if the last column entered is J, and the value is 2/26/06, I want
    that to autopopulate. If though a user enters 3/4/06 in column K, I
    want that data instead.

    I hope that my question makes sense, and I thank you for your time.


  2. #2
    Peo Sjoblom
    Guest

    Re: Vlookup? help.

    You can use

    =LOOKUP(MAX(Sheet1!2:2)+1,Sheet1!2:2)

    will lookup the last numeric value entered in row 2 of Sheet1

    so if 04/01/06 is entered in M2 that will be the result, don't forget to
    format as a date


    --

    Regards,

    Peo Sjoblom

    http://nwexcelsolutions.com



    "ChuckF" <CharlesTFisher@msn.com> wrote in message
    news:1143751005.403561.156490@e56g2000cwe.googlegroups.com...
    >I am not sure that a vlookup is the way to go, but let me explain what
    > I am doing. There is an existing spreadsheet that the last column
    > (furthest right) lists the date of a visit. I need to take that date,
    > and auto populate it to a seperate spreadsheet.
    >
    > So, if the last column entered is J, and the value is 2/26/06, I want
    > that to autopopulate. If though a user enters 3/4/06 in column K, I
    > want that data instead.
    >
    > I hope that my question makes sense, and I thank you for your time.
    >




  3. #3
    ChuckF
    Guest

    Re: Vlookup? help.

    The formula you provided is really close to being perfect.

    The problem is that the shee that this data is being pulled from gets
    sorted. If both spreadsheets are sorted the same way, this is great.
    But they normally won't be.

    Any thoughts ?


+ 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