View Single Post
  #5   Report Post  
taimysho0 taimysho0 is offline
Junior Member
 
Posts: 10
Default

Quote:
Originally Posted by Claus Busch View Post
Hi,

Am Tue, 4 Mar 2014 17:43:08 +0000 schrieb taimysho0:

now that i have these in date format, do
you know how i can do a count of all dates that are the same so i can
plot them in a graph?


in C3:
=COUNTIF(B:B,B3)
and copy down


Regards
Claus B.
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2

thank you so much for your help! the last question is, in your date modify code above, how would i modify it so that the results displayed are always within the last 90 days? so for example anything older than 90 days gets deleted. thanks so much!