Can anyone give me a clue why occasionally I lose all my line feeds?
What the message ought to say (if it doesn't lose the line feeds again)
is:
Sorry. Misplaced parentheses in the first formula. It should have been
=SUMPRODUCT(((YEAR(A6:A100)=2009)*(MONTH(A6:A100)>=7)+(YEAR(A6:A100)=2010)*(MONTH(A6:A100)<=6))*(B6:B100="u")*C6:C100)
--
David Biddulph
"David Biddulph" <groups [at] biddulph.org.uk> wrote in
message=SUMPRODUCT(((YEAR(A6:A100)=2009)*(MONTH(A6:A100)>=7))+((YEAR(A6:A100)=2010)*(MONTH(A6:A100)<=6))*(B6:B100="u")*C6:C100)
or
=SUMPRODUCT((TEXT(A6:A100,"yyyymm")>="200907")*(TEXT(A6:A100,"yyyymm")<="201006")*(B6:B100="u")*C6:C100)
--
David Biddulph
messageI have this formula below that deals with finding calendar year. I need
a
formula that does the same thing but for Fiscal Year (7/1/09 -
6/30/10).
=SUMPRODUCT((YEAR(A6:A100)=2009)*(B6:B100="u")*C6:C100)
Can anyone help? Would truly appreciate it!!!
Thank you
mePenny
--
David Biddulph
"David Biddulph" <groups [at] biddulph.org.uk> wrote in message
Sorry. Misplaced parentheses in the first formula. It should have been
=SUMPRODUCT(((YEAR(A6:A100)=2009)*(MONTH(A6:A100)>=7)+(YEAR(A6:A100)=2010)*(MONTH(A6:A100)<=6))*(B6:B100="u")*C6:C100)--David
Biddulph"David Biddulph" <groups [at] biddulph.org.uk> wrote in
messageor>=SUMPRODUCT((TEXT(A6:A100,"yyyymm")>="200907")*(TEXT(A6:A100,"yyyymm")<="201006")*(B6:B100="u")*C6:C100)>
--> David Biddulph>> "mePenny" <
[email protected]>
wrote
in messagehave this formula below that deals with finding calendar year. I need
a>>
formula that does the same thing but for Fiscal Year (7/1/09 -
6/30/10).>>>>
=SUMPRODUCT((YEAR(A6:A100)=2009)*(B6:B100="u")*C6:C100)>>>>
Can anyone help? Would truly appreciate it!!!>>>> Thank you>> mePenny>>
.