COUNTIF two indexes match to return counts of their rows

TableI want excel to display the following: Count the number of rows with a date filled in when a cell from one table is equal to a cell in a different table column. For example, With R9 containing the value 8 and column A having many 8’s, I want excel to count the number of… Read More COUNTIF two indexes match to return counts of their rows

Concatenating multiple cells in one column based on condition on list of strings in another

Given a spreadsheet where we have columns as follows: A, …, P, …, S, … Test1, …, Name1, …, Test1, Test2, Test3, … Test2, …, Name2, …, Test3, … Test3, …, Name3, …, Test1, Test3, … I would like to create a list of values from Column P where A is in the list S1.… Read More Concatenating multiple cells in one column based on condition on list of strings in another