C
cpliu
In general the following formula works for basic calculation :
between 20 to 29: =COUNTIF($D$2:$D$6566,">=20")-COUNTIF($D$2:$D
$6566,">30")
between 30 to 39: =COUNTIF($D$2:$D$6566,">=30")-COUNTIF($D$2:$D
$6566,">39")
...
old than 60: =COUNTIF($D$2:$D$6566,">=60")
One big problem is the HR data has more detail in age that althogh it
show 30, it can be 29.4 when you select the cell. Data like this (e.g.
39.6, 49.6) will not be covered in any group. How can I format the
numbers to be round-up integer numbers. If over .5 it goes to the next
number, if below .5, it takes .x away?
I have 2 other criteria (groups) I need to consider which I'm not sure
how to include:
Male vs Female,
Sales vs Service
Thanks for the help,
between 20 to 29: =COUNTIF($D$2:$D$6566,">=20")-COUNTIF($D$2:$D
$6566,">30")
between 30 to 39: =COUNTIF($D$2:$D$6566,">=30")-COUNTIF($D$2:$D
$6566,">39")
...
old than 60: =COUNTIF($D$2:$D$6566,">=60")
One big problem is the HR data has more detail in age that althogh it
show 30, it can be 29.4 when you select the cell. Data like this (e.g.
39.6, 49.6) will not be covered in any group. How can I format the
numbers to be round-up integer numbers. If over .5 it goes to the next
number, if below .5, it takes .x away?
I have 2 other criteria (groups) I need to consider which I'm not sure
how to include:
Male vs Female,
Sales vs Service
Thanks for the help,