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

Next revision
Previous revision
microsoft_excel:sum_with_na_in_range [2019/12/10 16:53] – created petermicrosoft_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 if errors in a range ===== 
- 
-<code> 
-=SUM(IF(ISERROR(A1:A6),1)) 
-</code> 
- 
-returns 2. 
  
microsoft_excel/sum_with_na_in_range.1575996839.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki