D
dmaslen
I have the following data set, and I want to use database functions t
count the number of rows where any of the responses contain a valu
less than or equal to 4. The result should be 5. I have tried using th
DCOUNT function, but can't figure out how to get it to understand a
"OR" statement, i.e. Response 1 <=4 OR Response 2 <=4 OR Response 3 <=
OR Reponse 4 <=4
Type Response 1 Response 2 Response 3 Response 4
0 1 2 5 6
1 5 4 1 7
2 1 5 6 8
2 8 6 3 5
1 9 5 4 3
0 9 8 7 6
I need a function that is something like:
=DCOUNT(MasterDatabase,A1,G6:G10) where MasterDatabase is my datase
A1:E7, and G6:G10 is the "OR" criteria that will count any respons
that has a value of 4 or less.
Any suggestions?
Dav
count the number of rows where any of the responses contain a valu
less than or equal to 4. The result should be 5. I have tried using th
DCOUNT function, but can't figure out how to get it to understand a
"OR" statement, i.e. Response 1 <=4 OR Response 2 <=4 OR Response 3 <=
OR Reponse 4 <=4
Type Response 1 Response 2 Response 3 Response 4
0 1 2 5 6
1 5 4 1 7
2 1 5 6 8
2 8 6 3 5
1 9 5 4 3
0 9 8 7 6
I need a function that is something like:
=DCOUNT(MasterDatabase,A1,G6:G10) where MasterDatabase is my datase
A1:E7, and G6:G10 is the "OR" criteria that will count any respons
that has a value of 4 or less.
Any suggestions?
Dav