H
Harvey Waxman
I have a column of percentages with lots of places beyond the decimal point. I
want to count the number of occurrences of a single percentage, say 5%.
If I could round up all the values to only 2 decimal places (.05 for example)
it would be easy enough.
Instead i tried this but got a value of 0 which isn't quite true.
{=SUM(IF(A1:A98,">5%",IF(A1:A98,"<6%")))}
Can someone help?
want to count the number of occurrences of a single percentage, say 5%.
If I could round up all the values to only 2 decimal places (.05 for example)
it would be easy enough.
Instead i tried this but got a value of 0 which isn't quite true.
{=SUM(IF(A1:A98,">5%",IF(A1:A98,"<6%")))}
Can someone help?