Changes

Jump to navigation Jump to search
No change in size ,  18:26, 5 April 2018
Line 61: Line 61:  
  =ROWS(D4)  : Calculates the row number of cell D4. ''Returns 4'' as a result.
 
  =ROWS(D4)  : Calculates the row number of cell D4. ''Returns 4'' as a result.
 
  =ROWS(A2:C5): Calculates the row numbers in the range A2 to C5. ''Returns 4'' as a result.
 
  =ROWS(A2:C5): Calculates the row numbers in the range A2 to C5. ''Returns 4'' as a result.
  =ROWS({3,4;6,7;8,9}): Calculates the number of rows from the given array. ''Returns 3'' as a result.
+
  =ROWS([3,4;6,7;8,9]): Calculates the number of rows from the given array. ''Returns 3'' as a result.
    
==Related Videos==
 
==Related Videos==
writer
6,694

edits

Navigation menu