+ Reply to Thread
Results 1 to 4 of 4

Vlookup Add or Insert With OR Function

  1. #1
    Forum Contributor
    Join Date
    01-22-2013
    Location
    Pekanbaru, Indonesia
    MS-Off Ver
    Excel 2013 & Google Sheet
    Posts
    1,146

    Vlookup Add or Insert With OR Function

    hi all..

    how to add criteria in vlookup function in this below :

    =IF(VLOOKUP($AM8;BANGUNAN!$A$2:$AB$52;19;0)=N30;or(y29="Bad";"X";"")

    i want add new condition with OR Function with text "Bad"..

    i have try but not working...

    any help, thanks in advance..

    john m

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,737

    Re: Vlookup Add or Insert With OR Function

    try

    =IF(OR(VLOOKUP($AM8;BANGUNAN!$A$2:$AB$52;19;0)=N30;y29="Bad");"X";"")
    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
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Vlookup Add or Insert With OR Function

    Try
    =IF(or(VLOOKUP($AM8;BANGUNAN!$A$2:$AB$52;19;0)=N30;y29="Bad");"X";"")

  4. #4
    Forum Contributor
    Join Date
    01-22-2013
    Location
    Pekanbaru, Indonesia
    MS-Off Ver
    Excel 2013 & Google Sheet
    Posts
    1,146

    Re: Vlookup Add or Insert With OR Function

    thank you all...worked it!

+ 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. Use Vlookup to insert a named range for the vlookup Table
    By thewholefoot in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-14-2018, 12:56 PM
  2. Replies: 2
    Last Post: 02-09-2017, 12:09 PM
  3. Using VBA to insert a Vlookup function in range
    By mido609 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-06-2014, 01:17 PM
  4. How To Insert VLOOKUP FUNCTION with manul entry option
    By sajanpatel15 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-20-2013, 01:22 PM
  5. Insert excel formula using VBA......MATCH function is what i want to insert
    By welchs101 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 05-07-2009, 07:31 PM
  6. Vlookup function not updating when i insert a col.
    By welchs101 in forum Excel General
    Replies: 10
    Last Post: 05-07-2009, 11:17 AM
  7. Insert Vlookup into table_array of Vlookup with named range
    By Denise in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-24-2005, 07:06 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