+ Reply to Thread
Results 1 to 5 of 5

If Error return blank

  1. #1
    Registered User
    Join Date
    06-26-2014
    Location
    leeds
    MS-Off Ver
    2010
    Posts
    10

    If Error return blank

    Hi,

    im using the formula =VLOOKUP(D4,'Raw Data Detail'!A:AE,3,FALSE)

    can someone please help me with how to add if NA the cell needs to be blank.

    Thanks in advance
    Last edited by rocky001c; 09-30-2014 at 11:22 AM.

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: If Error return blank

    Not sure what functions are available for Excel 2008. Try

    =IFERROR(VLOOKUP(D4,'Raw Data Detail'!A:AE,3,FALSE), "")
    Does that work?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    06-26-2014
    Location
    leeds
    MS-Off Ver
    2010
    Posts
    10

    Re: If Error return blank

    Yes!!!

    thank you!!

  4. #4
    Registered User
    Join Date
    06-26-2014
    Location
    leeds
    MS-Off Ver
    2010
    Posts
    10

    Re: If Error return blank

    one more question, can you do if error hide row?

    thanks

  5. #5
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: If Error return blank

    No, not with a formula. You could have conditional formatting to color the row or you could filter on blanks for whichever column that formula is in. Or you could use programming

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Is Error with Sumifs to return blank not 0
    By LauraWork in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-27-2013, 11:48 AM
  2. Vlookup #Name error need to return blank
    By Dublin54 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-08-2013, 05:51 AM
  3. If error return blank
    By papayagirl in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 05-28-2013, 01:17 PM
  4. Return blank instead of error
    By Pupil in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 11-13-2007, 12:23 PM
  5. [SOLVED] How do I return a blank for VLOOKUP instead of #N/A?:used ERROR
    By Duke Carey in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 09-06-2005, 07:05 PM

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