How to use INDEX+MATCH in Alteryx
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Bella_Gan
5 - Atom
3 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Input:
1.Actual Delivery Date | 2.Booked For Delivery (BD) Event Date | 3.Available For Booking (BK) Event Date | 4.Actual Arrival Date | 5.ATD | 6.AHD |
28/02/2025 | 28/02/2025 | 27/02/2025 | 22/02/2025 | 16/01/2025 | 04/01/2025 |
11/03/2025 | 25/02/2025 | 21/03/2025 | 09/01/2025 | 04/01/2025 | |
09/02/2025 | 31/01/2025 | ||||
24/03/2025 |
Expected Output: to find the last event date and get the corresponding column name
Milestone category |
1.Actual Delivery Date |
4.Actual Arrival Date |
5.ATD |
6.AHD |
Labels:
- Labels:
- Common Use Cases
2 REPLIES 2
KGT
12 - Quasar
3 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I'm not sure exactly what you're after here, as I don't know what event date correlates to those columns. There's no common date between those 4 columns.
To get the last event date, use a summarise on that column and get Max.
If you transpose all the data, then you can join on that Max_date and the [Value] field of the transposed data. The [Name] field will be your column name.
If you are looking for matches that aren't exact, then it requires a lot more logic.
3 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
1.Actual Delivery Date | 2.Booked For Delivery (BD) Event Date | 3.Available For Booking (BK) Event Date | 4.Actual Arrival Date | 5.ATD | 6.AHD | Milestone category |
28/02/2025 | 28/02/2025 | 27/02/2025 | 22/02/2025 | 16/01/2025 | 04/01/2025 | 1.Actual Delivery Date |
11/03/2025 | 25/02/2025 | 21/03/2025 | 09/01/2025 | 04/01/2025 | 4.Actual Arrival Date | |
09/02/2025 | 31/01/2025 | 5.ATD | ||||
24/03/2025 | 6.AHD |
This is what I want finally, and I also attached a picture here to show how this happen in excel file, I just don't know how to achieve this in Alteryx file, what's formula would be?
