ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   in ms excel how to count the no of cells (https://www.excelbanter.com/excel-worksheet-functions/199105-ms-excel-how-count-no-cells.html)

Anji

in ms excel how to count the no of cells
 
I want in the excel sheet, to count the number of dated information cells
and omit #N/A cells with in one row

Peo Sjoblom[_2_]

in ms excel how to count the no of cells
 
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




T. Valko

in ms excel how to count the no of cells
 
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




Dana DeLouis

in ms excel how to count the no of cells
 
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


All times are GMT +1. The time now is 12:46 PM.

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