=SUMIF($A$3:$A$12,">1")
to sum
and
=COUNTIF($A$3:$A$12,">1")
to count
if you want to display the cells, assuming you have a header in A2, put the
name of the header in for instance D1 and in D2 put >1, select the list
header included
do data>advanced filter, select as criteria D1

2 and the whole list as
range, copy to another
location, select where you want it and click OK
--
Regards,
Peo Sjoblom
Rich K said:
I need to calculate if a range of cells contains a number greater than 1,
then, to add the amount of cells that are greater than 1 and display that
number of cells.