Forum Discussion
hymieho
Resolver I
8 years agoLoad/combine multiple files, but only the two most recent files in the folder
Following up to my question here: I now need to compare the two most recent files to look for changes/differences. How do I keep/combine the two latest files (9/26 & 10/23 in this case). I see List.M...
- 8 years ago
One option could be to sort your date created column in descending order, and then only keep the first two rows.
drewlewis15
Solution Specialist
8 years agoOne option could be to sort your date created column in descending order, and then only keep the first two rows.
hymieho
Resolver I
8 years agoSo simple... of course! Thanks.