I created a table to record ordering items, and have 2 columns (a Date, and a Qty) for each week of the year, per quarter, to record the Date Ordered and Quantity Ordered. I have 2 columns (at the end of each quarter) which I want the Last Date Ordered to appear in one column, and Last QTY Ordered to appear in another column.
I have the headers labeled (WK 1 Order Date, WK 1 Order QTY; WK 2 Order Date, WK 2 Order QTY... through Week 13 (for the qtr). At end of each quarter, I want the Last Date Ordered column to display only the last date entered, and the Last QTY Ordered to only display the last quantity entered.
What formula do I use in the Last Date Ordered column to skip the the Order QTY cells, and display the last date entered? (same thing for the Last Qty Ordered skipping the Date Ordered cells)?
I have used the INDEX/ COUNT functions to display the last data entered, but need it to skip ever-other cell to display only the Date/ and only the Quantity in the respective cells.
[TABLE="width: 500"]
<tbody>[TR]
[TD][TABLE="width: 2217"]
<tbody>[TR]
[TD]WK 1 ORDER DATE[/TD]
[TD]WK 1 ORDER QTY[/TD]
[TD]WK 2 ORDER DATE[/TD]
[TD]WK 2 ORDER QTY[/TD]
[TD]WK 3 ORDER DATE[/TD]
[TD]WK 3 ORDER QTY[/TD]
[TD]WK 4 ORDER DATE[/TD]
[TD]WK 4 ORDER QTY[/TD]
[TD]WK 5 ORDER DATE[/TD]
[TD]WK 5 ORDER QTY[/TD]
[TD]WK 6 ORDER DATE[/TD]
[TD]WK 6 ORDER QTY[/TD]
[TD]WK 7 ORDER DATE[/TD]
[TD]WK 7 ORDER QTY[/TD]
[TD]WK 8 ORDER DATE[/TD]
[TD]WK 8 ORDER QTY[/TD]
[TD]WK 9 ORDER DATE[/TD]
[TD]WK 9 ORDER QTY[/TD]
[TD]WK 10 ORDER DATE[/TD]
[TD]WK 10 ORDER QTY[/TD]
[TD]WK 11 ORDER DATE[/TD]
[TD]WK 11 ORDER QTY[/TD]
[TD]WK 12 ORDER DATE[/TD]
[TD]WK 12 ORDER QTY[/TD]
[TD]WK 13 ORDER DATE[/TD]
[TD]WK 13 ORDER QTY[/TD]
[TD]LAST ORDER DATE[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]LAST ORDER QTY[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][TABLE="width: 2217"]
<tbody>[TR]
[TD="class: xl72, width: 83"]07/21/19[/TD]
[TD="class: xl76, width: 83"]100[/TD]
[TD="class: xl72, width: 82"]07/28/19[/TD]
[TD="class: xl76, width: 82"]200[/TD]
[TD="class: xl72, width: 82"] [/TD]
[TD="class: xl76, width: 82"] [/TD]
[TD="class: xl72, width: 82"] [/TD]
[TD="class: xl76, width: 82"] [/TD]
[TD="class: xl72, width: 82"] [/TD]
[TD="class: xl76, width: 82"] [/TD]
[TD="class: xl72, width: 82"] [/TD]
[TD="class: xl76, width: 82"] [/TD]
[TD="class: xl72, width: 82"] [/TD]
[TD="class: xl76, width: 82"] [/TD]
[TD="class: xl72, width: 82"] [/TD]
[TD="class: xl76, width: 82"] [/TD]
[TD="class: xl72, width: 82"] [/TD]
[TD="class: xl76, width: 82"] [/TD]
[TD="class: xl72, width: 82"] [/TD]
[TD="class: xl76, width: 82"] [/TD]
[TD="class: xl72, width: 89"] [/TD]
[TD="class: xl76, width: 89"] [/TD]
[TD="class: xl72, width: 82"] [/TD]
[TD="class: xl76, width: 82"] [/TD]
[TD="class: xl72, width: 82"] [/TD]
[TD="class: xl76, width: 82"] [/TD]
[TD="class: xl75, width: 69"]4/9[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 47"]
<tbody>[TR]
[TD="class: xl71, width: 47"]200[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I have the headers labeled (WK 1 Order Date, WK 1 Order QTY; WK 2 Order Date, WK 2 Order QTY... through Week 13 (for the qtr). At end of each quarter, I want the Last Date Ordered column to display only the last date entered, and the Last QTY Ordered to only display the last quantity entered.
What formula do I use in the Last Date Ordered column to skip the the Order QTY cells, and display the last date entered? (same thing for the Last Qty Ordered skipping the Date Ordered cells)?
I have used the INDEX/ COUNT functions to display the last data entered, but need it to skip ever-other cell to display only the Date/ and only the Quantity in the respective cells.
[TABLE="width: 500"]
<tbody>[TR]
[TD][TABLE="width: 2217"]
<tbody>[TR]
[TD]WK 1 ORDER DATE[/TD]
[TD]WK 1 ORDER QTY[/TD]
[TD]WK 2 ORDER DATE[/TD]
[TD]WK 2 ORDER QTY[/TD]
[TD]WK 3 ORDER DATE[/TD]
[TD]WK 3 ORDER QTY[/TD]
[TD]WK 4 ORDER DATE[/TD]
[TD]WK 4 ORDER QTY[/TD]
[TD]WK 5 ORDER DATE[/TD]
[TD]WK 5 ORDER QTY[/TD]
[TD]WK 6 ORDER DATE[/TD]
[TD]WK 6 ORDER QTY[/TD]
[TD]WK 7 ORDER DATE[/TD]
[TD]WK 7 ORDER QTY[/TD]
[TD]WK 8 ORDER DATE[/TD]
[TD]WK 8 ORDER QTY[/TD]
[TD]WK 9 ORDER DATE[/TD]
[TD]WK 9 ORDER QTY[/TD]
[TD]WK 10 ORDER DATE[/TD]
[TD]WK 10 ORDER QTY[/TD]
[TD]WK 11 ORDER DATE[/TD]
[TD]WK 11 ORDER QTY[/TD]
[TD]WK 12 ORDER DATE[/TD]
[TD]WK 12 ORDER QTY[/TD]
[TD]WK 13 ORDER DATE[/TD]
[TD]WK 13 ORDER QTY[/TD]
[TD]LAST ORDER DATE[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD]LAST ORDER QTY[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][TABLE="width: 2217"]
<tbody>[TR]
[TD="class: xl72, width: 83"]07/21/19[/TD]
[TD="class: xl76, width: 83"]100[/TD]
[TD="class: xl72, width: 82"]07/28/19[/TD]
[TD="class: xl76, width: 82"]200[/TD]
[TD="class: xl72, width: 82"] [/TD]
[TD="class: xl76, width: 82"] [/TD]
[TD="class: xl72, width: 82"] [/TD]
[TD="class: xl76, width: 82"] [/TD]
[TD="class: xl72, width: 82"] [/TD]
[TD="class: xl76, width: 82"] [/TD]
[TD="class: xl72, width: 82"] [/TD]
[TD="class: xl76, width: 82"] [/TD]
[TD="class: xl72, width: 82"] [/TD]
[TD="class: xl76, width: 82"] [/TD]
[TD="class: xl72, width: 82"] [/TD]
[TD="class: xl76, width: 82"] [/TD]
[TD="class: xl72, width: 82"] [/TD]
[TD="class: xl76, width: 82"] [/TD]
[TD="class: xl72, width: 82"] [/TD]
[TD="class: xl76, width: 82"] [/TD]
[TD="class: xl72, width: 89"] [/TD]
[TD="class: xl76, width: 89"] [/TD]
[TD="class: xl72, width: 82"] [/TD]
[TD="class: xl76, width: 82"] [/TD]
[TD="class: xl72, width: 82"] [/TD]
[TD="class: xl76, width: 82"] [/TD]
[TD="class: xl75, width: 69"]4/9[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 47"]
<tbody>[TR]
[TD="class: xl71, width: 47"]200[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]