+ Reply to Thread
Results 1 to 2 of 2

VLOOKUP with ISERROR

  1. #1
    Registered User
    Join Date
    03-17-2009
    Location
    Phoenix
    MS-Off Ver
    Excel 2003
    Posts
    4

    VLOOKUP with ISERROR

    I'm trying to combine info from two speadsheets using VLOOKUP. I need to have excel look at a cell, compare to another, and if it matches bring over the value. If it doesn't match, I want it to come back with text that reads "Open".

  2. #2
    Forum Contributor
    Join Date
    08-11-2009
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    149

    Re: VLOOKUP with ISERROR

    You could put it inside an IF statement. IF(ISERROR(VLOOKUP(a,b,c)),"OPEN",VLOOKUP(a,b,c))

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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