Hello,
I am trying to be able to better identify shortages without as many steps for other users that are not as fluent in excel. Currently, all I do is take my sales order filter down to 3-4 weeks and run a combination script:
Sub CombineRows()
'Updated 20150511
Dim WorkRng As Range
Dim Dic...