View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
santaviga santaviga is offline
external usenet poster
 
Posts: 178
Default Help on a Complicated Formula

Hi Folks,

Here is the situation. I have a range of cells with drug names in them what
I need is when a date is input into a pecified field I need this to total up
in a different cell but this has to be done by Months. See below.

A1 B1 C1
Drug name Aspirin Paracetamol
02/02/06 03/03/06

Result would be as follows:

Totals Aspirin Paracetamol
Jan 0 0
Feb 1 0

Mar 0 1
Apr
May
etc

There will be other Data entered into columns which contain the date so the
formula can only recognise the date part and add the totals.

Can anyone help???


Thanks


Mark