+ Reply to Thread
Results 1 to 2 of 2

show blank instead of #N/A

  1. #1
    Sonya
    Guest

    show blank instead of #N/A

    How would I ammend the statement below so that if there was no infomation to
    return the resulting text would show blank instead of #N/A?

    =INDEX(Schedule!$B$49:$B$102,MATCH("CKT2",Schedule!$C$49:$C$102,FALSE))

  2. #2
    Peo Sjoblom
    Guest

    Re: show blank instead of #N/A

    =IF(ISNA(MATCH("CKT2",Schedule!$C$49:$C$102,0)),"",INDEX(Schedule!$B$49:$B$102,MATCH("CKT2",Schedule!$C$49:$C$102,0)))

    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Sonya" <[email protected]> wrote in message
    news:[email protected]...
    > How would I ammend the statement below so that if there was no infomation
    > to
    > return the resulting text would show blank instead of #N/A?
    >
    > =INDEX(Schedule!$B$49:$B$102,MATCH("CKT2",Schedule!$C$49:$C$102,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