Very simple example. Need to total B2:B6 when C2:C6 contains the word "jeff". When I include additional words in any cell with a date month of January in addition to "jeff", the formula ignores the figure in related cell in B2:B6; when I include in the formula "*jeff*", the formula ignores all of the cells in B2:B6 where the adjacent cells in C2:C6 include "jeff"
The formula in B8 is "=SUMPRODUCT(B2:B6,(MONTH(A2:A6)=MONTH($A$1))*(C2:C6="jeff"))"
Any help?
Column A Column B Column C
The formula in B8 is "=SUMPRODUCT(B2:B6,(MONTH(A2:A6)=MONTH($A$1))*(C2:C6="jeff"))"
Any help?
Column A Column B Column C
1/1/2000 | |||||||
1/2/2024 | $100 | jeff | |||||
2/5/2024 | $234 | kathy | |||||
3/10/2024 | $466 | jon | |||||
12/20/2023 | $677 | jeff | |||||
1/15/2024 | $899 | Bill Jake Caroline Debby jeff | |||||
$100 | Sum B2:B6 when C2:C6 contains the word "jeff" (Should be $999) |