[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Store #[/TD]
[TD]Store Name[/TD]
[TD]Date Due[/TD]
[TD]Completed By
[/TD]
[TD]Owner[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]1234[/TD]
[TD]Abby[/TD]
[TD]5/12[/TD]
[TD]John[/TD]
[TD]Albert[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]5467[/TD]
[TD]Cothes[/TD]
[TD]8/12[/TD]
[TD]Pete[/TD]
[TD]Albert[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]3452[/TD]
[TD]Main[/TD]
[TD]9/3[/TD]
[TD]Steve[/TD]
[TD]Jeff[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]3553[/TD]
[TD]Ramsy[/TD]
[TD]10/8[/TD]
[TD][/TD]
[TD]Albert[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]5324[/TD]
[TD]Corner[/TD]
[TD]11/8[/TD]
[TD][/TD]
[TD]Jeff[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Hi All,
I have a tracker set up which tracks completion and due dates for specific things for several stores. On a summary page, I'd like to use the INDEX function to show a summary of stores showing the Store # and Store Name that meet certain criteria.
So basically I would have a summary table that shows all of Albert's restaurants that have due dates that are past due based on today(). In that table, I want the store number and store names to be listed.
On a separate summary table I want to list store # and names of restaurants that don't have a name filled in on the "Completed By" column.
And then I would replicate these same tables for all of Jeff's stores.
I know that I will also have to integrate COUNTIF into the formula to accurately display the list of restaurants and not to repeat the same store name or number.
Any help on this?
Thank you!
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Store #[/TD]
[TD]Store Name[/TD]
[TD]Date Due[/TD]
[TD]Completed By
[/TD]
[TD]Owner[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]1234[/TD]
[TD]Abby[/TD]
[TD]5/12[/TD]
[TD]John[/TD]
[TD]Albert[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]5467[/TD]
[TD]Cothes[/TD]
[TD]8/12[/TD]
[TD]Pete[/TD]
[TD]Albert[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]3452[/TD]
[TD]Main[/TD]
[TD]9/3[/TD]
[TD]Steve[/TD]
[TD]Jeff[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]3553[/TD]
[TD]Ramsy[/TD]
[TD]10/8[/TD]
[TD][/TD]
[TD]Albert[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]5324[/TD]
[TD]Corner[/TD]
[TD]11/8[/TD]
[TD][/TD]
[TD]Jeff[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Hi All,
I have a tracker set up which tracks completion and due dates for specific things for several stores. On a summary page, I'd like to use the INDEX function to show a summary of stores showing the Store # and Store Name that meet certain criteria.
So basically I would have a summary table that shows all of Albert's restaurants that have due dates that are past due based on today(). In that table, I want the store number and store names to be listed.
On a separate summary table I want to list store # and names of restaurants that don't have a name filled in on the "Completed By" column.
And then I would replicate these same tables for all of Jeff's stores.
I know that I will also have to integrate COUNTIF into the formula to accurately display the list of restaurants and not to repeat the same store name or number.
Any help on this?
Thank you!