+ Reply to Thread
Results 1 to 3 of 3

Nesting If and Vlookup

  1. #1
    Registered User
    Join Date
    10-18-2007
    Posts
    89

    Nesting If and Vlookup

    Hi There,

    I think that I have to nest If and Vlookup, but I am not sure.

    If cell C2 is between the values in E9 and F9 then C4 = D9


    I have attached an example as well.
    Attached Files Attached Files
    Last edited by jamesstorx; 03-18-2010 at 08:07 PM.

  2. #2
    Valued Forum Contributor
    Join Date
    08-23-2009
    Location
    Hampshire, UK
    MS-Off Ver
    Excel 2003, Excel 2007
    Posts
    328

    Re: Nesting If and Vlookup

    Try

    =INDEX(D9:D14,MATCH(C2,E9:E14,1))

    I assume the value in F13 in your table should be 533.4 not 433.4

  3. #3
    Registered User
    Join Date
    10-18-2007
    Posts
    89

    Re: Nesting If and Vlookup

    Quote Originally Posted by Huron View Post
    Try

    =INDEX(D9:D14,MATCH(C2,E9:E14,1))

    I assume the value in F13 in your table should be 533.4 not 433.4
    That works great, Thanks

+ 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