I have a data table with approximately 40 columns and potentially hundreds of rows. The data contains numbers, text, dates, times etc. I have no need to total any of the rows or columns.
Here is a simplified version with only a few columns and rows:
Col.A Col.B Col.C Col.D ColE Col. F Col.G
Don P M 100 11/25/1957 Y 12532
Tom P F 915 12/31/1999 Y 23975
Ed C F 126 12/18/1954 N 16781
Jim C M 982 7/5/2024 Y 12257
I am looking for a simple way to create a dynamic sub-table on another worksheet that would contain only the data from rows where the value in Col.F is "Y". In addition, the sub-table only needs to show a few columns (for the above example say Col.A, Col.B and Col.E).
Hope someone can help.
Here is a simplified version with only a few columns and rows:
Col.A Col.B Col.C Col.D ColE Col. F Col.G
Don P M 100 11/25/1957 Y 12532
Tom P F 915 12/31/1999 Y 23975
Ed C F 126 12/18/1954 N 16781
Jim C M 982 7/5/2024 Y 12257
I am looking for a simple way to create a dynamic sub-table on another worksheet that would contain only the data from rows where the value in Col.F is "Y". In addition, the sub-table only needs to show a few columns (for the above example say Col.A, Col.B and Col.E).
Hope someone can help.