COUNTIFS giving different results than applying filter on sheet
I am running into a problem on calculating total counts for months of the year based on a variety of variables.
I first was using count(distinct(collect to give me unique SKU's only, but the result was not correct. Since I wasn't sure if the variables changing on different duplicate SKU's was causing the numbering screwups, I decided to live with duplicates and just use a COUNTIFS.
However I realized the COUNTIFS is also not giving correct results. I tested this by applying the same exact filters in my sheet, and its giving me a different number than the formula.
What am I doing wrong?
=COUNTIFS({SKU Detail - Parents}, <>11, {SKU Detail - Uncertain}, 0, {SKU Detail - 3D Handoff}, Month@row, {SKU Detail - Recolor}, <>"Existing", {SKU Detail - Reorder}, "")
Best Answer
-
solved....
I discovered <> does not consider blank cells. so that operator only works for column formulas that fill in data 100% otherwise you run risk of missing out on juicy stuff
Answers
-
solved....
I discovered <> does not consider blank cells. so that operator only works for column formulas that fill in data 100% otherwise you run risk of missing out on juicy stuff
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.7K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 468 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 64 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!