Percentage with Multiple Criteria
Hello,
I want to see if there is a more efficient formula to do this.
There are multiple order lines and I want to find out what the percentage of shipped items for that order, but it seems like a slow formula. Any thoughts on how I can make this better?
=IFERROR(COUNTIFS([Sales Order #]:[Sales Order #], [Sales Order #]@row, [Shipped Complete]:[Shipped Complete], @cell = "Yes") / COUNTIF([Sales Order #]:[Sales Order #], [Sales Order #]@row), "")
Answers
-
-
Thank you @Paul Newcome . I have a sheet that has 6000 lines and using that formula gives me this error message. It's the only formula I have on the sheet.
-
Unfortunately that limitation cannot be expanded to allow for additional references. You will need to find a way to break down the data whether it be by moving some rows to a different sheet or by grouping entries by (for example) Sales Order #, indenting all of the matching sales orders under the parent row, then leveraging hierarchy functions such as CHILDREN.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.3K Get Help
- 462 Global Discussions
- 156 Industry Talk
- 508 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 517 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!