Hello,
I need help please.
I have a list of random dates across multiple years in cells B3:B10.
I am trying to create another list in column D that looks at the list in column B and pulls out only the unique Month and Year combinations represented in the column B list.
I found this formula online and it works when placed in cell D3 and dragged down, but the results populate in Descending order from top to bottom, and I need it to populate in Ascending order from top to bottom.
=TEXT(LOOKUP(2,1/(COUNTIF($D$2:D2,TEXT($B$3:$B$10,"MMM-yyyy"))=0),$B$3:$B$10),"MMM-yyyy")
Can someone please modify this formula to achieve the desired result?
Thank you,
B
I need help please.
I have a list of random dates across multiple years in cells B3:B10.
I am trying to create another list in column D that looks at the list in column B and pulls out only the unique Month and Year combinations represented in the column B list.
I found this formula online and it works when placed in cell D3 and dragged down, but the results populate in Descending order from top to bottom, and I need it to populate in Ascending order from top to bottom.
=TEXT(LOOKUP(2,1/(COUNTIF($D$2:D2,TEXT($B$3:$B$10,"MMM-yyyy"))=0),$B$3:$B$10),"MMM-yyyy")
Can someone please modify this formula to achieve the desired result?
Thank you,
B