| Line 1: |
Line 1: |
| | == ROWS(arr) == | | == ROWS(arr) == |
| − | | + | <div style="font-size:30px">'''ROWS (Array) '''</div><br/> |
| − | *where <math>arr</math> is an array or reference | + | *where <math>Array</math> is an array or reference |
| − | | + | **ROWS() displays the number of rows in an array or reference. |
| − | ROWS() displays the number of rows in an array or reference. | |
| | | | |
| | == Description == | | == Description == |
| | | | |
| − | ROWS(arr) | + | ROWS() |
| − | | + | *For Example,ROWS(B4) ''returns 1''. |
| − | For Example, | + | *<math>Array</math> can be a cell, range of cells or an array. |
| − | | |
| − | ROWS(B4) ''returns 1''. | |
| − | | |
| − | *<math>arr</math> can be a cell, range of cells or an array. | |
| | | | |
| | | | |