gary_parker
New Member
- Joined
- Jul 24, 2005
- Messages
- 48
Hi
Looking to create a formula that shows a weekly summary of each of the products within a table.
I'm currently using a SUMPRODUCT formula as follows
=SUMPRODUCT(('Scheduled Cancellations'!$A$3:$A$699>=$B5)*('Scheduled Cancellations'!$A$3:$A$699<=$C5)*('Scheduled Cancellations'!$B$3:$D$699))
$B5 and $C5 both relate to a date formula that takes first date of the week (monday) and date+7
What i'd like to do, is encorporate a lookup into the above sum product that takes away the association of set cells as currently I have to sort by column to arrange the cells in alphabetical format (product 1 is not naturally called product 1)
Looking to create a formula that shows a weekly summary of each of the products within a table.
I'm currently using a SUMPRODUCT formula as follows
=SUMPRODUCT(('Scheduled Cancellations'!$A$3:$A$699>=$B5)*('Scheduled Cancellations'!$A$3:$A$699<=$C5)*('Scheduled Cancellations'!$B$3:$D$699))
$B5 and $C5 both relate to a date formula that takes first date of the week (monday) and date+7
What i'd like to do, is encorporate a lookup into the above sum product that takes away the association of set cells as currently I have to sort by column to arrange the cells in alphabetical format (product 1 is not naturally called product 1)
Last edited: