+ Reply to Thread
Results 1 to 4 of 4

Vlookup and if statement

  1. #1
    Registered User
    Join Date
    02-05-2013
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    7

    Vlookup and if statement

    Hi

    I am trying to do a Vlookup and if statement.

    Where VLookup would be a specific cell in sheet 1: B3
    And would look for that entry from B3 in a table in sheet 2: Column A

    Then if in the table from sheet 2 A:V, column 20 =0, to return a value of 40
    and if <10 to return a value of 25
    and if >10 would return a value of 5

    Thank you in advance.
    sue

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,124

    Re: Vlookup and if statement

    =if ( vlookup() =0, 40 , if( vlookup() < 10, 25, if( vlookup() > 10 , 5 , "value is 10 or not found")))
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    02-05-2013
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: Vlookup and if statement

    That worked great
    thank you

  4. #4
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,124

    Re: Vlookup and if statement

    your welcome, thanks for adding the reputation

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] vlookup or if statement
    By babyblue998 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-21-2012, 03:26 PM
  2. Replies: 4
    Last Post: 06-01-2012, 10:05 AM
  3. Using a VLOOKUP and IF statement inside an IF statement
    By Isis3 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-08-2011, 07:04 PM
  4. [SOLVED] If statement with Vlookup
    By Marty in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-30-2006, 11:20 AM
  5. VLOOKUP with IF statement
    By Kay in forum Excel General
    Replies: 4
    Last Post: 08-17-2005, 10:04 PM

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