Videos
Hi! I want to show what value each company store uses the most when rejecting an online order. This is the criteria I need: If the Week ID = 12/2, And the Store = Store 1, And the Fulfillment Type = Rejected, Then return the mode for Rejection Code. Pic attached. The value I'm looking for based on this example is 2, as the store used 2 twice and 3 once. I've tried the MODE.SNGL function but can't get it to work with multiple IF requirements. I’m using Excel from Microsoft 365. Thanks!
https://imgur.com/a/BO3VPnA
You should be able to use =MODE(FILTER())
Edit: this doesn't account for the possibility of errors (what happens if there are multiple modes?).
A more robust example: =MODE(FILTER(D:D,((A:A="12/2/2023")*(B:B=1)*(C:C="Rejected")),0))
u/Perfect_Stress9468 - Your post was submitted successfully.
-
Once your problem is solved, reply to the answer(s) saying
Solution Verifiedto close the thread. -
Follow the submission rules -- particularly 1 and 2. To fix the body, click edit. To fix your title, delete and re-post.
-
Include your Excel version and all other relevant information
Failing to follow these steps may result in your post being removed without warning.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.