+ Reply to Thread
Results 1 to 4 of 4

Using the lookup formula but is not working correctly

  1. #1
    Registered User
    Join Date
    12-09-2012
    Location
    Mesa, AZ
    MS-Off Ver
    Excel 2010
    Posts
    34

    Unhappy Using the lookup formula but is not working correctly

    I amd trying to enter a formula that uses a table lookup in the product pricing table based on the value selecyed in the column. And I am to add the IFERROR to it so the error message will come out blank. I am getting an error message #VALUE; what am I doing wrong?


    =IFERROR(LOOKUP("Product Pricing and Shipping",B3:B17,FALSE)

    and tried this one also without the IFERROR and it still does not work. =LOOKUP("Product Pricing and Shipping",B3:B17,FALSE)

    Hmm....
    Attached Files Attached Files

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,446

    Re: Using the lookup formula but is not working correctly

    Do you mean
    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    12-09-2012
    Location
    Mesa, AZ
    MS-Off Ver
    Excel 2010
    Posts
    34

    Re: Using the lookup formula but is not working correctly

    Yes that is what I need but I wanted to have the cells blank instead of pulling over the amounts.

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Using the lookup formula but is not working correctly

    This is the same formula, but in a more-readable format...
    =IFERROR(VLOOKUP(C16,'Product Pricing and Shipping'!$A$3:$B$17,2,FALSE),"")
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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