cristiander
New Member
- Joined
- Jul 4, 2017
- Messages
- 7
Hello,
I'm working on a table that centralizes the due dates for various components and I've ran into a problem I don't know how to solve.
The way that it works is that I have a column with the element name and a column with it's due date, but a lot of elements appear multiple times, with different due dates. I need to somehow sort out for each element and filter out all but the most recent due date.
So say I have Comp1 with 12/21/2017 and another Comp1 with 12/11/2017 in the table. I need a function that can filter out the Comp1 with 12/21/2017.
All of the filtered data needs to be in a new column so that it can be used for a Vlookup function.
Is there anything I could use for something like this?
I'm working on a table that centralizes the due dates for various components and I've ran into a problem I don't know how to solve.
The way that it works is that I have a column with the element name and a column with it's due date, but a lot of elements appear multiple times, with different due dates. I need to somehow sort out for each element and filter out all but the most recent due date.
So say I have Comp1 with 12/21/2017 and another Comp1 with 12/11/2017 in the table. I need a function that can filter out the Comp1 with 12/21/2017.
All of the filtered data needs to be in a new column so that it can be used for a Vlookup function.
Is there anything I could use for something like this?