+ Reply to Thread
Results 1 to 3 of 3

IF/Vlookup in Excel 07

  1. #1
    Registered User
    Join Date
    11-10-2009
    Location
    NYC
    MS-Off Ver
    Excel 2003
    Posts
    2

    IF/Vlookup in Excel 07

    Hi All,
    I'm looking for a formula that says: If column A is populated with these values (PSO,FSO), than run a vlookup on this sheet. If not run a vlookup on another sheet.
    Is this possible and how would this look.

    Thanks for the help.

    -J

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: IF/Vlookup in Excel 07

    Try something like

    =IF(OR(A2={"PSO","FSO"}),vlookup1,vlookup2)

    replace the vlookups with the specific formulas you need

  3. #3
    Registered User
    Join Date
    11-10-2009
    Location
    NYC
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: IF/Vlookup in Excel 07

    This worked! Thank you so much!

+ 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