Helllllllo,
I have been using the formula below to count the number of times a particular string in the RAW DATA! sheet has been selected to use and I need to determine the count for each month and for each city with the selected criteria.
SO, ive used the formula below that counts how many times the user inputted LA in column B, California in column E and if its the month of Jan 2015 in column C. But if I wanted to find it for Feb I'd have to change the MONTH 1 to 2 and then for March 2 to 3 and so forth. It becomes waayyyy to slow and inefficient when you have to do so for a number of other fields.
=SUMPRODUCT(1*(MONTH('Raw Data'!C7:C24374)=1)*(1*(YEAR('Raw Data'!C7:C24374)=2015)*('Raw Data'!B7:B24374="LA")*('Raw Data'!E7:E24374="California")))
IS there anyway I can have it so the formula just determines the month from the raw data sheet and inputs the count in the desired cell box in another sheet? OR something more efficient then what I have?
I have been using the formula below to count the number of times a particular string in the RAW DATA! sheet has been selected to use and I need to determine the count for each month and for each city with the selected criteria.
SO, ive used the formula below that counts how many times the user inputted LA in column B, California in column E and if its the month of Jan 2015 in column C. But if I wanted to find it for Feb I'd have to change the MONTH 1 to 2 and then for March 2 to 3 and so forth. It becomes waayyyy to slow and inefficient when you have to do so for a number of other fields.
=SUMPRODUCT(1*(MONTH('Raw Data'!C7:C24374)=1)*(1*(YEAR('Raw Data'!C7:C24374)=2015)*('Raw Data'!B7:B24374="LA")*('Raw Data'!E7:E24374="California")))
IS there anyway I can have it so the formula just determines the month from the raw data sheet and inputs the count in the desired cell box in another sheet? OR something more efficient then what I have?