+ Reply to Thread
Results 1 to 4 of 4

If formula that returns a value from an associated column array

  1. #1
    Registered User
    Join Date
    06-26-2012
    Location
    Phildelphia
    MS-Off Ver
    Excel 2010
    Posts
    75

    If formula that returns a value from an associated column array

    Hello, I am looking for an "If" formula that will perform the following - If a value in column A3:A30 is selected in cell D2 then return the associated value from column B to Cell D8.

    Column A Column B
    14.00% 0
    15.00% 0
    16.00% 0
    17.00% 0
    18.00% 0
    19.00% 0
    20.00% 0
    21.00% 7
    22.00% 7
    23.00% 7
    24.00% 10
    25.00% 10
    26.00% 10
    27.00% 12
    28.00% 12
    29.00% 12
    30.00% 15
    31.00% 15
    32.00% 15
    33.00% 15
    34.00% 15
    35.00% 15
    36.00% 15
    37.00% 15
    38.00% 15
    39.00% 15
    40.00% 15
    41.00% 15

    Cell D2 - 14.00%
    Cell D8 - 0
    Last edited by ensmith; 06-29-2012 at 12:26 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: If formula that returns a value from an associated column array

    use Vlookup

    e.g.

    =VLOOKUP(D2,$A$3:$B$30,2,FALSE)
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: If formula that returns a value from an associated column array

    If you put it in a table, you can work with a range of cells.

    14 -20 0%
    21 -26 10%

    and so on.

    Then you can also work with VLookup.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  4. #4
    Registered User
    Join Date
    06-26-2012
    Location
    Phildelphia
    MS-Off Ver
    Excel 2010
    Posts
    75

    Re: If formula that returns a value from an associated column array

    thanks for your help

+ 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