I'm stumped with an Excel issue. I have tried variations of COUNTIFs and INDEX MATCH and can't get it to work.
I have a spreadsheet with labels for each row vertically in the first column. what I want to do is, if the first cell of a row equals a specific value/string, then I want to count all occurrences of a different value/string in that row.
I can't for the life of me figure it out.
Edit:
If I have a table like so
|-----------------|------------------|------------------|------------------|
| Blue | Dave | Dave | |
|-----------------|------------------|------------------|------------------|
| Red | | Dave | |
|-----------------|------------------|------------------|------------------|
| Yellow | Dave | Dave | Andy |
|-----------------|------------------|------------------|------------------|
| Green | | | Andy |
|-----------------|------------------|------------------|------------------|
My question is, how can I can count all occurrences of "Dave" in the row where the first column equals "Yellow"?
