G
Guest
Anybody have any idea how to solve a double countif problem.
eg. Row 1 ---> O B A C O D O
Row 2 ---> D A W M S D D A A
I need to do a count based on the conditions of having an "O" in row#1 and also that "O" observation being an "D" in row#2. In the simpliest case, =countif(row1,"=O") would do the job, but I don't know how to solve the problem when Row2 is introduced. Only idea is to insert another row with a formula serving as a filter.
Anybody have any ideas using formuls or VB code to solve the problem. Many thanks to all!
eg. Row 1 ---> O B A C O D O
Row 2 ---> D A W M S D D A A
I need to do a count based on the conditions of having an "O" in row#1 and also that "O" observation being an "D" in row#2. In the simpliest case, =countif(row1,"=O") would do the job, but I don't know how to solve the problem when Row2 is introduced. Only idea is to insert another row with a formula serving as a filter.
Anybody have any ideas using formuls or VB code to solve the problem. Many thanks to all!