miss_anonymous
New Member
- Joined
- May 25, 2011
- Messages
- 4
Hello everyone,
this forum was highly recommanded to me.
I want to evaluate an questionnaire with Excel 2003
This is the problem i need to solved:
I need a Makro which counts all green eyed females at the age of 1.
This data is spread within 3 collumns:
Count in Column E (Text: "green", "blue", "brown") only when both additional conditions are fulfilled in the same row:
condition 1 => Column F = female (Text: female, male) and
condition 2 => Column G = 1 (Number: 1-99)
I have tried a few different formula but it is not right, yet:
=SUMPRODUCT((E1:E11="green")=IF(G1:G11=1)*(F1:F11="female")
unfortunately the countif.function does not exist for Excel.2003.
Hope you can help me!
Thank you very much,
miss anonymous
this forum was highly recommanded to me.
I want to evaluate an questionnaire with Excel 2003
This is the problem i need to solved:
I need a Makro which counts all green eyed females at the age of 1.
This data is spread within 3 collumns:
Count in Column E (Text: "green", "blue", "brown") only when both additional conditions are fulfilled in the same row:
condition 1 => Column F = female (Text: female, male) and
condition 2 => Column G = 1 (Number: 1-99)
I have tried a few different formula but it is not right, yet:
=SUMPRODUCT((E1:E11="green")=IF(G1:G11=1)*(F1:F11="female")
unfortunately the countif.function does not exist for Excel.2003.
Hope you can help me!
Thank you very much,
miss anonymous