Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want in the excel sheet, to count the number of dated information cells
and omit #N/A cells with in one row |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is it text or numbers, if it is numbers you can use
=COUNTIF(E:E,"<"&99^99) if it is text =COUNTIF(E:E,"<="&REPT("z",253)) -- Regards, Peo Sjoblom "anji" wrote in message ... I want in the excel sheet, to count the number of dated information cells and omit #N/A cells with in one row |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If you want to count the cells with DATES and there are no numbers in any
other cells: =COUNT(A1:A100) DATES are just numbers formatted to look like dates. So, if you have both DATES and numbers in the range then you'll have to narrow it down and define a minimum date and a maximum date then get the count that falls within that range. -- Biff Microsoft Excel MVP "anji" wrote in message ... I want in the excel sheet, to count the number of dated information cells and omit #N/A cells with in one row |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
and omit #N/A cells with in one row
If it's the "row" part giving you trouble, one way for Row 4... =COUNT(4:4) -- Dana DeLouis "anji" wrote in message ... I want in the excel sheet, to count the number of dated information cells and omit #N/A cells with in one row |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I count nonblank text cells in Excel | Excel Discussion (Misc queries) | |||
Is there an Excel forumla to count different coloured cells? | Excel Discussion (Misc queries) | |||
How do I count cells with different criteria in excel? | Excel Worksheet Functions | |||
How do I count nonblank cells in rows within Excel? | New Users to Excel | |||
How do I get excel to "count" cells along a row? | Excel Discussion (Misc queries) |