Captain Quinoa
Footballguy
I'm sure that I'm missing something obvious here, but I can't make this work.
Say on Sheet1 I have downloaded all of my open orders so each row represents an open order line. On Sheet2 I want to display this by item. So I have my part numbers listed in a column and I use a SUMIFS to total up the orders by item. Now I want to show how many are past due. So I add 'Sheet1'!$F:$F,"<6/22/2015" to the SUMIFS so that it only pulls orders due prior to today. This works fine, but is there a way to automate it using TODAY() or something else so that I don't have to go in every day and change the date in the formula?
TIA
Say on Sheet1 I have downloaded all of my open orders so each row represents an open order line. On Sheet2 I want to display this by item. So I have my part numbers listed in a column and I use a SUMIFS to total up the orders by item. Now I want to show how many are past due. So I add 'Sheet1'!$F:$F,"<6/22/2015" to the SUMIFS so that it only pulls orders due prior to today. This works fine, but is there a way to automate it using TODAY() or something else so that I don't have to go in every day and change the date in the formula?
TIA