Checking when inventory is available for sales order

CoffeeBean99

New Member
Joined
Nov 11, 2021
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hi,
I'm looking for a way to indicate that the entire sales order in Column A and the required qty for this order in Column C can be fulfilled with the inventory available from Column C. The criteria is that the entire sales order (all cells with same sales order value) must have qty available from column C for that specific column. I'm falling flat on finding a solution to this, any help would be appreciated!
 

Attachments

  • test SO data.png
    test SO data.png
    47.7 KB · Views: 12

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
How about if you add a helper column to check each sku... and then you just use a pivot table that tells you by ORDER number if it is ready

something like this : in the example I give we see that order #2 is not ready to go ( sku B does not have enough on hand )
 

Attachments

  • Screenshot 2021-11-11 154424.jpg
    Screenshot 2021-11-11 154424.jpg
    64.4 KB · Views: 13
Upvote 0
Solution
How about if you add a helper column to check each sku... and then you just use a pivot table that tells you by ORDER number if it is ready

something like this : in the example I give we see that order #2 is not ready to go ( sku B does not have enough on hand )
Ah! I knew it would be something simple - thank you!
 
Upvote 0

Forum statistics

Threads
1,216,028
Messages
6,128,395
Members
449,446
Latest member
CodeCybear

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top