Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default How do I count blank cells in a column of dates?

I have a column of dates... I am essentially counting the
amount of time that has elapsed from the point that the
case was assigned to the date it was completed... This I
figured out... What I want to do is count all of the
incomplete cases.. by way of counting the empty cells...
Please be aware that I am not a very advanced user..
please try to dumb it down.

Thanks,
Ron
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 50
Default How do I count blank cells in a column of dates?

I am going to assume you have all your cases in a table:

Example:

A B C
Case ID Start End
Case1 1/1/05 1/15/05
Case 2 1/1/05
Case 3 1/15/05 1/18/05

You can use a formula called CountA which counts all the cells that have a
value:

Counta(A2:a5)-CountA(c2:c5) would work
That is the total off all cases less the cases solved

Let me know if this works.

Regards,

Stewart Rogers

  #3   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default How do I count blank cells in a column of dates?

There is no table... basically I have it set up as column
A B C... A being in date... B being out date and C days
o/s what I want to track is cases o/s so any blank cells
in column B

Cheers,
Ron
-----Original Message-----
I am going to assume you have all your cases in a table:

Example:

A B C
Case ID Start End
Case1 1/1/05 1/15/05
Case 2 1/1/05
Case 3 1/15/05 1/18/05

You can use a formula called CountA which counts all the

cells that have a
value:

Counta(A2:a5)-CountA(c2:c5) would work
That is the total off all cases less the cases solved

Let me know if this works.

Regards,

Stewart Rogers

.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 63
Default How do I count blank cells in a column of dates?

Click in the cell where you want the answer and type =COUNTBLANK(B1:B5)
(replace B1:B5 with the range of cells containing your completion dates and
blanks).

Andrea Jones

"Ron" wrote:

I have a column of dates... I am essentially counting the
amount of time that has elapsed from the point that the
case was assigned to the date it was completed... This I
figured out... What I want to do is count all of the
incomplete cases.. by way of counting the empty cells...
Please be aware that I am not a very advanced user..
please try to dumb it down.

Thanks,
Ron

  #5   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default How do I count blank cells in a column of dates?

Andrea,
worked like a charm.... Awesome!!!!

Ron
-----Original Message-----
Click in the cell where you want the answer and type

=COUNTBLANK(B1:B5)
(replace B1:B5 with the range of cells containing your

completion dates and
blanks).

Andrea Jones

"Ron" wrote:

I have a column of dates... I am essentially counting

the
amount of time that has elapsed from the point that the
case was assigned to the date it was completed... This

I
figured out... What I want to do is count all of the
incomplete cases.. by way of counting the empty

cells...
Please be aware that I am not a very advanced user..
please try to dumb it down.

Thanks,
Ron

.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to count#cells w/= value in other column and not count blank c aganoe Excel Worksheet Functions 4 April 9th 10 11:36 AM
Count Non-Blank Cells in Column If a Reference Criteria Met. [email protected] Excel Discussion (Misc queries) 5 August 23rd 09 03:05 AM
COUNT NON-BLANK CELLS WITH REFERENCE TO ANOTHER COLUMN carricka Excel Worksheet Functions 1 May 6th 05 04:50 PM
Count cells in a column that contain dates Cachod1 New Users to Excel 1 March 29th 05 08:56 PM
count non blank cells which meet criteria in another column cmarsh5035 Excel Worksheet Functions 2 February 16th 05 04:32 PM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"