Dear All,
I would like to count number of unique values without duplicates and with condition.
I spent many hours to find some answers about my issue but there wasn't clear and helpful info.
Let me introduce the problem and below data:
A2&A3 - list of persons
D:E - dates where some action was made by person
B2&B3 - counting in how many days person did action without duplicated values (values entered manually and i want to do it using formula)
<tbody>
[TD="bgcolor: #cacaca, align: center"]1[/TD]
[TD="align: right"]2015-05-20[/TD]
[TD="bgcolor: #cacaca, align: center"]2[/TD]
[TD="bgcolor: #ff0000, align: center"]3[/TD]
[TD="align: right"]2015-05-20[/TD]
[TD="bgcolor: #cacaca, align: center"]3[/TD]
[TD="bgcolor: #ff0000, align: center"]2[/TD]
[TD="align: right"]2015-05-20[/TD]
[TD="bgcolor: #cacaca, align: center"]4[/TD]
[TD="align: right"]4[/TD]
[TD="align: right"]2015-05-19[/TD]
[TD="bgcolor: #cacaca, align: center"]5[/TD]
[TD="align: right"]2015-05-19[/TD]
[TD="bgcolor: #cacaca, align: center"]6[/TD]
[TD="align: right"]2015-05-18[/TD]
[TD="bgcolor: #cacaca, align: center"]7[/TD]
[TD="align: right"]2015-05-20[/TD]
[TD="bgcolor: #cacaca, align: center"]8[/TD]
[TD="align: right"]2015-05-21[/TD]
[TD="bgcolor: #cacaca, align: center"]9[/TD]
[TD="align: right"]2015-05-20[/TD]
[TD="bgcolor: #cacaca, align: center"]10[/TD]
[TD="align: right"]2015-05-20[/TD]
[TD="bgcolor: #cacaca, align: center"]11[/TD]
[TD="align: right"]2015-05-20[/TD]
[TD="bgcolor: #cacaca, align: center"]12[/TD]
[TD="align: right"]2015-05-20[/TD]
</tbody>
<tbody>
</tbody>
Excel tables to the web >> Excel Jeanie HTML 4
I would like to count number of unique values without duplicates and with condition.
I spent many hours to find some answers about my issue but there wasn't clear and helpful info.
Let me introduce the problem and below data:
A2&A3 - list of persons
D:E - dates where some action was made by person
B2&B3 - counting in how many days person did action without duplicated values (values entered manually and i want to do it using formula)
* | A | B | C | D | E |
person | no of days | * | aaa | ||
aaa | * | aaa | |||
bbb | * | aaa | |||
TOTAL | * | aaa | |||
* | * | * | aaa | ||
* | * | * | aaa | ||
* | * | * | bbb | ||
* | * | * | bbb | ||
* | * | * | bbb | ||
* | * | * | bbb | ||
* | * | * | bbb | ||
* | * | * | bbb |
<tbody>
[TD="bgcolor: #cacaca, align: center"]1[/TD]
[TD="align: right"]2015-05-20[/TD]
[TD="bgcolor: #cacaca, align: center"]2[/TD]
[TD="bgcolor: #ff0000, align: center"]3[/TD]
[TD="align: right"]2015-05-20[/TD]
[TD="bgcolor: #cacaca, align: center"]3[/TD]
[TD="bgcolor: #ff0000, align: center"]2[/TD]
[TD="align: right"]2015-05-20[/TD]
[TD="bgcolor: #cacaca, align: center"]4[/TD]
[TD="align: right"]4[/TD]
[TD="align: right"]2015-05-19[/TD]
[TD="bgcolor: #cacaca, align: center"]5[/TD]
[TD="align: right"]2015-05-19[/TD]
[TD="bgcolor: #cacaca, align: center"]6[/TD]
[TD="align: right"]2015-05-18[/TD]
[TD="bgcolor: #cacaca, align: center"]7[/TD]
[TD="align: right"]2015-05-20[/TD]
[TD="bgcolor: #cacaca, align: center"]8[/TD]
[TD="align: right"]2015-05-21[/TD]
[TD="bgcolor: #cacaca, align: center"]9[/TD]
[TD="align: right"]2015-05-20[/TD]
[TD="bgcolor: #cacaca, align: center"]10[/TD]
[TD="align: right"]2015-05-20[/TD]
[TD="bgcolor: #cacaca, align: center"]11[/TD]
[TD="align: right"]2015-05-20[/TD]
[TD="bgcolor: #cacaca, align: center"]12[/TD]
[TD="align: right"]2015-05-20[/TD]
</tbody>
Spreadsheet Formulas | ||||
<tbody> </tbody> |
<tbody>
</tbody>
Excel tables to the web >> Excel Jeanie HTML 4