User Tools

Site Tools


microsoft_excel:count_the_number_of_errors_in_a_range

This is an old revision of the document!


Microsoft Excel - Count the number of errors in a range

Sample data:

1
2
#REF!
3
#REF!
5

Count the number of errors in a range

=SUM(IF(ISERROR(A1:A6),1))

returns 2.

microsoft_excel/count_the_number_of_errors_in_a_range.1594805433.txt.gz ยท Last modified: 2020/07/15 09:30 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki