S
Sage
I'm trying to get this to only average specific information in column F that
contain "January" and "2005" in that particular row. If it doesn't match
January and 2005, it should return nothing.
=IF(AND('Period Data'!A10:A200="January",'Period
Data'!E10:E200=2005),AVERAGE('Period Data'!F10:F200),"")
It's averaging everything right now. I'm sure there's a better way to do
this, but it's beyond me at this point.
Thanks in advance,
contain "January" and "2005" in that particular row. If it doesn't match
January and 2005, it should return nothing.
=IF(AND('Period Data'!A10:A200="January",'Period
Data'!E10:E200=2005),AVERAGE('Period Data'!F10:F200),"")
It's averaging everything right now. I'm sure there's a better way to do
this, but it's beyond me at this point.
Thanks in advance,