A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
MattSteele12 wrote:
I am trying to run a countifs formula and am experiencing a strange error. Here is my formula:
=COUNTIFS(F1:F326569, "*5 Mealplan*", AX2:AX326569, "*PH Dinner*")
I agree that the error message is strange for the error that I see.
Both (all) ranges must be the same size and shape. Both ranges end with row 326569. But one range starts with row 1 (F1); the other with row 2 (AX2).
Change F1 to F2, or change AX2 to AX1.
[EDIT] I get a #VALUE error (reasonable!) when I have the simple error that I identified. So perhaps you have something else wrong, which is not apparent to me.