+ Reply to Thread
Results 1 to 4 of 4

Combining IF and Vlookup

  1. #1
    Registered User
    Join Date
    11-21-2012
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    51

    Combining IF and Vlookup

    Hi,

    I need to combine IF and Vlookup.

    I need a formula that find if a cell (C4) contains the word 'Exclusive'.

    If it does I want it to do a vlookup on the value in C5.

    Can anyone help?

    Regards

    Ben

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Combining IF and Vlookup

    hi Ben. maybe something like:
    =IF(C4="Exclusive",VLOOKUP(C5,table_array,col_index_num,[range_lookup]),"")

    input your VLOOKUP formula in the red portion.

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    11-21-2012
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    51

    Re: Combining IF and Vlookup

    Thank you so much. This works a treat, but just realised that if it's another value then it affects my formula returns a horrible. Are you able to change the formula so that if there is the word Exclusive it returns the value 100%? I only have the two options.

  4. #4
    Valued Forum Contributor abduljaleel.mca's Avatar
    Join Date
    02-13-2013
    Location
    Chennai, India
    MS-Off Ver
    MS 365 Business
    Posts
    326

    Re: Combining IF and Vlookup

    Please Login or Register  to view this content.

+ 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