+ Reply to Thread
Results 1 to 6 of 6

lookup next value in column

  1. #1
    Registered User
    Join Date
    08-27-2007
    Posts
    20

    lookup next value in column

    this is my problem

    1.............. A..............B..............C............. D..............E
    2.............. test1........................................ test1.........350
    3.............................................................. test2........ 475
    4.............. 350...........................................test3........ 550
    5.............. test2..............................................................
    6....................................................................................
    7.............. 475................................................................
    8.............. test3..............................................................
    9...................................................................................
    10............ 550...............................................................

    what I wanna do is to get the number below "test1" in (in row A) into the cell next to test1 in column E (and so on for test2 and 3....
    hope hope you understand my question (english is not my native language...)
    Last edited by pike; 05-03-2011 at 03:15 AM.

  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Re: Please help me on this one

    The macro should work.

    Please Login or Register  to view this content.
    Open up the VBA editor by hitting ALT F11

    Insert a new module by hitting Insert - Module

    Paste the macro into the empty sheet

    Hit ALT F11 to get back to the worksheet.

    Run the macro by going to tools-macro in Excel 2003 or the view ribbon in Excel 2007.
    Martin

  3. #3
    Registered User
    Join Date
    08-27-2007
    Posts
    20

    Re: lookup next value in column

    thank you alot for the reply and it works like a charm !
    but I got another problem here...
    where the value is listet it show like this: [463 pts] is there anyway to get rid of the [ and pts..] so only the value is left??

  4. #4
    Forum Expert pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2016
    Posts
    5,342

    Re: lookup next value in column

    What code fiur?
    If the solution helped please donate to RSPCA

    Site worth visiting: Rabbitohs

  5. #5
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Re: lookup next value in column

    Maybe this?

    Please Login or Register  to view this content.

  6. #6
    Registered User
    Join Date
    08-27-2007
    Posts
    20

    Re: lookup next value in column

    Maybe this?
    yes thanks alot just what I needed thank you all for yours replies

+ 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