Hello -
First time posting but long time Excel user. Here is my question -
I have a data set on Sheet 1. The rows in column A contain names. The headings in column B, C, D, and so on contain dates.
Each name in column A may or may not have a value for a given date in the subsequent columns.
On a separate sheet (Sheet 2) within the workbook, I input one of dates from the table (say "4/15/2019") in a cell. How can I structure a lookup (v-, h-, x-, index/match) to return (or even spill) all names in column A of the table that have a non-blank value in the column with the corresponding date "4/15/2019"? If I change the date to another date, I would like the lookup to essentially filter out values in column A of the table to only those with a non-zero value in the column corresponding to the date entered.
For example, the formula on sheet 2 should only return/spill names: John Smith, Chris Cooper, Pam Johnson, Scott Peters, Anthony White.
When the date on sheet 2 is changed from "4/15/2019" to "12/31/2022", the formula should return Chris Cooper, Pam Johnson, Sarah Wilson, Scott Peters, and Janet Pearson.
I cannot use macros or VBA.
I've read a little about boolean logic in conjunction with the filter or sort functions, but can't wrap my head around it.
First time posting but long time Excel user. Here is my question -
I have a data set on Sheet 1. The rows in column A contain names. The headings in column B, C, D, and so on contain dates.
Each name in column A may or may not have a value for a given date in the subsequent columns.
On a separate sheet (Sheet 2) within the workbook, I input one of dates from the table (say "4/15/2019") in a cell. How can I structure a lookup (v-, h-, x-, index/match) to return (or even spill) all names in column A of the table that have a non-blank value in the column with the corresponding date "4/15/2019"? If I change the date to another date, I would like the lookup to essentially filter out values in column A of the table to only those with a non-zero value in the column corresponding to the date entered.
For example, the formula on sheet 2 should only return/spill names: John Smith, Chris Cooper, Pam Johnson, Scott Peters, Anthony White.
When the date on sheet 2 is changed from "4/15/2019" to "12/31/2022", the formula should return Chris Cooper, Pam Johnson, Sarah Wilson, Scott Peters, and Janet Pearson.
I cannot use macros or VBA.
I've read a little about boolean logic in conjunction with the filter or sort functions, but can't wrap my head around it.