Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 26
Default Count with various type

I have four cells that contain
number,
text,
date,
#n/a

How can i count all four cells using counta but date only will be counted if
less than criteria that i've made <example : less than today()

Thx a lot,
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Count with various type

Try
=COUNTA(H13:H16)-COUNTIF(H13:H16,"=" & TODAY())

If this post helps click Yes
---------------
Jacob Skaria


"Pran" wrote:

I have four cells that contain
number,
text,
date,
#n/a

How can i count all four cells using counta but date only will be counted if
less than criteria that i've made <example : less than today()

Thx a lot,

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 26
Default Count with various type

Thx again Jacob,

I appreciate that

"Jacob Skaria" wrote:

Try
=COUNTA(H13:H16)-COUNTIF(H13:H16,"=" & TODAY())

If this post helps click Yes
---------------
Jacob Skaria


"Pran" wrote:

I have four cells that contain
number,
text,
date,
#n/a

How can i count all four cells using counta but date only will be counted if
less than criteria that i've made <example : less than today()

Thx a lot,

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
Count more than one type of value from the same column UT Excel Discussion (Misc queries) 4 February 9th 09 07:13 PM
count of different type records Gábor Excel Worksheet Functions 2 September 28th 06 03:45 PM
Count between dates by type JerryS Excel Worksheet Functions 1 January 9th 06 12:52 AM
How do I ask Excel to count how many items are in BOLD TYPE? Head Honcho Excel Discussion (Misc queries) 1 August 5th 05 12:35 AM
Is there a WorkDay() type function that count all days except tho. Dark Skunk Excel Worksheet Functions 8 February 15th 05 08:37 PM


All times are GMT +1. The time now is 12:24 AM.

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"