I want the cell to count, but only if 2 separate arguments are met. Can that be done?
C crich Aug 12, 2005 #1 I want the cell to count, but only if 2 separate arguments are met. Can that be done?
A Aladin Akyurek Aug 12, 2005 #2 Care to provide a bit more info, preferably by means of a tiny sample along with the expected count?
A Ashish Mathur Aug 15, 2005 #3 Hi, Name Dept Grade Sam A 1 Patrick A 2 David A 1 If you want to count the number pf people who are in Department A and have grade 1, enter the following formula Array enter (Ctrl+Shift+Enter) the following formula in cell E10 SUM(IF((D68="A")*(E6:E8=1),1,0)) Regards,
Hi, Name Dept Grade Sam A 1 Patrick A 2 David A 1 If you want to count the number pf people who are in Department A and have grade 1, enter the following formula Array enter (Ctrl+Shift+Enter) the following formula in cell E10 SUM(IF((D68="A")*(E6:E8=1),1,0)) Regards,
C crich Aug 15, 2005 #4 I tried this, but the formula didn't work. It just returns a value of 0. BUT, I really think we are getting close. Any more ideas? Thanks.
I tried this, but the formula didn't work. It just returns a value of 0. BUT, I really think we are getting close. Any more ideas? Thanks.
C crich Aug 15, 2005 #5 The example is as Ashish wrote below, but the formula didn't work. It just returns a value of 0. BUT, I really think we are getting close. Thanks.
The example is as Ashish wrote below, but the formula didn't work. It just returns a value of 0. BUT, I really think we are getting close. Thanks.
A Aladin Akyurek Aug 16, 2005 #6 The suggested formula should yield the count you need. Note that the formula must be confirmed with control+shift+enter, not just with enter.
The suggested formula should yield the count you need. Note that the formula must be confirmed with control+shift+enter, not just with enter.