Hello -
I was under the impression that COUNTIFS work the same way as SUMIFS but I think I'm wrong because SUMIFS start with a SUMRANGE, then the criteria, where the COUNTIFS statement does not begin with a COUNTRANGE but rather the criteria...
Here's an example of what I'm trying to do:
Cells B2, B3, and B4 are user defined.
With the values entered in these cels, I want to count how many times a cell value ends with the word "Forgot". I know I can use wildcards for that, but it's the criteria I'm struggling with.
Basically, in this example, I want it to tell me how many times "Forgot" shows in in columns E and F, when column D matches the input in B2 and when the date in Column G is equal to or greater than the Start Date in B3, but less than or equal to the End Date in B4.
I have highlighted the instances where that should be counted in this example... so I would want it to return a value of "3", because those instances of "Forgot" occured in store 341, between the dates of 1/8 and 1/20.
And thanks again in advance for the help from the community here.
I'm working on a pretty cool project to unviel at a meeting next week. I know what all I want it to do, but getting it to do it is the hard part with the limited knowledge of excel that I have. I'm kind of learning as I go.
I was under the impression that COUNTIFS work the same way as SUMIFS but I think I'm wrong because SUMIFS start with a SUMRANGE, then the criteria, where the COUNTIFS statement does not begin with a COUNTRANGE but rather the criteria...
Here's an example of what I'm trying to do:
Cells B2, B3, and B4 are user defined.
With the values entered in these cels, I want to count how many times a cell value ends with the word "Forgot". I know I can use wildcards for that, but it's the criteria I'm struggling with.
Basically, in this example, I want it to tell me how many times "Forgot" shows in in columns E and F, when column D matches the input in B2 and when the date in Column G is equal to or greater than the Start Date in B3, but less than or equal to the End Date in B4.
I have highlighted the instances where that should be counted in this example... so I would want it to return a value of "3", because those instances of "Forgot" occured in store 341, between the dates of 1/8 and 1/20.
And thanks again in advance for the help from the community here.
I'm working on a pretty cool project to unviel at a meeting next week. I know what all I want it to do, but getting it to do it is the hard part with the limited knowledge of excel that I have. I'm kind of learning as I go.