+ Reply to Thread
Results 1 to 2 of 2

VLOOKUP multiple sheets null returns blank cell, otherwise it's alphanumeric

  1. #1
    Registered User
    Join Date
    03-13-2013
    Location
    Adams, NY
    MS-Off Ver
    Excel 2010
    Posts
    7

    VLOOKUP multiple sheets null returns blank cell, otherwise it's alphanumeric

    Hello,

    I'm attempting to use VLOOKUP to search two different worksheets and return alphanumeric information if it exists. If it does not, I'd like the cell to be blank.

    The formula to do this with one sheets works well.

    =IF(ISNA(VLOOKUP(C5,General!$A:$I,9,FALSE)),"",VLOOKUP(C5,General!$A:$I,9,FALSE))

    I'm not sure how to combine VLOOKUP(C5,Toner!$A:$G,7,FALSE) with it so that it still returns alphanumeric data, or none at all.

    Any help would be appreciated.

    Thanks,

    Walt

  2. #2
    Registered User
    Join Date
    03-13-2013
    Location
    Adams, NY
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: VLOOKUP multiple sheets null returns blank cell, otherwise it's alphanumeric

    Figured it out. Instead of IF(ISNA, I used IFERROR and just nested the other sheet. Here's the forumla:

    =IFERROR(VLOOKUP(C3,General!$A:$I,9,FALSE),IFERROR(VLOOKUP(C3,Toner!$A:$G,7,FALSE),""))

+ 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