View Single Post
  #2   Report Post  
Myrna Larson
 
Posts: n/a
Default

If you want to sum January for both years and the data is actual text, not the
date Jan 1, 2003, formatted to show Jan-03,

=SUMIF(B2:B13,"Jan*",C2:C13)

note the wildcard.


On Wed, 26 Jan 2005 13:48:14 -0800, "a921"
wrote:

I'm looking to use the "sumif" formula listed above.
However my data lists Jan-03 and Jan-04. How do I account
for the years in the above formula? Thanks in advance!!