merryperson
Board Regular
- Joined
- Apr 27, 2005
- Messages
- 72
Hi
i have analysed the data I have to produce a table showing the number of cases received and cleared each month based on converting the date field into months.
I now have a problem because the 12 months has gone round and now I have April repeating itself so I need to add the year to the spreadsheet.
I was going to create a hidden column in the date to use the year formula and show whether its 2017 or 2018.I was then going to add the year to the results tab but I am struggling to do this.
Hopefully the example below will show what I am trying to do
This is the results table pulled from columns showing two date columns received and cleared
The formula I have used to collate the data is
=SUMPRODUCT(--(ISNUMBER('CT Work'!$J$2:$J$1058)),--(MONTH('CT Work'!$J$2:$J$1058)=4))
What is the beat way to collate date for April 2018 as i already have April 2018
Month Received Cleared
April 2 3
May 3 5
June 6 7
July 3 8
August 3 4
Sept 5 5
Oct 7 7
Nov 8 9
Dec 8 7
Jan 3 4
Feb 5 7
March 6 7
April 2019
Please advise
Many thanks
i have analysed the data I have to produce a table showing the number of cases received and cleared each month based on converting the date field into months.
I now have a problem because the 12 months has gone round and now I have April repeating itself so I need to add the year to the spreadsheet.
I was going to create a hidden column in the date to use the year formula and show whether its 2017 or 2018.I was then going to add the year to the results tab but I am struggling to do this.
Hopefully the example below will show what I am trying to do
This is the results table pulled from columns showing two date columns received and cleared
The formula I have used to collate the data is
=SUMPRODUCT(--(ISNUMBER('CT Work'!$J$2:$J$1058)),--(MONTH('CT Work'!$J$2:$J$1058)=4))
What is the beat way to collate date for April 2018 as i already have April 2018
Month Received Cleared
April 2 3
May 3 5
June 6 7
July 3 8
August 3 4
Sept 5 5
Oct 7 7
Nov 8 9
Dec 8 7
Jan 3 4
Feb 5 7
March 6 7
April 2019
Please advise
Many thanks