+ Reply to Thread
Results 1 to 3 of 3

if ... and if isna together?

  1. #1
    Registered User
    Join Date
    08-10-2011
    Location
    Brisbane, Australia
    MS-Off Ver
    Excel 2007
    Posts
    34

    if ... and if isna together?

    Hi All

    1st merry Xmas and thanks for past help

    Tried :
    =IF(B3=(VLOOKUP(B3,'Data'!A:K,1,FALSE)),"CHK","IMPT")

    Works but get some #N/A

    Tried:
    =IF(ISNA(B3=(VLOOKUP(B3,'Data'!A:K,1,FALSE)),"CHK","IMPT")),"IMPT",(B3=(VLOOKUP(B3,'Data'!A:K,1,FALSE)),"CHK","IMPT")

    No good

    Can someone put me straight please

    Thanks

    BW

  2. #2
    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,929

    Re: if ... and if isna together?

    Not exactly sure what you are trying to do, but give this a try...
    =IF(ISERROR(VLOOKUP(B3,Data!A:K,1,FALSE)),"CHK","IMPT")
    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

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: if ... and if isna together?

    Maybe this...

    =IF(COUNTIF(Data!A:A,B3),"CHK","IMPT")
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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] Where to put IF(ISNA...
    By plank in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 06-26-2012, 03:43 PM
  2. using AND with IF(ISNA...
    By ronmaltase in forum Excel General
    Replies: 2
    Last Post: 06-11-2012, 08:57 PM
  3. [SOLVED] ISNA
    By Bob Phillips in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 09-06-2005, 06:05 AM
  4. [SOLVED] ISNA
    By Bob Phillips in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 09-06-2005, 04:05 AM
  5. ISNA
    By Lomax in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 11:05 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