Hi all,
Can someone please help me find out what I have done wrong with this formula?
{=SUM(('Credits 2011.xls'!ReasonCode="$A4")*('Credits 2011.xls'!MonthName="c$3"))}
The file I have created is called 'Credits 2011.xls' and I have two worksheets - "ME Data" and "Manufacturing Errors". On the sheet "ME Data" I have named the following ranges:
ReasonCode - F2:F65536
MonthName - H2:H65536
On the sheet "Manufacturing Errors" I have a list of reason codes (A-J) in cells A4-A13 and the months of the year in cells C3-N3. What I am trying to calculate is the number of instances where each reason code appears in each month.
After searching on Google, it seemed that the best option would be an array formula, and have used an example given, however I cant figure out why when I change the formula to read:
{=SUM(('ME Data'!ReasonCode="$A4")*('ME Data'!MonthName="c$3"))}
when I press Ctrl-Shift-Enter it changes the bold sections back to the file name and returns a value of zero...
Where am I going wrong???
Apologies for the length of this question but I wanted to make sure I'd given all relevant information
Thanks in advance
Can someone please help me find out what I have done wrong with this formula?
{=SUM(('Credits 2011.xls'!ReasonCode="$A4")*('Credits 2011.xls'!MonthName="c$3"))}
The file I have created is called 'Credits 2011.xls' and I have two worksheets - "ME Data" and "Manufacturing Errors". On the sheet "ME Data" I have named the following ranges:
ReasonCode - F2:F65536
MonthName - H2:H65536
On the sheet "Manufacturing Errors" I have a list of reason codes (A-J) in cells A4-A13 and the months of the year in cells C3-N3. What I am trying to calculate is the number of instances where each reason code appears in each month.
After searching on Google, it seemed that the best option would be an array formula, and have used an example given, however I cant figure out why when I change the formula to read:
{=SUM(('ME Data'!ReasonCode="$A4")*('ME Data'!MonthName="c$3"))}
when I press Ctrl-Shift-Enter it changes the bold sections back to the file name and returns a value of zero...
Where am I going wrong???
Apologies for the length of this question but I wanted to make sure I'd given all relevant information
Thanks in advance