Hi,
I'm hoping someone can help me with a query.
I have a spreadsheet that contains two worksheets. Example data is below.
Data.jpg
The first four columns are on "Sheet1" and the other two columns are on "Sheet2"
What I'm trying to do is get a filtered list of the data on "Sheet1" and then using the "Work Type" of the filtered list, return a sum of the values in "Sheet2".
For Example:
Using the Filter formula "=FILTER(B:D,(B:B="Group 2")*(C:C=DATE(2024,11,17)))"
I would get a filtered set of data as follows:
Group 2 17/11/2024 D5
Group 2 17/11/2024 D5
Group 2 17/11/2024 D3
I would then use the "Work Type" of the filtered results to lookup the "Work Type" on "Sheet2" and return a sum based on the values in Column B.
In the case of my example, D5 = 11.00 (x2) and D3 = 15.00, so the returned result would be 37.
I don't need to see the filtered results, I just need them in order to get a filtered list of the "Work Types".
I'm not sure if the Filter Function can be used to do what I want, so if anyone has any other suggestions about how I can achieve the desired result, that would be great. Ideally I'd like to avoid using VBA, if possible.
Thanks in advance.
Bookmarks