+ Reply to Thread
Results 1 to 4 of 4

Formula Trouble

  1. #1
    Registered User
    Join Date
    11-16-2015
    Location
    Norwood, MA
    MS-Off Ver
    MS Office Standard 2010
    Posts
    5

    Formula Trouble

    Hello Everybody
    Last edited by Jschell0309; 11-17-2015 at 11:12 AM. Reason: Incorrect Title

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166
    Hello Jschell0309,

    Welcome to Excelforum. Be a part of large Excel community. Enjoy Learning.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  3. #3
    Registered User
    Join Date
    11-16-2015
    Location
    Norwood, MA
    MS-Off Ver
    MS Office Standard 2010
    Posts
    5

    Re: Formula Trouble

    I'm looking for help with my formula. =(VLOOKUP([@[K2 TYPE]],Type_Break,2,FALSE))
    It is setup to find data from a column within a table, which is pulling data from another table on a different worksheet.
    I want it to show"0" if there is no data found, but I get there error "#N/A"
    Last edited by Jschell0309; 11-17-2015 at 11:13 AM. Reason: Incorrect Title

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,054

    Re: Formula Trouble

    Try:

    =iferror(VLOOKUP([@[K2 TYPE]],Type_Break,2,FALSE),"")
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

+ 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. Introduction
    By mburke in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 11-18-2013, 04:54 PM
  2. Introduction
    By cks1026 in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 06-05-2013, 09:37 AM
  3. Introduction for the 3rd time
    By CM_Marsh in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 11-21-2012, 01:00 PM
  4. Introduction Time!!!
    By Sahrong21 in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 10-12-2012, 01:36 PM
  5. Hi this is just introduction of my self
    By itjockey in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 10-04-2012, 09:39 PM
  6. Introduction
    By jhudson321 in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 09-28-2012, 07:43 PM
  7. Introduction
    By bseef in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 09-27-2012, 07:38 PM
  8. Introduction
    By kmahesh in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 09-27-2012, 02:14 AM

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