View Single Post
  #5   Report Post  
FrankTimJr
 
Posts: n/a
Default

Sweet! Thanks a million!

"sk" wrote:

Try
SUMPRODUCT((SUMIF(G3:G10,{"Jul","Aug","Sep"},B355: B364)))

-sk

FrankTimJr wrote:
I couldn't find the answer in this newsgroup...Is it possible to get the
Sumif statement to calcluate against three different criteria w/out creating
multiple sumif statements?

Ex: =SUMIF(G3:G10, "Jul", "Aug", Sep", H3:H10)?

I know using the comma's in between the Months, but is there some other way
to get this working? I can't use or < because the Month's are text only.