Maybe I am not using the IF function right, but its a fairly simple formula and I'm not sure why its not working.

I have a list of construction projects that are rated under a certain code, the "success" of this code being a percentage (usually between 15 and 85%). I have a long list of projects and am trying to list all of the square footage for the projects with a code percentage greater than 60.0%.

I tried this originally:

=IF([cell containing percentage]>"60.0%",[cell containing square footage],0)

Any ideas? Thanks!