Share via

i need help :D

Anonymous
2024-08-04T14:32:11+00:00

Hello one quick question i want to calculate the total of range of letter "x" (how many times appears) for a specific cells that includes the word Blaster but i dont know the right function

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. HansV 462.6K Reputation points
    2024-08-04T15:16:48+00:00

    Let's say the data are in A2:B14.

    =SUMPROCUCT((A2:A14="Blaster")*(B2:D14="x"))

    If you have Microsoft 365orOffice 2021, you can use SUM instead of SUMPRODUCT.

    Was this answer helpful?

    0 comments No comments