I'm using the following COUNTIF formula to count the number of occurrences of each depts from a list of depts:
=COUNTIF(Sheet5!E:E,A3)
What I need is to get the sum of column DU in Sheet5 for the rows returned from the COUNTIF.
For ex: the COUNTIF returns a 7-hits for the Finance Dept and I want to sum column DU (Sheet5) for those 7 instances.
I've been trying SUMIF and SUMPRODUCT with no luck and need some help.
Unfortunately I'm too close to the trees and need insight from a different view.
Please let me know if some sample data is needed.
Any help is highly appreciated!
Bookmarks