My underlying issue is that I'm trying to count cells that begin with a certain number. The data that is present in my SubCategory column is a picklist. Examples:
- 106 COST BILLED IN ERROR
- 110 FAILURE TO PURSUE PAYMENT AFTER INVOICE SUBMISSION
- 201 CLIENT FAILED TO COMMUNICATE WITH FIRM
- 207 PER CLIENT - COST IS NOT BILLABLE
So, I'm looking to count everything that begins with "1" or "2" and so on.
My first attempt was to create another column with a formula for "left" that pulled the first digit from the SubCategory column. However, when I do my Countif, the results are 0. I believe the Countif is looking at the formula & not the value.
Any suggestions on how to deal with this?