Excel COUNTA Function
LQ Net Home
Access
ADO
Excel
Object Model
Workbooks in VBA
Worksheets in VBA
Open File (VBA)
SaveAs File (VBA)
Read Folder (VBA)
Ranges (VBA)
Sum Product
Index
Match
Choose
VLookup
HLookup
CountA
SumIf
JavaScript
PowerPoint
VB VBA
XML
Excel Links
Excel User
Tips and Add-ins
Excel-VBA
Excel Help
Contextures
Excel Tutorial
Great Excel Link
Exel VBA Tips
Better Solutions
Excel Colors
Excel Tips
C. Pearson Excel
Add-Ins
Apps Pro
Business Functions
ASAP Utilities
J Walkenbach
PowerUtils
Spinnaker Add-ins
XL Logic
Mr. Excel
CountA Worksheet Function
Printer Friendly Page
Returns the number of
non-blank
cells in a range.
It will count text blanks like cell
A6
and logical values like
A4.
SYNTAX:
=CountA(value1, value2, . . . )
Example:
=COUNTA(A1:A6)
returns 5.
A
B
1
300
2
Chicago
3
4
TRUE
5
1500
6
" "
Copyright © 2006-2009, LQ Systems,Inc. All rights reserved.