Dear all,
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
I have a excel file with over 190 worksheets. I want to make a summary sheet, in which one cell counts the answers over all sheets if in each sheets one cell shows a 1 and another cell shows a two. With the if and function I can do it for each sheet.
<o></o>
=IF(AND(B8=1;B9=2);1;0)
<o></o>
Does somebody know how I can do it with a matrix function over several worksheets?
<o></o>
Thanks in advance for your answer.
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
I have a excel file with over 190 worksheets. I want to make a summary sheet, in which one cell counts the answers over all sheets if in each sheets one cell shows a 1 and another cell shows a two. With the if and function I can do it for each sheet.
<o></o>
=IF(AND(B8=1;B9=2);1;0)
<o></o>
Does somebody know how I can do it with a matrix function over several worksheets?
<o></o>
Thanks in advance for your answer.
Last edited: