+ Reply to Thread
Results 1 to 5 of 5

Stop #N/A Showing on a spreadsheet

  1. #1
    Forum Contributor
    Join Date
    08-04-2008
    Location
    West Calder, Scotland
    MS-Off Ver
    365
    Posts
    418

    Stop #N/A Showing on a spreadsheet

    I have a spreadsheet gathering information on vehicles. One of the pieces of information is a 'Date Off Strength'.

    For the vehicles still on strength I have the symbol '#N/A' showing,, this is linked to a sheet using a VLOOKUP formula, is there a way to stop this symbol showing

    Thanks
    Last edited by VBA Noob; 10-03-2008 at 02:06 PM.

  2. #2
    Forum Contributor wmorrison49's Avatar
    Join Date
    09-25-2007
    Posts
    267
    If your formula is

    =VLOOKUP(A1,A10:A100,2,FALSE)
    you can use IFERROR if you have Excel 2007:

    =IFERROR(VLOOKUP(A1,A10:A100,2,FALSE),"")

  3. #3
    Forum Contributor
    Join Date
    08-04-2008
    Location
    West Calder, Scotland
    MS-Off Ver
    365
    Posts
    418
    Thanks WMorrison49,,

    I did have 2007 on this system but my work is still using 2003 so I switched back

  4. #4
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582
    Please Login or Register  to view this content.
    Hope that helps.
    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

  5. #5
    Forum Contributor
    Join Date
    08-04-2008
    Location
    West Calder, Scotland
    MS-Off Ver
    365
    Posts
    418
    ChemistB

    Your first equation worked perfectly,,, thank you for your help,,,much appreciated

+ 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. Random line showing up on spreadsheet
    By AJO in forum Excel General
    Replies: 7
    Last Post: 07-22-2013, 07:14 AM
  2. spreadsheet for multiple users
    By evanzo in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-29-2008, 11:04 PM
  3. Auto-retrieve and manage data from another spreadsheet
    By techissue2008 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-16-2008, 12:17 AM
  4. Updating distributed spreadsheet online
    By KnuxAran in forum Excel General
    Replies: 0
    Last Post: 04-28-2008, 10:30 PM
  5. Need help: Simple spreadsheet "broke"
    By iCamp in forum Excel General
    Replies: 4
    Last Post: 01-11-2007, 12:47 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