Forum Discussion

coltenpratt's avatar
coltenpratt
Copper Contributor
Mar 21, 2021
Solved

Need help figuring an Excel formula for order fulfillment

Please see attached images of the 2 spreadsheets containing data..   Essentially what I want to do is calculate in row "T" how many trays total needed to fulfill the orders placed by customers, per...
  • mathetes's avatar
    mathetes
    Mar 23, 2021

    coltenpratt 

     

    I hope you have the most recent version of Excel. I use the recently introduced function UNIQUE in this version. Use it twice, first to produce a summary of the dollars of each customer's order; second to produce a list of the products involved in all the orders, from that the total product quantity, and from that the total number of "growing trays" needed.

     

    I added three columns (by the way, you have used the word "column" where the real word is "row" ...a vertical array of cells is a column, a horizontal array is a row)...I added three columns just to make clear the progression. I'm sure it'd be possible to consolidate all those into a single formula, but that kind of "behind the scenes magic" isn't clear to you, the user. This is therefore more maintainable by you.

     

    Let me know if this works.

     

Resources