+ Reply to Thread
Results 1 to 3 of 3

question regarding IF worksheet function

  1. #1
    Registered User
    Join Date
    11-10-2007
    Posts
    35

    question regarding IF worksheet function

    I have a formulae MATCH(AA393,$B$393:$G$393,0) that gives #N/A sometimes when the value could not be matched.

    I would like to convert #N/A into a number "0" so i could make use of other formulae functions.

    I tried:
    =IF(MATCH(AA393,$B$393:$G$393,0)="#N/A","0","1")

    but it didnt work..

    May I know the correct forumlae that is needed to help solve this problem?

    thanks admin.

  2. #2
    Valued Forum Contributor
    Join Date
    09-23-2005
    Location
    Bristol, UK
    MS-Off Ver
    2007
    Posts
    664
    Hi,

    Try:
    =IF(ISERROR(MATCH(AA393,$B$393:$G$393,0)),0,MATCH(AA393,$B$393:$G$393,0))

    HTH,

    SamuelT

  3. #3
    Registered User
    Join Date
    11-10-2007
    Posts
    35
    ty for helping. it worked. =D

+ 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