+ Reply to Thread
Results 1 to 2 of 2

Pull Out The Correct Data

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    05-20-2008
    Posts
    162

    Pull Out The Correct Data

    I currently have a report that gives me the data i need onto 2 spreadsheets.
    The one i have attached is where i need the latest comments transferring to the other spreadsheet.

    Column A Provides the Scheme Number - Same on both sheets
    Column B Provides a Ref Number to the Comments in Column J, which i need to put the latest one into the next available column in the first sheet.

    I've tried VLOOKUP's to no avail.

    Please Help
    Attached Files Attached Files
    Last edited by VBA Noob; 01-28-2009 at 09:19 AM.

  2. #2
    Forum Contributor mewingkitty's Avatar
    Join Date
    09-29-2008
    Location
    Fort McMurray, Alberta, Canada
    MS-Off Ver
    Excel 2003
    Posts
    949

    Re: Pull Out The Correct Data

    Should look something like...
    =VLOOKUP($A2,'[Testing(1).xls]Sheet1'!$A$2:$B$14,2)
    that.

    If you're looking up based on column A, and returning results in column B.

    Note that VLOOKUP must have the - searched through - column sorted in ascending order to function properly.

    mew!
    =IF(AND(OR(BLONDE,BRUNETTE,REDHEAD),OR(MY PLACE,HER PLACE),ME),BOW-CHICKA-BOW-WOW,ANOTHER NIGHT ON THE INTERNET)

+ 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