+ Reply to Thread
Results 1 to 6 of 6

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

    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 this error "#N/A"

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Formula Trouble

    Try

    =IFERROR(VLOOKUP([@[K2 TYPE]],Type_Break,2,FALSE),0)

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

    Re: Formula Trouble

    AWESOME!!!
    Thansk Jonmo1

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Formula Trouble

    You're welcome.

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

    Re: Formula Trouble

    I'm having trouble when I try to add certain criteria. When there is data in all 9 VLOOKUP's it works fine, but if there is no data in any one of them, it remains "0".

    =IFERROR(SUM(VLOOKUP(Delivery[@[K1 TYPE]],Unit_Type,3,FALSE),VLOOKUP(Delivery[@[K2 TYPE]],Unit_Type,3,FALSE),VLOOKUP(Delivery[@[K3 TYPE]],Unit_Type,3,FALSE),VLOOKUP(Delivery[@[BATH 1]],Unit_Type,3,FALSE),VLOOKUP(Delivery[@[BATH 2 TYPE]],Unit_Type,3,FALSE),VLOOKUP(Delivery[@[BATH 3 TYPE]],Unit_Type,3,FALSE),VLOOKUP(Delivery[@[MISC 1]],Unit_Type,3,FALSE),VLOOKUP(Delivery[@[MISC 2]],Unit_Type,3,FALSE),VLOOKUP(Delivery[@[MISC 3]],Unit_Type,3,FALSE)),0)

  6. #6
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,943

    Re: Formula Trouble

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution.

    Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.

    To change a Title go to your first post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.

    (This thread should receive no further responses until this moderation request is fulfilled, as per Forum Rule 7)
    Ben Van Johnson

+ 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] if(and formula trouble
    By Groovicles in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-26-2013, 08:55 AM
  2. [SOLVED] Having trouble with an IF Formula
    By katieshields in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-25-2013, 06:17 AM
  3. Formula trouble in VBA
    By Snurry in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-09-2009, 04:36 AM
  4. [SOLVED] Trouble with an IF formula
    By glenn in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-27-2006, 02:35 PM
  5. [SOLVED] I'm new at this - having trouble with a formula
    By Dave in forum Excel General
    Replies: 3
    Last Post: 01-07-2006, 10:20 PM
  6. [SOLVED] Trouble with formula
    By Keith in forum Excel General
    Replies: 10
    Last Post: 05-22-2005, 06:52 PM
  7. [SOLVED] Trouble with formula
    By Kristajea in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-19-2005, 06:06 PM
  8. Formula Trouble
    By JS in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-24-2005, 03:06 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