Need help with a index and match function combined with a sumif function

Brass Contributor

Hello,

 

I'm looking for help with creating a formula that will pull data from another worksheet.

 

So, what I'm looking for is on the "placing orders template" (which is a spreadsheet I'm using to see if we need to buy materials that we are low on in inventory). I need a column to pull data from the other spreadsheet which is a log that contains all of our purchase orders that shows also the status of these orders, which is located on the column that is labeled "status" which is highlighted in orange.

 

The formula I was originally trying was an IF statement nesting an index and match function to pull the orders where the status is "waiting for confirmation," "confirmed," "shipping date confirmed," combined with a sumif to sum those qtys that are linked to that particular part number (labeled "P/N" in the placing orders template"), when a part number is populated on the "placing orders template." The whole intention I have with this is to pull the qtys that I have actually placed to our suppliers, to show what we currently have "on order" in our supplier pipeline.

 

Again I tried using an IF statement along with an index and match function as the logical statement to identify the status of the order, along with a sumif to sum the associated part number if it meets those constraints from the index and match. Although, this was unsuccessful. Not sure if the logic I'm using is compatible with the syntax I'm using.

 

If someone can give me a hand on this problem, that would be much appreciated.

 

Let me know if there needs to be any additional explanation.

Thanks.

 

 

 

0 Replies