+ Reply to Thread
Results 1 to 5 of 5

Product Range

Hybrid View

lordtopcat Product Range 09-09-2010, 11:06 PM
Paul Re: Product Range 09-09-2010, 11:12 PM
lordtopcat Re: Product Range 09-09-2010, 11:50 PM
Paul Re: Product Range 09-09-2010, 11:51 PM
lordtopcat Re: Product Range 09-10-2010, 12:07 AM
  1. #1
    Registered User
    Join Date
    07-23-2010
    Location
    New Zealand
    MS-Off Ver
    Excel 2003
    Posts
    19

    Re: Product Range

    Thanks Paul, that's great!

    I've had a mess around and it displays #/NA when there is nothing entered, can I change this?

    Cheers.

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,887

    Re: Product Range

    In 2007+ you can use:

    =IFERROR(VLOOKUP(A1,Sheet1!$A$1:$B$800,2,0),"")

    For compatibility with 2003 and earlier, use:

    =IF(ISNA(VLOOKUP(A1,Sheet1!$A$1:$B$800,2,0)),"",VLOOKUP(A1,Sheet1!$A$1:$B$800,2,0))

+ 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