Thread: Formula Problem
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Secret Squirrel Secret Squirrel is offline
external usenet poster
 
Posts: 172
Default Formula Problem

I have the following formula on one of my worksheets but when cell B3 is
"All" I return the correct value but when it's not "All" I get an error
#VALUE!. What would cause this error in my formula? Everything looks correct
to me.

=IF($B$3="All",SUMPRODUCT(--(MONTH(Detail!$J$2:$J$50000)=MONTH($B15)),--(YEAR(Detail!$J$2:$J$50000)=YEAR($B15)),--(Detail!$K$2:$K$50000=1),--(Detail!$B$2:$B$50000<"All")),SUMPRODUCT(--(MONTH(Detail!$J$2:$J$50000)=MONTH($B15)),--(YEAR(Detail!$I$2:$J$50000)=YEAR($B15)),--(Detail!$K$2:$K$50000=1),--(Detail!$B$2:$B$50000=YTDSummary!$B$3)))