I'm counting cells with matching criteria (Blanks) in various Table columns using COUNTIFS as follows in column B; =COUNTIFS(Table1[[#All],[Issue Priority]],"")
The Field/Column "Issue Priority" is in column A and there are many different names down column A. I want to make my formula dynamic and copy down col B referring to the names in col A.
I think I should use INDIRECT but I can't get it right.
=COUNTIFS(Table1[[#All],[INDIRECT(A2)]],"")
I'd love help on a seemingly simple question. Thanks,
The Field/Column "Issue Priority" is in column A and there are many different names down column A. I want to make my formula dynamic and copy down col B referring to the names in col A.
I think I should use INDIRECT but I can't get it right.
=COUNTIFS(Table1[[#All],[INDIRECT(A2)]],"")
I'd love help on a seemingly simple question. Thanks,