Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Pat
 
Posts: n/a
Default 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   Report Post  
Dave R.
 
Posts: n/a
Default

Try

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



"Pat" wrote in message
...
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   Report Post  
Gord Dibben
 
Posts: n/a
Default

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" 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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 01:45 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"