CountIf NOT equal to 100%

How do I create a CountIf function for all cells that DO NOT equal 100% under a percent complete column?

I tried the both of following but they do not work:

=COUNTIF [% Complete]:[% Complete], <> =1)


=COUNTIF [% Complete]:[% Complete], <>1)

Answers