+ Reply to Thread
Results 1 to 8 of 8

How can I create a multiple IF statement and a multiple VLOOKUP within the same formula

Hybrid View

  1. #1
    Registered User
    Join Date
    08-08-2014
    Location
    Preston
    MS-Off Ver
    2010
    Posts
    5

    How can I create a multiple IF statement and a multiple VLOOKUP within the same formula

    Hello,

    I am trying to create a formula which looks in 1 cell to determine 'IF' it states either "BUTT CUT" or "DIE CUT" and then does a VLOOKUP in a table array for each which ever column relates to asnwer to 'IF statement.

    This is as far as I have got but even this won't work:

    =IF(I15="BUTT CUT",=VLOOKUP(J15,V13:Z22,2,FALSE))

    Am I going about this the right way or is there a more efficient way to do this please.

    I look forward to hearing from you and thanks in advance.

  2. #2
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 365
    Posts
    2,406

    Re: How can I create a multiple IF statement and a multiple VLOOKUP within the same formul

    Maybe
    =IF(OR(I15="BUTT CUT",I15="DIECUT"),VLOOKUP(J15,V13:Z22,2,FALSE),"")

  3. #3
    Registered User
    Join Date
    08-08-2014
    Location
    Preston
    MS-Off Ver
    2010
    Posts
    5

    Re: How can I create a multiple IF statement and a multiple VLOOKUP within the same formul

    Nearly there it work with regards to BUTT CUT but not when I switch my selection to DIE CUT.

    I will try to send you spreadsheet but I am struggling to see how on this forum.

  4. #4
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 365
    Posts
    2,406

    Re: How can I create a multiple IF statement and a multiple VLOOKUP within the same formul

    to attach your sample workbook, click "Go Advanced" button and find Paperclip Button to attach the file

    Regards

  5. #5
    Registered User
    Join Date
    08-08-2014
    Location
    Preston
    MS-Off Ver
    2010
    Posts
    5

    Re: How can I create a multiple IF statement and a multiple VLOOKUP within the same formul


  6. #6
    Forum Contributor
    Join Date
    03-17-2005
    Location
    Canterbury, Kent
    MS-Off Ver
    2003, 2010
    Posts
    285

    Re: How can I create a multiple IF statement and a multiple VLOOKUP within the same formul

    Not sure where this formula goes but is this what you are after?

    =IF(I15="BUTT CUT",VLOOKUP(J16,V13:Z22,2,FALSE),IF(I15="Die CUT",VLOOKUP(J16,V13:Z22,4,FALSE),""))

    Windy

  7. #7
    Registered User
    Join Date
    08-08-2014
    Location
    Preston
    MS-Off Ver
    2010
    Posts
    5

    Re: How can I create a multiple IF statement and a multiple VLOOKUP within the same formul

    Fantastic.

    This work perfectly now thank you very much for all your help Windy.

    and azumi for getting me started.

  8. #8
    Forum Contributor
    Join Date
    03-17-2005
    Location
    Canterbury, Kent
    MS-Off Ver
    2003, 2010
    Posts
    285

    Re: How can I create a multiple IF statement and a multiple VLOOKUP within the same formul

    bash1001

    Glad to be of help. You can now mark this post as being solved.
    And if you like you can click the Add Reputation button as a way of thanking those that helped.

    Windy

+ 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. Replies: 2
    Last Post: 08-11-2014, 04:36 AM
  2. [SOLVED] multiple vlookup + and statement
    By Marshy3300 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-14-2013, 07:25 PM
  3. [SOLVED] create a macro to to vlookup multiple values
    By vivek_work in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 03-16-2013, 07:14 AM
  4. Create an IF statement for multiple crews
    By KGBerry in forum Excel General
    Replies: 2
    Last Post: 07-05-2012, 10:15 AM
  5. Create a nesting formula w/ multiple conditions based on fields w/VLOOKUP
    By NiqueDomie in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-14-2011, 09:59 AM

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