View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.newusers
Mhz Mhz is offline
external usenet poster
 
Posts: 1
Default Problem Calculating Various Month Totals ??


hello,

I need a formula that will SUM values for particular Months within a
column (B4:B1000)...

I am trying to use a formula that will identify the first 3 letters of
the month and then add the currency (G4:G1000) for those months only..
every formula I am attempting to use is not working..

I used this to calculate the totals for February, but it fails:

=SUMIF(B4:B1000,"FEB*",G4:G1000)

G4:G1000 contains the amounts for various months. The months varies
through column B4:B1000..

Any help on this is Appreciated...

eg.

ITEM DATE AMOUNT
_____ _____ ________
RAG FEBRUARY 6, 2005 $25.00
COAT JANUARY 3, 2005 $15.00
BEER FEBRUARY 10, 2005 $40.00
HAM MARCH 15, 2005 $8.00


AS EXAMPLE, I WOULD NEED THE TOTALS FOR FEBRUARY ONLY .....THANKS IN
ADVANCE..


--
Mhz
------------------------------------------------------------------------
Mhz's Profile: http://www.excelforum.com/member.php...o&userid=35980
View this thread: http://www.excelforum.com/showthread...hreadid=570294