Thread: Sum?
View Single Post
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

Hi Bill,

Try this

=SUM(IF(NOT(ISERROR(A1:A121)),A1:A121))

which is an array formula, so commit with Ctrl-Shift-Enter

--

HTH

RP
(remove nothere from the email address if mailing direct)


"bill mackay" wrote in message
...
I have a column H with 121 rows, in some rows there are
numbers in others there are #DIV/0!
I need to know the total of the numbers in column H
eg:- H
$10
$10
$12
$18
#DIV/0!
#DIV/O!
#DIV/0!
The column can be up to 121 rows with numbers or 60
or so rows with numbers and the rest with #DIV/0!

Thanks Heaps Bill Mackay