Hi - I thought I wrote the formula right but its not working. I want "yes" to appear if a cell contains a value of 35 or more. I want the same cell to say "no" if it is less than 35. Here is what I have so far:

=IF(AND($C3=">=35"),"YES","NO")

Any value just says no. Please advise.
Thanks.