+ Reply to Thread
Results 1 to 2 of 2

replace N/A by a blank

Hybrid View

Guest replace N/A by a blank 06-15-2005, 01:05 PM
Guest Re: replace N/A by a blank 06-15-2005, 01:05 PM
  1. #1
    yyy
    Guest

    replace N/A by a blank

    How do i replace a #N/A that I get sometimes in a Vlookup by A blank ? or
    the value if eveything is fine

    TKS

  2. #2
    JE McGimpsey
    Guest

    Re: replace N/A by a blank

    One way:


    =IF(ISNA(MATCH(A1,Sheet2!A:A,FALSE)),"",VLOOKUP(A1,Sheet2!A:B,2,FALSE)


    In article <C7212BB1-1BC7-4546-ADFD-1985ED9AE697@microsoft.com>,
    yyy <yyy@discussions.microsoft.com> wrote:

    > How do i replace a #N/A that I get sometimes in a Vlookup by A blank ? or
    > the value if eveything is fine
    >
    > TKS


+ 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