+ Reply to Thread
Results 1 to 3 of 3

Notequal(Char(252) Help!

  1. #1
    Pat
    Guest

    Notequal(Char(252) Help!

    What is wrong with the following formula:

    =IF((B75), NOTEQUAL(CHAR(252),(J75)*(J75<>0)),"")
    returns
    #VALUE!

    If B75 does not contain the character 252 return the value in J75

    Thanks
    Pat



  2. #2
    Dave R.
    Guest

    Re: Notequal(Char(252) Help!

    Try

    =IF(B75<>CHAR(252),J75,"")



    "Pat" <[email protected]> wrote in message
    news:%23d1Bw9C%[email protected]...
    > What is wrong with the following formula:
    >
    > =IF((B75), NOTEQUAL(CHAR(252),(J75)*(J75<>0)),"")
    > returns
    > #VALUE!
    >
    > If B75 does not contain the character 252 return the value in J75
    >
    > Thanks
    > Pat
    >
    >




  3. #3
    Gord Dibben
    Guest

    Re: Notequal(Char(252) Help!

    Pat

    Unless you have a UDF named NOTEQUAL you would be out of luck IMO.

    Does this get you any closer?

    =IF(AND(B5<>CHAR(252),J5<>0),J5,"")


    Gord Dibben Excel MVP


    On Tue, 11 Jan 2005 22:48:46 -0000, "Pat" <[email protected]> wrote:

    >What is wrong with the following formula:
    >
    >=IF((B75), NOTEQUAL(CHAR(252),(J75)*(J75<>0)),"")
    >returns
    >#VALUE!
    >
    >If B75 does not contain the character 252 return the value in J75
    >
    >Thanks
    >Pat
    >



+ 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