+ Reply to Thread
Results 1 to 3 of 3

do Vlook up in one column ONLY when some text exists in other Column

  1. #1
    Registered User
    Join Date
    05-08-2018
    Location
    Chennai
    MS-Off Ver
    365
    Posts
    34

    do Vlook up in one column ONLY when some text exists in other Column

    I have 2 columns - Col A and Col B

    In column B, i am doing a Vlook up formula as below

    =VLOOKUP(I:I,'Band Details'!A:G,7,0)

    This should be done only when the other column A is filled with either "Krish" or "Bravo"

    How can i do this?

  2. #2
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: do Vlook up in one column ONLY when some text exists in other Column

    In B2:
    =IF(OR(A2="Krish",A2="Bravo"),VLOOKUP(I:I,'Band Details'!A:G,7,0),"")

  3. #3
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: do Vlook up in one column ONLY when some text exists in other Column

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    BSB

+ 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. How to find a Text exists in a column or not
    By Kandavalli.Kiran in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 01-12-2015, 10:46 AM
  2. Search to see if text exists in a column, if it does then count the row
    By methuselah90 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-27-2014, 08:13 PM
  3. [SOLVED] Search a column for a value and if it exists copy text from corresponding cell in column A
    By badlydrunkboy in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-02-2014, 06:13 AM
  4. Replies: 6
    Last Post: 01-08-2014, 01:56 PM
  5. Replies: 5
    Last Post: 06-18-2013, 11:54 PM
  6. Search For Word in One Column, If Exists Put Text In Another Column
    By biohazard35 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-20-2012, 05:33 PM
  7. lookup text in a column and say if it exists
    By dandenson in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-29-2008, 01:57 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