Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to write a function in excel. Part of the input is a range of
cells in a column. What do I need to write to allow me to count the number of cells in that range? Thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi fullers,
If the input range is selected and only in one column then: Selection.rows.count returns the number of cells in that range. Is this what you are after? Ken Johnson |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
fullers wrote:
I am trying to write a function in excel. Part of the input is a range of cells in a column. What do I need to write to allow me to count the number of cells in that range? Thanks in advance. If the range (e.g., Range1) is a collection of cells rather than a collection of rows or columns, then Range1.Count Alan Beban |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Match function...random search? | Excel Worksheet Functions | |||
Sorting a range of cells that get value from other cells | Excel Discussion (Misc queries) | |||
COUNT NON-BLANK CELLS WITH REFERENCE TO ANOTHER COLUMN | Excel Worksheet Functions | |||
Can I count how many grey-filled cells are in a row ? | Excel Worksheet Functions | |||
Formula to count the cells in a range that have a fill color. | Excel Discussion (Misc queries) |