Jan 06 2022 02:48 PM
Hello experts,
Hope you are well & happy new year!
Can you help me with the below?
I have a table of large data that requires selected information being pulled out into another table, based on criteria. I have a formula as an array copied down into my filtered table.
This works great in pulling out data based on a criteria, but the one thing I cannot do is get the filtered table to add in date format. The reason why is when new lines are added to the master table, it reorders my filtered table that local comments are put next to. This results in data mismatching the correct row.
What I want is to keep the filtered table in a consistent flow that stops data becoming disjointed.
Please see attached example spreadsheet that should explain better.
Any help most appreciated!
Thanks
Matt
Jan 06 2022 03:10 PM
Create a separate sheet for the comments and use VLOOKUP to display the comments in the filtered table. See the attached version,
Jan 06 2022 03:26 PM
Jan 06 2022 07:17 PM
Solution
Hello, I don´t know if this formula works.
Is doing the same as the formulas that you had but with just a dynamic array formula.
=SORT(FILTER(FILTER(Sheet2!A5:F20,COUNTIF(Example!H2,Sheet2!F5:F20)),{1,1,0,0,1,0}),3,1)
The new information is going to be sorted by the date, so the comments are not going to change.
Attached is the excel file.
Jan 06 2022 10:11 PM
Jan 06 2022 10:16 PM