Hi I need some help with the following problem.
I created the following formula:
{=COUNT(IF('Client Calls'!$J$9:$U$1046>=B6,
IF('Client Calls'!$J$9:$U$1046<
DATE(YEAR(B6),MONTH(B6)+1,DAY(B6)),
'Client Calls'!$J$9:$U$1046)))*0.8}
This has worked as needed and tells me how many calls are made between given dates.
However I now need to add a further argument to differentiate between different call types so for example Call type A, B etc but I still need the date format arguments in place.
Call type will be in 'Client Calls'!$a$9:$a$1046 and I want to count only the calls based on whichever I am looking for. So there may be 50 calls of type A which are then in a summary table still in date order.
I have been pondering how best to use a lookup argument or possibly index and match but cannot get my head around it.
Hopefully someone can help... Also I would have given a snippet but am not sure how to add pics to my post.
Thanks
I created the following formula:
{=COUNT(IF('Client Calls'!$J$9:$U$1046>=B6,
IF('Client Calls'!$J$9:$U$1046<
DATE(YEAR(B6),MONTH(B6)+1,DAY(B6)),
'Client Calls'!$J$9:$U$1046)))*0.8}
This has worked as needed and tells me how many calls are made between given dates.
However I now need to add a further argument to differentiate between different call types so for example Call type A, B etc but I still need the date format arguments in place.
Call type will be in 'Client Calls'!$a$9:$a$1046 and I want to count only the calls based on whichever I am looking for. So there may be 50 calls of type A which are then in a summary table still in date order.
I have been pondering how best to use a lookup argument or possibly index and match but cannot get my head around it.
Hopefully someone can help... Also I would have given a snippet but am not sure how to add pics to my post.
Thanks