Notequal(Char(252) Help!

  • Thread starter Thread starter Pat
  • Start date Start date
P

Pat

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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top