ithoughtiknewit
New Member
- Joined
- Feb 11, 2021
- Messages
- 10
- Office Version
- 365
- Platform
- MacOS
I have searched, tired, failed. I am trying to count across multiple cells. For example, A is a name and D is a "problem". I want to see how often a person has that problem and countifs worked great. Now the problems are spread across C:H and it won't work. Is there a better function?
In this example, how can I tell how many times Jay has a Weather problem:
Thank you all!!!
In this example, how can I tell how many times Jay has a Weather problem:
Thank you all!!!
Name | Contract | Problem 1 | Problem 2 | Problem 3 | Problem 4 | Problem 5 | Problem 6 | Jay | =countifs(A:A,"Jay", C:H, "Weather") | |
Jay | 13234 | Weather | Fuel | People | Weather | |||||
Mike | 65655 | People | Weather | People | ||||||
Jay | 245632 | None | Fuel | |||||||
Chris | 13254 | None | ||||||||
Jay | 34354 | Weather | People | |||||||
Jay | 3343554 | Fuel | Weather |