Hello,
I'm trying to Count a range of cells (ex: Col C) that starts with "ABC" if it's in a certain month or date range (Col B)
I have a helper column for the dates, so if Col A is = January 5, then Col B = 1, Col A = February 13, then Col B = 2 etc.
Sample Data would look like this:
Col A----------Col B----Col C
Jan 1, 2015 ----1----ABC123
Jan 20, 2015----1----XYZ342
Feb 15, 2015----2----LMK543
Mar 18, 2015----3----QWE653
Is there a way to count the cells in Col C that start with ABC that belong to the month of January? Kinda of looking for something similar to the SumIF function but with a count and reading strings
Hope that's clear, thank you in advance for your help.
Steve
Running Crystal 11 - 14.0.2.364
I'm trying to Count a range of cells (ex: Col C) that starts with "ABC" if it's in a certain month or date range (Col B)
I have a helper column for the dates, so if Col A is = January 5, then Col B = 1, Col A = February 13, then Col B = 2 etc.
Sample Data would look like this:
Col A----------Col B----Col C
Jan 1, 2015 ----1----ABC123
Jan 20, 2015----1----XYZ342
Feb 15, 2015----2----LMK543
Mar 18, 2015----3----QWE653
Is there a way to count the cells in Col C that start with ABC that belong to the month of January? Kinda of looking for something similar to the SumIF function but with a count and reading strings
Hope that's clear, thank you in advance for your help.
Steve
Running Crystal 11 - 14.0.2.364