G Guest Apr 20, 2006 #1 i want to use sumif function on multiple sheet with critria that rang cell #""
B Bob Phillips Apr 20, 2006 #2 =SUMPRODUCT(SUMIF(INDIRECT("'"&C1:C3&"'!a2:a20"), "*TOTAL*",(INDIRECT("'"&C1:C3&"'!b2:b20")))) as an example, where C1:C3 is a range housing the relevant sheetnames in separate cells. -- HTH Bob Phillips (remove nothere from email address if mailing direct) muhammed arshad said: i want to use sumif function on multiple sheet with critria that rang cell Click to expand... #""
=SUMPRODUCT(SUMIF(INDIRECT("'"&C1:C3&"'!a2:a20"), "*TOTAL*",(INDIRECT("'"&C1:C3&"'!b2:b20")))) as an example, where C1:C3 is a range housing the relevant sheetnames in separate cells. -- HTH Bob Phillips (remove nothere from email address if mailing direct) muhammed arshad said: i want to use sumif function on multiple sheet with critria that rang cell Click to expand... #""