mattyblueice
Board Regular
- Joined
- Jul 24, 2014
- Messages
- 87
- Office Version
- 365
- Platform
- MacOS
Hello, I have a order processing spreadsheet that lists the results of the system trying to fulfill orders. If the order is processed successfully the order status is "Successful", if it failed then its "Failed" and then it will retry two more time to process the order before it will be "Abandoned". The issue is that the system is not always flagging failed orders as abandoned and essentially is in limbo. There are processing times that go along with the system fulfillments
What I need to do is count the number of unique values (order numbers) and what their status was on the last time the system tried to process that order. So I want a count of orders whose last status was "Successful" and another cell for 'Failed" (which will capture orders in limbo) and "Abandoned". I am trying a combination of Sum Product, Countifs and Max but i can't figure out how to put it all together. Any suggestions please?
Thanks
Matt
What I need to do is count the number of unique values (order numbers) and what their status was on the last time the system tried to process that order. So I want a count of orders whose last status was "Successful" and another cell for 'Failed" (which will capture orders in limbo) and "Abandoned". I am trying a combination of Sum Product, Countifs and Max but i can't figure out how to put it all together. Any suggestions please?
Thanks
Matt