Different sign in Excel

Solved/Closed
chewwe1602 Posted messages 49 Status Member -  
chewwe1602 Posted messages 49 Status Member -
Hello,

I am looking to integrate a restriction in an IF formula in Excel, and I can't find the mathematical sign for not equal to ( = + / ). I'm in Arial, so it's also not found in the system character map tool.

Thank you for your responses.

Configuration: Windows 7 / Firefox 10.0.2

4 answers

  1. eriiic Posted messages 24581 Registration date   Status Contributor Last intervention   7 281
     
    Hello,

    and if it's for a test use <> :
    =if(A1 <> B1,value if true,value if false)

    eric
    5