queenjauvier
New Member
- Joined
- Jan 2, 2018
- Messages
- 3
[FONT="]The problem that I am having with the countifs function is that the function is seemingly counting less than it should. Each function has the same syntax, expressions, and operators in it, so there should be a great deal of variability that seems improbable Furthermore, Each function is counting numbers from the same body of values, so that shouldn't affect it. An example of one of the functions is this:[/FONT]
[FONT="]=SUM(COUNTIFS(M14:BQR14,"<"&B4+(B5*B11),M15:BQR15,">"&C4+(C5*B11),M16:BQR16,"<"&D4+(D5*B11))+COUNTIFS(M14:BQR14,">"&B4+(B5*B11),M15:BQR15,">"&C4+(C5*B11),M16:BQR16,"<"&D4+(D5*B11))+COUNTIFS(M14:BQR14,">"&B4+(B5*B11),M15:BQR15,">"&C4+(C5*B11),M16:BQR16,">"&D4+(D5*B11)))[/FONT]
[FONT="]And then the problematic function is this: [/FONT]
[FONT="]=SUM(COUNTIFS(M14:BQR14,"<"&B4+(B5*C11),M15:BQR15,">"&C4+(C5*C11),M16:BQR16,"<"&D4+(D5*C11))+COUNTIFS(M14:BQR14,">"&B4+(B5*C11),M15:BQR15,">"&C4+(C5*C11),M16:BQR16,"<"&D4+(D5*C11))+COUNTIFS(M14:BQR14,">"&B4+(B5*C11),M15:BQR15,">"&C4+(C5*C11),M16:BQR16,">"&D4+(D5*C11)))[/FONT]
[FONT="]In the first function, it computes a total count of 1727, and the values computed in the criteria are larger, but then in the second function, the function computes a total count of 1725, and the values computed in the criteria are smaller. The count total shouldn't be reducing, right?[/FONT]
[FONT="]I can explain more if I'm missing some crucial information, thanks![/FONT]
[FONT="]=SUM(COUNTIFS(M14:BQR14,"<"&B4+(B5*B11),M15:BQR15,">"&C4+(C5*B11),M16:BQR16,"<"&D4+(D5*B11))+COUNTIFS(M14:BQR14,">"&B4+(B5*B11),M15:BQR15,">"&C4+(C5*B11),M16:BQR16,"<"&D4+(D5*B11))+COUNTIFS(M14:BQR14,">"&B4+(B5*B11),M15:BQR15,">"&C4+(C5*B11),M16:BQR16,">"&D4+(D5*B11)))[/FONT]
[FONT="]And then the problematic function is this: [/FONT]
[FONT="]=SUM(COUNTIFS(M14:BQR14,"<"&B4+(B5*C11),M15:BQR15,">"&C4+(C5*C11),M16:BQR16,"<"&D4+(D5*C11))+COUNTIFS(M14:BQR14,">"&B4+(B5*C11),M15:BQR15,">"&C4+(C5*C11),M16:BQR16,"<"&D4+(D5*C11))+COUNTIFS(M14:BQR14,">"&B4+(B5*C11),M15:BQR15,">"&C4+(C5*C11),M16:BQR16,">"&D4+(D5*C11)))[/FONT]
[FONT="]In the first function, it computes a total count of 1727, and the values computed in the criteria are larger, but then in the second function, the function computes a total count of 1725, and the values computed in the criteria are smaller. The count total shouldn't be reducing, right?[/FONT]
[FONT="]I can explain more if I'm missing some crucial information, thanks![/FONT]