I have data sheet format as below.
A B C
1 Name | 06/01/2023 | 06/02/2023 and so on for all dates.
2 Sam 2 3
3 Sam 0 2
4 Dan 2 3
5 Sam 4 0
6 Ram 3 1
I need output as below. Need countifs formula which will take counts with conditions as per date entered in first row. If the dates are changed then the count should be taken from the respective date column of the data sheet.
A B C
1 06/01/2023 | 06/01/2023 and so on for all dates.
2 Name count of records<3 | count of records Between 3 to 5
3 Sam <Formula> =2 | <Formula> =1
4 Ram <Formula> = 0 | <Formula> = 1
5 Dan <Formula> = 1 | <Formula> =0
A B C
1 Name | 06/01/2023 | 06/02/2023 and so on for all dates.
2 Sam 2 3
3 Sam 0 2
4 Dan 2 3
5 Sam 4 0
6 Ram 3 1
I need output as below. Need countifs formula which will take counts with conditions as per date entered in first row. If the dates are changed then the count should be taken from the respective date column of the data sheet.
A B C
1 06/01/2023 | 06/01/2023 and so on for all dates.
2 Name count of records<3 | count of records Between 3 to 5
3 Sam <Formula> =2 | <Formula> =1
4 Ram <Formula> = 0 | <Formula> = 1
5 Dan <Formula> = 1 | <Formula> =0