+ Reply to Thread
Results 1 to 4 of 4

How to read value from a table

  1. #1
    Registered User
    Join Date
    01-25-2005
    Posts
    2

    How to read value from a table

    Hi,
    I do not know how to introduce a table in excel and also to read value from a table.For example we have two columns A and B and in our dataset the values are according to A format and want to fetch the corresponding value from table.

    A(Height) B(Cm)
    tooShort 100
    short 150
    medium 170

  2. #2
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    Quote Originally Posted by akscola
    Hi,
    I do not know how to introduce a table in excel and also to read value from a table.For example we have two columns A and B and in our dataset the values are according to A format and want to fetch the corresponding value from table.

    A(Height) B(Cm)
    tooShort 100
    short 150
    medium 170
    What about this? For example, enter this formula in Cell D1,

    =if(C1="tooShort",100,if(C1="short",150,if(C1="medium",170,"")))

    Cell C1 is where you will enter "tooShort","short" or "medium" and if Cell C1 is empty, Cell D1 will also be empty.

    ... hope this is the formula that you are looking for.

    Regards.
    BenjieLop
    Houston, TX

  3. #3
    Registered User
    Join Date
    01-25-2005
    Posts
    2

    Fetching data froma table in excel

    Hi,
    Thanks for reply.It surly works but the issue is if you have a big table then using IF statement is really difficult (in my case)

  4. #4
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    Quote Originally Posted by akscola
    Hi,
    Thanks for reply.It surly works but the issue is if you have a big table then using IF statement is really difficult (in my case)
    I do not know what your actual case is. I only suggested a formula based on the facts that you have provided. I can only go with what data I have.

+ 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