#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default dcount

i am trying to have a criteria that one cell is greater than or equal to a
date but i want the date to reference another cell. For instance =B3
(greater than or equal to the date located in cell B3). The criteria works
if i write =7/31/09 but i want the date to refer to another cell where i can
change that date one time.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 506
Default dcount

I am not clear whether this is what you are looking for€¦

A1 Date is greater than or equal to B1and if you want to display the C1 cell
value then use this formula:
Use this formula other than A1,B1 & C1 cell
=IF(A1=B1,C1,"")

If you want to use the date value in the formula itself then use the below,
It will check whether the A1 Date Value is greater than or equal to the
mentioned date value and return the C1 value.
=IF(A1=DATE(2009,7,31),C1,"")

If this post helps, Click Yes!

--------------------
(Ms-Exl-Learner)
--------------------



"michaeldmaxey" wrote:

i am trying to have a criteria that one cell is greater than or equal to a
date but i want the date to reference another cell. For instance =B3
(greater than or equal to the date located in cell B3). The criteria works
if i write =7/31/09 but i want the date to refer to another cell where i can
change that date one time.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default dcount

Try:

="="&b3

ps. Excel has some nice features that 123 doesn't (didn't???) have.

One of them is =countif()

=countif(a1:a10,"="&b3)

maybe sufficient.

xl2007 added another function (=countifs()) that allows multiple criteria for
multiple fields.

There are also =sumif() and added in xl2007, =sumifs().

In earlier versions of excel, =sumproduct() or an array formula =sum(if(..)) may
do what you want.

michaeldmaxey wrote:

i am trying to have a criteria that one cell is greater than or equal to a
date but i want the date to reference another cell. For instance =B3
(greater than or equal to the date located in cell B3). The criteria works
if i write =7/31/09 but i want the date to refer to another cell where i can
change that date one time.


--

Dave Peterson
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
DCOUNT Help Rob B. Excel Worksheet Functions 2 April 20th 09 06:48 PM
DCOUNT Help! fearthespear Excel Discussion (Misc queries) 1 November 7th 08 06:02 AM
DCount help Engels Excel Worksheet Functions 4 January 8th 07 04:18 PM
dcount with vba J Slavin Excel Worksheet Functions 2 March 26th 06 05:01 PM
dcount vba J Slavin Excel Worksheet Functions 0 March 26th 06 03:39 AM


All times are GMT +1. The time now is 01:54 PM.

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

About Us

"It's about Microsoft Excel"