Hello,
I am gathering a large amount of data and from that data I need to extract the following:
One column has values ranging from 1 to 20 lets say A1:A500, and the 2nd column has the same values ranging from 1 to 20 (B1:B500).
What I need to do is check if say A1 or B1 is less than 11. If they are both less than 11 then it is not counted. If only one is less than 11 they it is counted. The formula then needs to do the same for all cells A2:B2, A3:B3 etc etc
Looking at the 2 columns below here is what I mean. A1 is 15 and B1 is 17 so neither count. A2 is 4 and B2 is 6 so again neither should count. A3 is 23 and A3 is 2. Only one of these is below 11 and thus would increment the count
Going through the entries below I would expect a value of 5 to be returned. Apologies for the drawn out explanation. Thanks for your help in advance.
[TABLE="width: 279"]
<tbody>[TR]
[TD]15
[/TD]
[TD]17
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]6
[/TD]
[/TR]
[TR]
[TD]23
[/TD]
[TD]2
[/TD]
[/TR]
[TR]
[TD]17
[/TD]
[TD]12
[/TD]
[/TR]
[TR]
[TD]19
[/TD]
[TD]16
[/TD]
[/TR]
[TR]
[TD]18
[/TD]
[TD]20
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]22
[/TD]
[TD]6
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]21
[/TD]
[/TR]
[TR]
[TD]13
[/TD]
[TD]7
[/TD]
[/TR]
[TR]
[TD]7
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]21
[/TD]
[TD]19
[/TD]
[/TR]
[TR]
[TD]14
[/TD]
[TD]8
[/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]9
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I am gathering a large amount of data and from that data I need to extract the following:
One column has values ranging from 1 to 20 lets say A1:A500, and the 2nd column has the same values ranging from 1 to 20 (B1:B500).
What I need to do is check if say A1 or B1 is less than 11. If they are both less than 11 then it is not counted. If only one is less than 11 they it is counted. The formula then needs to do the same for all cells A2:B2, A3:B3 etc etc
Looking at the 2 columns below here is what I mean. A1 is 15 and B1 is 17 so neither count. A2 is 4 and B2 is 6 so again neither should count. A3 is 23 and A3 is 2. Only one of these is below 11 and thus would increment the count
Going through the entries below I would expect a value of 5 to be returned. Apologies for the drawn out explanation. Thanks for your help in advance.
[TABLE="width: 279"]
<tbody>[TR]
[TD]15
[/TD]
[TD]17
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]6
[/TD]
[/TR]
[TR]
[TD]23
[/TD]
[TD]2
[/TD]
[/TR]
[TR]
[TD]17
[/TD]
[TD]12
[/TD]
[/TR]
[TR]
[TD]19
[/TD]
[TD]16
[/TD]
[/TR]
[TR]
[TD]18
[/TD]
[TD]20
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]22
[/TD]
[TD]6
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]21
[/TD]
[/TR]
[TR]
[TD]13
[/TD]
[TD]7
[/TD]
[/TR]
[TR]
[TD]7
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]21
[/TD]
[TD]19
[/TD]
[/TR]
[TR]
[TD]14
[/TD]
[TD]8
[/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]9
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]