My Google Fu is failing. OCUK - can you help?
I have a list of sales quotations issued by my team. As well as other info, each line recorded has a date (column A) (Format Example: 29/05/2012) and in another column a status, i.e. "Won"
I'm currently using this formula;
Which counts how many quotations have been done in a given month, effectively it just counts the occurences of "MMYYYY" to a given request, i.e. 052012 for May 2012
I now need to count how many of those counted in a particular month have a status of "Won", in column H.
Suggestions?
I have a list of sales quotations issued by my team. As well as other info, each line recorded has a date (column A) (Format Example: 29/05/2012) and in another column a status, i.e. "Won"
I'm currently using this formula;
Code:
=SUMPRODUCT(--(TEXT(Table3[[#All],[DATE]],"MMYYYY")="012013"))
Which counts how many quotations have been done in a given month, effectively it just counts the occurences of "MMYYYY" to a given request, i.e. 052012 for May 2012
I now need to count how many of those counted in a particular month have a status of "Won", in column H.
Suggestions?