Hi,
I have some data that I need to summarise. I need to summarise the number of orders within a certain date range and then further break it down by whether the order has been shipped, it's on track etc. The orders are broken down by items so the same order number will appear several times. However I need a formula that will exclude duplicates (eg. If PO0100 is listed 10 times I only want it to count it once).
I will need multiple formulas as I need to first show the total number of orders then under that show the total number of overdue orders (based on the current date) then total orders shipped etc. I will display this data in an overview sheet in the same workbook as the data.
I have 3 columns to pull the data from: order number column (A), due date column (G) and status column (N) - this shows whether it's been shipped, received etc. The status column will include blank cells where the status is not yet known. The data will also change so I need to be able to code the columns like A:A instead of A2:A500 for example. Each column also has a header eg. PO Number.
I'm having trouble finding a formula that will work. Any help would be appreciated.
I have some data that I need to summarise. I need to summarise the number of orders within a certain date range and then further break it down by whether the order has been shipped, it's on track etc. The orders are broken down by items so the same order number will appear several times. However I need a formula that will exclude duplicates (eg. If PO0100 is listed 10 times I only want it to count it once).
I will need multiple formulas as I need to first show the total number of orders then under that show the total number of overdue orders (based on the current date) then total orders shipped etc. I will display this data in an overview sheet in the same workbook as the data.
I have 3 columns to pull the data from: order number column (A), due date column (G) and status column (N) - this shows whether it's been shipped, received etc. The status column will include blank cells where the status is not yet known. The data will also change so I need to be able to code the columns like A:A instead of A2:A500 for example. Each column also has a header eg. PO Number.
I'm having trouble finding a formula that will work. Any help would be appreciated.