Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i want to be able to count cells within a range that are non blank or have a
value in them. i am able to count all cells by doing ncells = range("a1","120").cells.count is there a similar code that will count the cells which only have a value in them. the only way i can think of doing this is either a loop and selecting each cell within the range or by using the counta function within excel itself. thank you in advance Hervinder |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
count nonblank cells | Excel Worksheet Functions | |||
count nonblank cells with conditions | Excel Worksheet Functions | |||
Count nonblank cells based on another column | Excel Worksheet Functions | |||
count 2 nonblank cells on multiple worksheets | Excel Discussion (Misc queries) | |||
How do I count nonblank cells in rows within Excel? | New Users to Excel |