A | B | C | D | |
---|---|---|---|---|
1 | Name | Date | Date | Date |
2 | Bill | 5-6-24 | ||
3 | George | 5-6-24 | ||
4 | Adam | 5-6-24 |
=AGGREGATE(15,6,COLUMN($B$2:$D$4)/(B$2:$D$4=DATE(2024,5,6)),ROWS($A$3:$A3))
This formula reports 2, 3 and 4 when pulled down. How do i get this formula to report 4, 2 and 3 in the order these dates are on the table?