In column J of my spreadsheet I have the following formula:
countif(insheet!$j$43:$j$59,">10%")+countif(insheet!$j$43:$j$59,"<-10%")
This counts items >10% and <-10%. Fine.
I tried to apply the same principles in the same column with items that are >1% but <9.But the formual seems to count the zeros. Want I want is the formula to count items >1 but <9 & <-1 but >-9 in one formula. Is that possible?
Thanks in advance
countif(insheet!$j$43:$j$59,">10%")+countif(insheet!$j$43:$j$59,"<-10%")
This counts items >10% and <-10%. Fine.
I tried to apply the same principles in the same column with items that are >1% but <9.But the formual seems to count the zeros. Want I want is the formula to count items >1 but <9 & <-1 but >-9 in one formula. Is that possible?
Thanks in advance