+ Reply to Thread
Results 1 to 3 of 3

Get Value from a table

  1. #1
    Registered User
    Join Date
    11-10-2009
    Location
    Lisbon
    MS-Off Ver
    Excel 2007
    Posts
    2

    Post Get Value from a table

    Hi

    I'm trying to use PROCV to get a value betewen to values. Exemple:

    Col1 Col2 Col3
    0 20 BAD
    21 40 Not So BAD
    41 50 Almost
    50 100 You did it


    The idea is that when i put a value in a cell, for exemple 35, the result should be Not so BAD .

    Is it possible to do this whit a PROCV function?

    Tanks
    Last edited by NunoDelgado; 11-10-2009 at 11:12 AM.

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Get Value from a table

    you could just use
    =LOOKUP(D1,{0,21,41,51},{"bad","not so bad","almost","you did it"})
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Registered User
    Join Date
    11-10-2009
    Location
    Lisbon
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Get Value from a table

    hi

    Tank you for you post. It soved my problem

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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