ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Referring to a portion of a column (https://www.excelbanter.com/excel-discussion-misc-queries/264608-referring-portion-column.html)

LewisM

Referring to a portion of a column
 
Knowing that $A:$A can be used in a worksheet function to refer to all cells
in column A. Is there a way to refer to all cells below a starting point?
(i.e., I want to CountA() all cells below my header rows). I can't just
subtract the number of header rows because the CountA() of those varies.
--
Thanks,
LewisM

Don Guillett[_2_]

Referring to a portion of a column
 

The best way to do this is to make a self adjusting defined name range
insertnamedefinename it something like colA
in the refers to box
=offset($a$1,0,0,counta($a:$a),1)

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"LewisM" wrote in message
...
Knowing that $A:$A can be used in a worksheet function to refer to all
cells
in column A. Is there a way to refer to all cells below a starting point?
(i.e., I want to CountA() all cells below my header rows). I can't just
subtract the number of header rows because the CountA() of those varies.
--
Thanks,
LewisM




All times are GMT +1. The time now is 05:01 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com