I have a years worth of monthly submitted data (12 files total, individual files are large) and I want to aggregate rows subject to columns matching, summing one column. So if I had column a, b, c, d, and e. I want values in e summed if column b, c, d values are identical on other rows. Excited to figure this out.