What is the syntax when trying to use multiple criteria for filtering data in an area. The way I have been doing it is like so: =SUM((CostMonth_2000)*(WC_2000<>"ST"
*(WC_2000<>"PE"
*(Mining_2000="1410"
*(Mining_2000="1411)*(Main_2000="910"
*(Cost_2000))/1000000. The problem is when I try to do multiple Mining_2000 filtering it keeps giving me a value of zero. For instance when I make it equal to just 1410 a value is returned, but when I put both of them in it returns zero. I know there is data for both 1410 and 1411 because when you do them on there own a value is returned. Help Me Obi Wan Kenobi, You're My Only Hope.