Here's the sloppy answer.
In a second column, for each cell to count
=if(A1<0,1,2)
Assuming the the above formula is Column B
=Countif(B:B,1) 'the negative values
=Countif(B:B,2) 'the positive values
[ This Message was edited by: ArthurReyes on 2002-12-10 14:32 ]


LinkBack URL
About LinkBacks



Reply With Quote


Bookmarks