Ron,
I see that I was not clear in what my end result is - each row that has May
has a dollar value in another column (Row 1 Column A May 2390i3094 Row 1
Column B $5000 )and I need the dollar values to add up for all May rows.
> Try something like this:
>
[quoted text clipped - 22 lines]
> >
> > Mac
Ron Coderre - 15 Jun 2006 20:34 GMT
OK...then try this:
For a list of Projects in A1:A100
This formula sums the cells in Col_B where the corresponding cell in Col_A
contains the word "May":
B1: =SUMIF(A1:A100,"*May*",A1:A100)
Is that what you're looking for?
***********
Regards,
Ron
XL2002, WinXP
> Ron,
> I see that I was not clear in what my end result is - each row that has May
[quoted text clipped - 27 lines]
> > >
> > > Mac
Ron Coderre - 15 Jun 2006 20:36 GMT
Correction:
The formula is:
B1: =SUMIF(A1:A100,"*May*",B1:B100)
NOT B1: =SUMIF(A1:A100,"*May*",A1:A100)
***********
Regards,
Ron
XL2002, WinXP
> Ron,
> I see that I was not clear in what my end result is - each row that has May
[quoted text clipped - 27 lines]
> > >
> > > Mac
Mac Landers - 15 Jun 2006 21:23 GMT
Excellent - thank you!!!
> Correction:
>
[quoted text clipped - 40 lines]
> > > >
> > > > Mac