+ Reply to Thread
Results 1 to 4 of 4

If functions

  1. #1
    Registered User
    Join Date
    03-31-2015
    Location
    los angeles, ca
    MS-Off Ver
    8
    Posts
    21

    If functions

    The Vlookup function returns a n/a error if no lookup value is supplies, an various other errors when invalid keys are entered. How can I use a combinatation of at least three level of if functions to avoid these problems.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: If functions

    will this do?

    also use the $ around your vlookup otherwise your number will change
    Attached Files Attached Files
    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    02-25-2014
    Location
    Brisbane
    MS-Off Ver
    Excel 2000
    Posts
    78

    Re: If functions

    Not sure if this is what you are looking for but you can try the following?

    In Cells D23:D27
    =IF(ISERROR(VLOOKUP(C23,Prices!$A$2:$C$32,3,FALSE)),"",VLOOKUP(C23,Prices!$A$2:$C$32,3,FALSE))

    In Cells F23:F27
    =IF(ISERROR(VLOOKUP(C23,Prices!$A$1:$E$32,5,FALSE)),"",VLOOKUP(23,Prices!$A$1:$E$32,5,FALSE))

    In Cells G23:F27
    =IF(F23="",0,E23*F23)
    Last edited by Shannon561; 04-17-2015 at 02:09 AM.

  4. #4
    Registered User
    Join Date
    03-31-2015
    Location
    los angeles, ca
    MS-Off Ver
    8
    Posts
    21

    Re: If functions

    What if I can't use IF(ISERROR. I need to use, ISBLANK, ISNONTEXT, IS NUMBER,ISTEXT.
    I understand how to use IF(ISNA and that works but I cant use that one either.

+ 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. Replies: 6
    Last Post: 03-17-2015, 01:35 AM
  2. Replies: 1
    Last Post: 02-10-2012, 05:27 PM
  3. Replies: 0
    Last Post: 11-15-2007, 05:24 AM
  4. Replies: 2
    Last Post: 07-13-2006, 11:30 PM
  5. [SOLVED] Conversion from Spreadsheet Toolkit functions (ESSV....) to EssBase API functions
    By sujay in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-05-2006, 05:20 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