InterviewSolution
Saved Bookmarks
| 1. |
State difference between COUNT() and COUNTA() function. |
|
Answer» The only difference between the COUNT() and COUNTA() function is that the COUNTA() function computes the numbers as well as text entries, while the COUNT() function counts only numbers. |
|