G
Gord
Here is an odd one...
My company tracks several types of sales in a spreadsheet. On the same
page we have all these sales from the entire year. It's not pratical
to break them down by month. Using & and countif, I have got a way to
count the transactions by type, by month.
In one cell we report the date {call it A1}, in another the month ONLY
{B12}, and in a third the transaction type {C13}. In another hidden
cell I have B1&C1 and the countif funtion refers to the hidden colum
counting if D1=JANTYPE1.
Is there an eaiser way to count the contents of a cell depending on the
value of another cell in the same row? Basically, I could see it
spelled out as:
Count if the value of cell C1 = Type1 IF Cell A1 happened in the month
of Jan.
Problem is this sheet will have over 1000 rows of data entered on it.
Perhaps with some sort of named range that is dynamic depending on the
date in A?
My company tracks several types of sales in a spreadsheet. On the same
page we have all these sales from the entire year. It's not pratical
to break them down by month. Using & and countif, I have got a way to
count the transactions by type, by month.
In one cell we report the date {call it A1}, in another the month ONLY
{B12}, and in a third the transaction type {C13}. In another hidden
cell I have B1&C1 and the countif funtion refers to the hidden colum
counting if D1=JANTYPE1.
Is there an eaiser way to count the contents of a cell depending on the
value of another cell in the same row? Basically, I could see it
spelled out as:
Count if the value of cell C1 = Type1 IF Cell A1 happened in the month
of Jan.
Problem is this sheet will have over 1000 rows of data entered on it.
Perhaps with some sort of named range that is dynamic depending on the
date in A?