Using Countif and And together?
I am looking for some help on this one.
I need to be able to find duplicates but only under specific conditions. For example, I have a list of SKUs as one column, and a second of the order status of that item. I need to know when multiple of the same SKU are in the same step of the process. So, instead of using =COUNTIFS($[SKU]:$[SKU], [SKU]) to count the duplicates of the same SKU, I need to add something in there so that it counts duplicate SKUs but ONLY if the Process column says "processing " for example.
Thanks,
Brett
Comments
-
I don't see enough info for me to actually build you a formula, but what you want is
=count(collect([insert info here]))
Use collect to return a list of values that match your criteria then use count to find how many match.
Pay attention to the input format of collect as it is a little weird.
collect(row to return values from, row to check, criteria to check, row to check, criteria to check)
https://help.smartsheet.com/function/collect
-
Hey Luke,
Thank you for the response. I have provided a screen shot for a rough example, to maybe get a better idea of the formula.
Thanks for your help,
Brett
-
Alright I misunderstood. You don't need the collect then.
=COUNTIFS(SKU:SKU, SKU@row, Status:Status, Status@row)
-
Brett~
There is a much cleaner way of doing this by creating a new sheet with all your SKU's listed and then referencing the original sheet to get a count. Then, you would be able to run reports easily, or just look at the SKU summary to see a quick count of all pending orders.
What you're requesting would not be ideal as it will have the same count on every line of your sheet, making reporting on the sheet a nightmare.
I added a snip to show you a very simple SKU summary page.
Hope this helps!
ddietz
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!