Hi, I've got a project I've imported from MSProject, and my smartsheet has a % complete column. I'm trying to use COUNTIF to identify the number of tasks that are unstarted, those that are complete, and those that are in progress using that % Complete. I can get the first two to work, but I'm having trouble with the in-progress ones. I'm using the following formula:
=COUNTIF([% Complete]:[% Complete], AND([% Complete] <> 0 , [% Complete] <> 1))
and it's coming back as "unparseable".
Can somebody help me? I appreciate it!