Can anyone handle an argument
Posted by Patrick on May 09, 2001 7:04 AM
The first formula works however the second
has to many arguments
=IF(ISERROR(COUNTIF(B24:B47,"<75")/C13),"0%",(COUNTIF(B24:B47,"<75")/C13))
=IF(ISERROR(COUNTIF(B24:B47,">74")-COUNTIF(B24:B47,">90"))/C13),"0%",(COUNTIF(B24:B47,">74")-COUNTIF(B24:B47,">90"))/C13))
Thanks!!