+ Reply to Thread
Results 1 to 5 of 5

wrap formula to allow cell to stay blank instead of showing #N/A

  1. #1
    Forum Contributor
    Join Date
    05-01-2013
    Location
    Richmond, VA
    MS-Off Ver
    Excel 365
    Posts
    164

    wrap formula to allow cell to stay blank instead of showing #N/A

    What is the proper way to wrap this formula so that if there is a blank in a cell in column A in the DATA worksheet, that instead of showing #N/A the cell will just be blank?

    =INDEX(TABLES!$B$2:$B$8,MATCH(A2,TABLES!$A$2:$A$8,0))

    Sample attached
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    04-24-2020
    Location
    Woodbridge, VA
    MS-Off Ver
    2016
    Posts
    434

    Re: wrap formula to allow cell to stay blank instead of showing #N/A

    Put this in A2 and copy down.

    =IF(A2="","",INDEX(TABLES!$B$2:$B$8,MATCH(A2,TABLES!$A$2:$A$8,0)))

  3. #3
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,078

    Re: wrap formula to allow cell to stay blank instead of showing #N/A

    How about
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  4. #4
    Forum Contributor
    Join Date
    05-01-2013
    Location
    Richmond, VA
    MS-Off Ver
    Excel 365
    Posts
    164

    Re: wrap formula to allow cell to stay blank instead of showing #N/A

    This works! Thank you both!!!

  5. #5
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,078

    Re: wrap formula to allow cell to stay blank instead of showing #N/A

    Glad to help & thanks for the feedback.

+ 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. [SOLVED] Formula's Showing in Cell when Cell is Blank
    By chad328 in forum Excel General
    Replies: 5
    Last Post: 05-23-2020, 10:53 PM
  2. [SOLVED] Add IF IS BLANK to formula so blank cells stay empty
    By Hedy in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-05-2020, 05:25 PM
  3. [SOLVED] VLOOKUP formula that also can prevent the cell from showing a 0 if the Cell is blank
    By JJAngel in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 11-20-2019, 03:25 PM
  4. [SOLVED] Countif formula showing number of cells from a blank cell
    By myoudelis in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 05-02-2019, 10:08 AM
  5. Replies: 8
    Last Post: 10-25-2016, 03:34 PM
  6. Showing a blank cell where the formula does not apply
    By webcommerce in forum Excel General
    Replies: 5
    Last Post: 09-21-2016, 12:03 AM
  7. [SOLVED] Cell set to wrap text and blank line -- fix?
    By Fred Holmes in forum Excel General
    Replies: 0
    Last Post: 01-25-2005, 04:06 PM

Tags for this Thread

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