kuldeepjainesl
Member
Hi Experts,
By the help of you guys I have populated a matrix which is large then what I though. Need to furnish it with sumif but it do not seems to work to sum an array.
Details at http://chandoo.org/forums/topic/design-a-matrix-from-two-way-look-up-and-ranges
Now what I need is explained below:
[pre]
[/pre]
Now by using =SUMIF('Data Processing'!$A$3:$A$237,D$2,'Data Processing'!$E$3:$E$237) i can sum the value under "E" coloum but when I changed it to $B$3:$E$237, it do not work.
if I use {=SUM(IF('Data Processing'!$A$3:$A$237=D$2,'Data Processing'!$E$3:$O$237,0))}
I gives the total but ignore the condition SUMIF('Data Processing'!$A$3:$A$237,D$2.
Any help is appreciated...
Regards,
Kuldeep
By the help of you guys I have populated a matrix which is large then what I though. Need to furnish it with sumif but it do not seems to work to sum an array.
Details at http://chandoo.org/forums/topic/design-a-matrix-from-two-way-look-up-and-ranges
Now what I need is explained below:
[pre]
Code:
"A"-----------Another worksheet ("A") "B" "C" "D" "E" "F"
2000----------2000
2001----------2000
2002----------2000
2003----------2003
2004----------2003
2005----------2003
2006----------2008
2007----------2008
2008----------2008
"" ----------2007
"" ----------2007
"" ----------2007
Now by using =SUMIF('Data Processing'!$A$3:$A$237,D$2,'Data Processing'!$E$3:$E$237) i can sum the value under "E" coloum but when I changed it to $B$3:$E$237, it do not work.
if I use {=SUM(IF('Data Processing'!$A$3:$A$237=D$2,'Data Processing'!$E$3:$O$237,0))}
I gives the total but ignore the condition SUMIF('Data Processing'!$A$3:$A$237,D$2.
Any help is appreciated...
Regards,
Kuldeep