View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Cassidy1 Cassidy1 is offline
external usenet poster
 
Posts: 8
Default Calculations with date fields

Hi,
I have an excel spreadsheet that contains info on referrals; date received,
area received, client file number etc.
I need to figure out how to track monthly referrals by area.
I already have a column that calculates total referrals each month that
looks like this: =COUNTIF(J2:J147,"31/03/2008") and this works great, but I
have another column that shows the area referred: V for Victoria or S for
Sidney and I want to know how many referrals I received each month for each
area, so any help on how I would formulate that?

Thanks