redspanna
Well-known Member
- Joined
- Jul 27, 2005
- Messages
- 1,577
- Office Version
-
- 365
- Platform
-
- Windows
Hi all
I would like a formula that will check thru range B4:B250 of the 'schedule' sheet for a match to the word "BELL", then count the occasions "M" and "M1" appear thru range C4:C250
I have a SUMPRODUCT formula that works for one of the criteria but unsure how to get it to count both 'M' and 'M1'
any help appreciated
I would like a formula that will check thru range B4:B250 of the 'schedule' sheet for a match to the word "BELL", then count the occasions "M" and "M1" appear thru range C4:C250
I have a SUMPRODUCT formula that works for one of the criteria but unsure how to get it to count both 'M' and 'M1'
Code:
=SUMPRODUCT((Schedule!B4:B250="BELL")*(Schedule!C4:C250="M"))
any help appreciated