Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I would like to calculate the number of non blank cells in one columns.
How do i do it. I am not able to use ISBLANK formula as I don't know how to use it. Please explain. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use the COUNTA( ) function - Excel help gives details of its use.
Hope this helps. Pete Mahesh wrote: I would like to calculate the number of non blank cells in one columns. How do i do it. I am not able to use ISBLANK formula as I don't know how to use it. Please explain. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"Mahesh" wrote:
I would like to calculate the number of non blank cells in one columns. An option to try if you have formula cells in the col which may return "blanks", ie:"", and these formula returns are to be treated the same way as real empty cells in the col is to use something like in say, C1: =SUMPRODUCT(--(B1:B20<"")) Adapt the range to suit. Note that SUMPRODUCT can't accept entire col refs. -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Column picked randomly with probability relative to number of entr | Excel Worksheet Functions | |||
Formula to calculate number of days & ignore blank cells | Excel Discussion (Misc queries) | |||
Need to Improve Code Copying/Pasting Between Workbooks | Excel Discussion (Misc queries) | |||
calculate which cells in column A will give me the total of column | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |