User Tools

Site Tools


microsoft_excel:sum_with_na_in_range

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
microsoft_excel:sum_with_na_in_range [2020/07/15 09:30] – external edit 127.0.0.1microsoft_excel:sum_with_na_in_range [2021/08/04 14:32] (current) – removed peter
Line 1: Line 1:
-====== Microsoft Excel - Sum with NA in range ====== 
- 
-Sample data: 
- 
-<code> 
-1 
-2 
-#REF! 
-3 
-#REF! 
-5 
-</code> 
- 
----- 
- 
-===== Get the sum ===== 
- 
-<code> 
-=SUM(IFERROR(A1:D6,"")) 
-</code> 
- 
-returns 11. 
- 
----- 
- 
-===== Count the number of errors in a range ===== 
- 
-<code> 
-=SUM(IF(ISERROR(A1:A6),1)) 
-</code> 
- 
-returns 2. 
  
microsoft_excel/sum_with_na_in_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