thesproing
Board Regular
- Joined
- Jul 16, 2007
- Messages
- 76
Hi All,
Ok this is beginning to get on my nerves....
Basically i need to sum the values in a column if criteria are met in three other columns.
Two of the criteria are TEXT and one is numeric. At the moment, my best attempt is something like this:
{=SUM(IF(!$B$4:$B$2160<>"A",0)*IF($B$4:$B$2160<>"B",0)*IF(F$4:F$2160<2000,0)*J$4:J$2160)}
The last column is the one i wish to sum, the first two are text and the thried is also numeric. It is just returning a 0 at the moment, and should be much higher.
I also tried SUMPRODUCT, but it was returning a very high number, which i think was a mulpile of the two numeric arrays above....
Any ideas?
Thanks,
Olly
Ok this is beginning to get on my nerves....
Basically i need to sum the values in a column if criteria are met in three other columns.
Two of the criteria are TEXT and one is numeric. At the moment, my best attempt is something like this:
{=SUM(IF(!$B$4:$B$2160<>"A",0)*IF($B$4:$B$2160<>"B",0)*IF(F$4:F$2160<2000,0)*J$4:J$2160)}
The last column is the one i wish to sum, the first two are text and the thried is also numeric. It is just returning a 0 at the moment, and should be much higher.
I also tried SUMPRODUCT, but it was returning a very high number, which i think was a mulpile of the two numeric arrays above....
Any ideas?
Thanks,
Olly