Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
simoncottle
 
Posts: n/a
Default Countif - recognition problems with dates


=COUNTIF(Pitches!$C$15:$C$67,"<=Pitches!B5+3")

Im trying to get countif to recognise dates that are less than three
days away. B5 is todays date..

Any suggestions on where I am going wrong?


--
simoncottle
------------------------------------------------------------------------
simoncottle's Profile: http://www.excelforum.com/member.php...o&userid=33122
View this thread: http://www.excelforum.com/showthread...hreadid=529744

  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Countif - recognition problems with dates

maybe...

=COUNTIF(Pitches!$C$15:$C$67,"<="&Pitches!B5+3)



simoncottle wrote:

=COUNTIF(Pitches!$C$15:$C$67,"<=Pitches!B5+3")

Im trying to get countif to recognise dates that are less than three
days away. B5 is todays date..

Any suggestions on where I am going wrong?

--
simoncottle
------------------------------------------------------------------------
simoncottle's Profile: http://www.excelforum.com/member.php...o&userid=33122
View this thread: http://www.excelforum.com/showthread...hreadid=529744


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
Dave O
 
Posts: n/a
Default Countif - recognition problems with dates

This formula worked for me:
=SUMPRODUCT(--(Pitches!C15:C67<=Pitches!B5+3))

  #4   Report Post  
Posted to microsoft.public.excel.misc
Toppers
 
Posts: n/a
Default Countif - recognition problems with dates

=COUNTIF(Pitches!$C$15:$C$67,"<=" & Pitches!B5+3)


"simoncottle" wrote:


=COUNTIF(Pitches!$C$15:$C$67,"<=Pitches!B5+3")

Im trying to get countif to recognise dates that are less than three
days away. B5 is todays date..

Any suggestions on where I am going wrong?


--
simoncottle
------------------------------------------------------------------------
simoncottle's Profile: http://www.excelforum.com/member.php...o&userid=33122
View this thread: http://www.excelforum.com/showthread...hreadid=529744


  #5   Report Post  
Posted to microsoft.public.excel.misc
simoncottle
 
Posts: n/a
Default Countif - recognition problems with dates


Thanks

As an add onto this does anyone know how to use countif with multiple
criteria

I have dates of projects that are attached to names, but i want to be
able to count only those projects at today +3 that are attached to
certain names.

At the moment i can count those with deadlines in the next three days
but not attach those to names.

I've tried being clever by separating out another table with the dates
attached to new names, but this isnt working properly and isnt a neat
solution

Thanks Simon


--
simoncottle
------------------------------------------------------------------------
simoncottle's Profile: http://www.excelforum.com/member.php...o&userid=33122
View this thread: http://www.excelforum.com/showthread...hreadid=529744



  #6   Report Post  
Posted to microsoft.public.excel.misc
Toppers
 
Posts: n/a
Default Countif - recognition problems with dates

TRY:

=SUMPRODUCT(--(Pitches!C15:C67<=Pitches!B5+3),--(D15:D67=<name))

Replace <name with name e.g. "Fred" or cell reference containing name

"simoncottle" wrote:


Thanks

As an add onto this does anyone know how to use countif with multiple
criteria

I have dates of projects that are attached to names, but i want to be
able to count only those projects at today +3 that are attached to
certain names.

At the moment i can count those with deadlines in the next three days
but not attach those to names.

I've tried being clever by separating out another table with the dates
attached to new names, but this isnt working properly and isnt a neat
solution

Thanks Simon


--
simoncottle
------------------------------------------------------------------------
simoncottle's Profile: http://www.excelforum.com/member.php...o&userid=33122
View this thread: http://www.excelforum.com/showthread...hreadid=529744


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
Having problems calculating dates in Excel. Russell Bachmann Excel Worksheet Functions 1 March 9th 06 05:55 PM
Countif on multiple dates Jim Excel Worksheet Functions 6 December 13th 05 05:56 PM
COUNTIF using Dates WLMPilot Excel Worksheet Functions 1 October 7th 05 12:51 AM
Countif using dates Bugaglugs Excel Worksheet Functions 11 August 23rd 05 05:16 PM
COUNTIF With Multiple Dates, Columns and Text Shannon Excel Worksheet Functions 4 November 26th 04 11:12 PM


All times are GMT +1. The time now is 02:56 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"