Hi Guys.
Here is what I'm dealing with now. I need to check if the row follows the multiple criteria:
[TABLE="width: 320"]
<tbody>[TR]
[TD]Status (column)[/TD]
[TD]Prio (column)[/TD]
[TD]Days (column)[/TD]
[/TR]
[TR]
[TD]a[/TD]
[TD]1[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]b[/TD]
[TD]1[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]a[/TD]
[TD]2[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]b[/TD]
[TD]2[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]a[/TD]
[TD]3[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]b[/TD]
[TD]3[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]a[/TD]
[TD]4[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]b[/TD]
[TD]4[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]c[/TD]
[TD][/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]d[/TD]
[TD][/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]e[/TD]
[TD][/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]f[/TD]
[TD][/TD]
[TD]7[/TD]
[/TR]
</tbody>[/TABLE]
To explain, the row should have:
status a, prio 1 and days 2,
or
status b, prio 1 and days 2
or... so on so on until the end of table.
I was able to use DCOUNTA formula to count the number of rows following that set of criteria, however what I need to achieve is to know for each row, if it follows the requirements or not. Anyone could help?
Thx in advance.
Here is what I'm dealing with now. I need to check if the row follows the multiple criteria:
[TABLE="width: 320"]
<tbody>[TR]
[TD]Status (column)[/TD]
[TD]Prio (column)[/TD]
[TD]Days (column)[/TD]
[/TR]
[TR]
[TD]a[/TD]
[TD]1[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]b[/TD]
[TD]1[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]a[/TD]
[TD]2[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]b[/TD]
[TD]2[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]a[/TD]
[TD]3[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]b[/TD]
[TD]3[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]a[/TD]
[TD]4[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]b[/TD]
[TD]4[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]c[/TD]
[TD][/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]d[/TD]
[TD][/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]e[/TD]
[TD][/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]f[/TD]
[TD][/TD]
[TD]7[/TD]
[/TR]
</tbody>[/TABLE]
To explain, the row should have:
status a, prio 1 and days 2,
or
status b, prio 1 and days 2
or... so on so on until the end of table.
I was able to use DCOUNTA formula to count the number of rows following that set of criteria, however what I need to achieve is to know for each row, if it follows the requirements or not. Anyone could help?
Thx in advance.