+ Reply to Thread
Results 1 to 3 of 3

Formula to Show in a cel the values of a column per the value from another column.

Hybrid View

wcedeno Formula to Show in a cel the... 07-04-2011, 01:43 PM
MarvinP Re: Formula to Show in a cel... 07-04-2011, 01:47 PM
wcedeno Re: Formula to Show in a cel... 07-04-2011, 03:02 PM
  1. #1
    Registered User
    Join Date
    05-04-2010
    Location
    Higuey, Dominican Republic
    MS-Off Ver
    Excel 2011
    Posts
    24

    Formula to Show in a cel the values of a column per the value from another column.

    I know how to make one cell to show the value from from B1 if I insert the value from A2, I use this formula =IF(D2=A2,B2,"UNDEFINED") this formula says, If D2 has the value of A2 then put the value of B2, if not the put undefined, until this point I am fine, the formula I really need should make something like this.

    IF D2 is One value from A2:A50 then put the correspondent from B2 to B50, if not put UNDEFINED.

    Can anyone help?

    attached is the document.

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,379

    Re: Formula to Show in a cel the values of a column per the value from another column

    In E2 put this formula
    =IFERROR(VLOOKUP(D2,$A$2:$B$50,2,FALSE),"Undefined")
    I think that is what you want?
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  3. #3
    Registered User
    Join Date
    05-04-2010
    Location
    Higuey, Dominican Republic
    MS-Off Ver
    Excel 2011
    Posts
    24

    Re: Formula to Show in a cel the values of a column per the value from another column

    Quote Originally Posted by MarvinP View Post
    In E2 put this formula
    =IFERROR(VLOOKUP(D2,$A$2:$B$50,2,FALSE),"Undefined")
    I think that is what you want?
    Yes, Thank you very much!

+ 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