I am running a complex COUNTIFS formula, to return the total counts of plans, in another table, which meet a certain set of criteria. The COUNTIFS formula is built using INDIRECT as well as specific cell references. I have evolved this formula from a SUMPRODUCT, so I know it works. With the COUNTIFS version, however, sum of my plans end in "*", so that category always returns the total number of plans, instead of just match this specific one. For example...
List of plans to total:
Lightning *
Lightning A
Lightning B
Lightning C
Original Table totals:
Lightning * = 4
Lightning A = 3
Lightning B = 7
Lightning C = 6
My TOTALS table will show:
Lightning * = 20 <== ERROR!!!
Lightning A = 3
Lightning B = 7
Lightning C = 6
For the "Lightning *" category, it is treating the "*" like a wildcard, and I need it to only return the "4" that is the actual count I cannot type the actual plan name ("Lightning *") into the formulas, as I have a large list of plan names, so I am using a cell reference, to reference the name itself. This way, the formula is consistent and can be pasted down through the whole list of plans.
Any suggestions? I am using Excel 2010
Thanks Jill
List of plans to total:
Lightning *
Lightning A
Lightning B
Lightning C
Original Table totals:
Lightning * = 4
Lightning A = 3
Lightning B = 7
Lightning C = 6
My TOTALS table will show:
Lightning * = 20 <== ERROR!!!
Lightning A = 3
Lightning B = 7
Lightning C = 6
For the "Lightning *" category, it is treating the "*" like a wildcard, and I need it to only return the "4" that is the actual count I cannot type the actual plan name ("Lightning *") into the formulas, as I have a large list of plan names, so I am using a cell reference, to reference the name itself. This way, the formula is consistent and can be pasted down through the whole list of plans.
Any suggestions? I am using Excel 2010
Thanks Jill