I have a google spreadsheet where I am trying to count the number of rows where a certain value is present in at least one column. The number of columns with data varies by row.
For example, let's use the following sheet as an example:
https://docs.google.com/spreadsheets/d/1yUnYBsmjKIOF_PubYQ6G41fmIPcw_7hzkiQ6qMIoN64/edit?usp=sharing
Each row represents a task, and the data for who worked on the project is added by adding additional columns.
I would like count how many tasks each person has worked on at least once. (If Person A worked on Task A multiple times, it would only count as 1).
I've tried using formulas such as COUNTIFS or COUNTUNIQUEIFS, but am being thrown off by the fact that the number of columns can vary.
Any ideas of how I can accomplish this?
See if this helps