• VLookup over multiple worksheets Excel 2003

    Home » Forums » AskWoody support » Productivity software by function » MS Excel and spreadsheet help » VLookup over multiple worksheets Excel 2003

    Author
    Topic
    #493055

    My coversheet is set up to look at 2 different worksheets–Excel 2003 not 2007 or 2010
    I’m using this formula =VLOOKUP($B$4,’Warehouse 1 to 199999′!$A$2:$G$54224,2,FALSE)
    It works great but it will put a #N/A if the result is not in lets say Warehouse 200000 to 593609
    Example
    Locations PatName Results
    Warehouse 1 to 19999 Smith, John
    Warehouse 200000 to 593609 #N/A
    how can I get rid of the #N/A and just have a blank if the result is not in there? Just to make it look a little nicer
    Thanks for any help on this

    Viewing 0 reply threads
    Author
    Replies
    • #1435551

      Something like:
      =if(isna(VLOOKUP($B$4,’Warehouse 1 to 199999′!$A$2:$G$54224,2,FALSE)),””,VLOOKUP($B$4,’Warehouse 1 to 199999′!$A$2:$G$54224,2,FALSE))

      Steve

    Viewing 0 reply threads
    Reply To: VLookup over multiple worksheets Excel 2003

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: