Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Is it possible to exclude the column header from an entire column range, so
that it is not included a COUNTA range? |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
This may seem overly simple, but:
Just subtract 1 from the formula Example: A1: =COUNTA(B1:B1000)-1 Counts all non-blank cells in B1:B1000, then subtracts 1 for the column header. Does that help? *********** Regards, Ron XL2002, WinXP-Pro "Dn_" wrote: Is it possible to exclude the column header from an entire column range, so that it is not included a COUNTA range? |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
=IF(LEN(A1)0,COUNTA(A:A)-1,COUNTA(A:A))
Vaya con Dios, Chuck, CABGx3 "Dn_" wrote: Is it possible to exclude the column header from an entire column range, so that it is not included a COUNTA range? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Return SEARCHED Column Number of Numeric Label and Value | Excel Worksheet Functions | |||
run a macro in a locked cell | Excel Discussion (Misc queries) | |||
use same cell w/in a function in a entire column. | Excel Discussion (Misc queries) | |||
Copy one cell to entire column | Excel Discussion (Misc queries) | |||
How do I reference every "n" cell in a column in Excel? | Excel Worksheet Functions |