Hi All,
I have been having the following problem and need I say a lot of help:
I have a excel spreadsheet that tracks works via sheets:
Date Range 01/09/2017 to 30/09/2017
Sheet No. Name Date Inputted Hours Inputted Date Submitted Hours Submitted Date Approved Approved Hours
1234 Joe 24-08-17 10 24-08-17 10 01-09-17 10
1234 Karen 30-09-17 10 30-09-17 10 02-09-17 10
1526 Mark 01-09-17 10 01-09-17 10 15-09-17 8
1247 Peter 03-09-17 12 03-09-17 12 08-09-17 10
1526 Cathy 15-09-17 10 15-09-17 10 23-09-17 10
1841 Chloe 23-09-17 10 23-09-17 10
1573 Fred 30-09-17 12
I need to produce reports for each month that shows:
How many sheets for the month,
How many sheets have been inputted,
How many sheets have been approved.
I have been trying but it seems not to capture the correct amounts:
=SUM(--(FREQUENCY(IF($C:$C>=$B$1,IF($C:$C<=$D$1,$A:$A)),$A:$A)>0))
=SUM(--(FREQUENCY(IF($C:$C>=$B$1,IF($C:$C<=$D$1,$A:$A,IF(E:E>=B1,E:E<=D1))),$A:$A)>0))
=SUM(--(FREQUENCY(IF($C:$C>=$B$1,IF($C:$C<=$D$1,$A:$A,IF(G:G>=B1,G:G<=D1))),$A:$A)>0))
Please help...
Bookmarks