I think the easiest way to explain this is as follows:
I have this SUMIFS working perfectly with one workbook:
I now have another workbook with the same layout, except that there are duplicate rows in this one. I can't remove them because they are needed for other formulas. However, I do need to ignore the duplicates in this formula. So the formula I need is exactly the same as above, but as if I'd done a Data > Remove Duplicates based on column C on the Raw worksheet.
Row 1 is the column headers, and this is for Excel 365.
Thank you!
<3
I have this SUMIFS working perfectly with one workbook:
Excel Formula:
=SUMIFS(Raw!Y:Y,Raw!B:B,"11/22/2023 12:00:00 AM",Raw!X:X,"2025",Raw!S:S,"Planned")
I now have another workbook with the same layout, except that there are duplicate rows in this one. I can't remove them because they are needed for other formulas. However, I do need to ignore the duplicates in this formula. So the formula I need is exactly the same as above, but as if I'd done a Data > Remove Duplicates based on column C on the Raw worksheet.
Row 1 is the column headers, and this is for Excel 365.
Thank you!
<3