Look up and sum data

Copper Contributor

I want to produce lookup data related to dates, and then want the formula to sum the data for multiple dates.  In other words, I have a table of dates and number of packages arriving.  However, the data has multiple dates.  For instance, there are three rows with the same date, and different values of packages for each date.  I want to lookup the number of packages for a date, and want the formula to look up the date and then sum the number of packages for each time the date repeats itself.  Hope I have made it clear.  See attached file.

2 Replies

@Bashir2000 

In I8:

=SUMIF($D$8:$D$13,H8,$E$8:$E$13)

Fill down.

@Hans Vogelaar Thanks very much...I will try this solution...