+ Reply to Thread
Results 1 to 2 of 2

When #N/A is in the cell, make the cell blank

  1. #1
    Forum Contributor
    Join Date
    10-18-2010
    Location
    Walla Walla, Washington
    MS-Off Ver
    Excel 2007
    Posts
    124

    When #N/A is in the cell, make the cell blank

    I am looking for a quick way to enter a function into an existing function the will make a blank cell whenever #N/A in in the cell. I don't mind if when #N/A is entered in the cell, the text color changes to white so that it blends into the background. Anyone have any ideas. Thanks. the existing function I need this entered into is

    =INDEX(Solicitation!$C$10:$J$69,MATCH(1,Solicitation!$P$10:$P$69,0),1)

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,510

    Re: When #N/A is in the cell, make the cell blank

    =IFERROR(INDEX(Solicitation!$C$10:$J$69,MATCH(1,Solicitation!$P$10:$P$69,0),1),"")


    Regards
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


+ 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