Forum Discussion
Sonya_Lemar
Aug 30, 2022Copper Contributor
Need help trying to extract data from a large worksheet
I have a worksheet with 20+ columns. I want to extract only specific columns of information in the rows that have a specific date. (i.e.) I want the project name, amount and comments for only the da...
Sonya_Lemar
Aug 30, 2022Copper Contributor
This was very helpful. I have one more piece of criteria. If column F was a value, how could I limit the results to column F <> zero.
HansVogelaar
Aug 30, 2022MVP
=INDEX(FILTER(Data!A2:Z1000,(Data!D2:D1000=A2)*(Data!F2:F1000<>0),,{1,6,16})